1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-29 00:58:02 +02:00

need a '/' at end of references for the link to work

This commit is contained in:
trentmc 2020-10-25 17:12:12 +01:00
parent 9ae04182fc
commit a65c657cfd

View File

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