Skip to content

Commit 7b7dc53

Browse files
authored
Merge pull request #380 from developmentseed/fix/api-docs-url
Fix API Docs URL link
2 parents 7da1a87 + 1ae026b commit 7b7dc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/developers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Developers extends Component {
1818
<h2>Resources</h2>
1919
<ul>
2020
<li>
21-
<a href={`${URL}/api/docs`}>API Docs</a>
21+
<a href={`${URL}/docs/api`}>API Docs</a>
2222
</li>
2323
<li>
2424
<a href={`${URL}/clients`}>Connect a new application</a>

0 commit comments

Comments
 (0)