Skip to content

Commit

Permalink
Merge pull request #736 from koudyk/apidocslinks
Browse files Browse the repository at this point in the history
typos and broken links in the API documentation
  • Loading branch information
rwblair committed Apr 28, 2023
2 parents 39ca5a5 + 470b30e commit f76e06b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions neurovault/apps/main/templates/api-docs.html
Expand Up @@ -78,15 +78,15 @@ <h5><code>/api/collections/{pk}/</code></h5>
particular
collection specified by the pk value.</p>
<p class="indented"> example: <a
href='http://neurovault.org/api/collections/287'><code>neurovault.org/api/collections/20</code></a>
href='http://neurovault.org/api/collections/287'><code>neurovault.org/api/collections/287</code></a>
</p>
<h5><code>/api/collections/{pk}/images</code></h5>
<p class="indented"> Returns a json file containing a
dictionary of all images from the collection specified
by
the pk value.</p>
<p class="indented"> example: <a
href='http://neurovault.org/api/collections/287/images'><code>neurovault.org/api/collections/20/images</code></a>
href='http://neurovault.org/api/collections/287/images'><code>neurovault.org/api/collections/287/images</code></a>
</p>
<h4> Images </h4>

Expand All @@ -105,7 +105,7 @@ <h5><code>/api/images/{pk}/</code></h5>
particular
atlas specified by the pk value.</p>
<p class="indented"> example: <a
href='http://neurovault.org/api/images/1266'><code>neurovault.org/api/images/1203</code></a>
href='http://neurovault.org/api/images/1557'><code>neurovault.org/api/images/1557</code></a>
</p>

<h4> NIDM Results</h4>
Expand Down

0 comments on commit f76e06b

Please sign in to comment.