1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

simplify urls

This commit is contained in:
trentmc 2020-10-27 10:18:19 +01:00
parent ee3dccaa93
commit 022ea0211d

View File

@ -20,7 +20,7 @@ const QuickRun = () => (
<header className={styles.header}> <header className={styles.header}>
<h1 className={styles.tldr}>Quickstart</h1> <h1 className={styles.tldr}>Quickstart</h1>
<strong> <strong>
The <Link to="/references/ocean.js/">ocean.js</Link>, <Link to="/references/python.js/">ocean.py</Link>, and <Link to="/references/react/">Ocean React</Link> repos have quickstarts. Pick your favorite and have fun! The <Link to=".">ocean.js</Link>, <Link to=".">ocean.py</Link>, and <Link to=".">Ocean React</Link> repos have quickstarts. Pick your favorite and have fun!
</strong> </strong>
</header> </header>
</aside> </aside>