Skip to content

Commit

Permalink
Fix broken API link on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Elscrux authored and schweikart committed Sep 28, 2023
1 parent 6171e6a commit bf7682d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ const Home: NextPage = () => {
</Link>
<br />
API documentation:{" "}
<Link href={baseUrl() + "/swagger-ui/index.html"} color="blue.400">
<Link
href={baseUrl() + "/webjars/swagger-ui/index.html"}
color="blue.400"
>
OpenAPI definition
</Link>
<br />
Expand Down

0 comments on commit bf7682d

Please sign in to comment.