Skip to content

Commit

Permalink
fix: link from docs to API documentation (#242)
Browse files Browse the repository at this point in the history
fixes #242
  • Loading branch information
johanrd authored Jan 26, 2024
1 parent 9b50042 commit 004a16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-app/app/templates/application.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</:title>

<:links>
<ExternalLink @href="/api/modules.html" class="type-lg-medium">
<ExternalLink @href="/api/modules" class="type-lg-medium">
API Documentation
</ExternalLink>

Expand All @@ -42,4 +42,4 @@
<:content>
{{outlet}}
</:content>
</App>
</App>

0 comments on commit 004a16b

Please sign in to comment.