Skip to content

Commit

Permalink
fix: documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
toniengelhardt committed Feb 14, 2023
1 parent 9f156e4 commit 1e68791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/apis/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ onMounted(() => useTestWebApis([webApi.value]))
</div>
<div inline-flex items-center>
<NuxtLink
:to="webApi.path"
:to="webApi.url"
:title="`Documentation for ${webApi.name}`"
target="_blank"
btn-xs btn-outline
Expand Down

1 comment on commit 1e68791

@vercel
Copy link

@vercel vercel bot commented on 1e68791 Feb 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.