Skip to content

Commit

Permalink
Fix URL to API docs
Browse files Browse the repository at this point in the history
Actually, the footer says "API Status", so possibly this should not point to the docs in the first place. Yours, Steffen
  • Loading branch information
sneumann authored Jan 24, 2024
1 parent e7356e2 commit 56bdb39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/Pages/Welcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
<div class="mt-6">
<a
target="_blank"
href="https://docs.nmrxiv.org/docs/developer-guides/API"
href="https://docs.nmrxiv.org/developer-guides/api.html"
class="inline-flex bg-gradient-to-r from-indigo-600 to-teal-600 bg-origin-border px-4 py-2 border border-transparent text-base font-medium rounded-md shadow-sm text-white hover:from-indigo-700 hover:to-teal-700"
>
API Documentation
Expand Down Expand Up @@ -1025,7 +1025,7 @@ const footerNavigation = {
},
{
name: "API Status",
href: "https://docs.nmrxiv.org/docs/developer-guides/API",
href: "https://docs.nmrxiv.org/developer-guides/api.html",
},
],
About: [
Expand Down

0 comments on commit 56bdb39

Please sign in to comment.