Skip to content

Commit

Permalink
Fix API browse button
Browse files Browse the repository at this point in the history
Former-commit-id: 3e8e058
  • Loading branch information
JDRomano2 committed Jul 1, 2021
1 parent 1e33f0f commit 100fd26
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/templates/browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ <h2>Neo4j Graph Database browser</h2>
<h2>REST Web API</h2>
<p><i>Level of usability</i>: Advanced</p>

<a role="button" class="btn btn-primary btn-lg" href="https://comptox.ai/api/help/" target="_blank">Visit Web API documentation</a>
<a role="button" class="btn btn-primary btn-lg" href="https://comptox.ai/api" target="_blank">Visit API's root URL</a>

<a role="button" class="btn btn-primary btn-lg" href="https://comptox.ai/api/help/" target="_blank">Web API documentation</a>

<p class="mt-3">
ComptoxAI's REST Web API allows programmatic access to the graph database. The base URL for the API is:
</p>
Expand Down

0 comments on commit 100fd26

Please sign in to comment.