Skip to content

Commit

Permalink
Merge pull request #37 from open-navigation/nvodoor-fix-doc-link
Browse files Browse the repository at this point in the history
Fix Docs link.
  • Loading branch information
nvodoor authored May 6, 2024
2 parents 8ead7d0 + cf5e79e commit fe9dd13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/navbar/navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const DOCS = "Docs";
</ul>
<div class="lg:hidden flex items-center my-3 gap-4">
<Link
href="https://docs.nav2.org/getting_started/index.html"
href="https://docs.nav2.org/index.html"
size="md"
block>{DOCS}</Link
>
Expand All @@ -63,7 +63,7 @@ const DOCS = "Docs";
<div class="z-50">
<div class="hidden lg:flex items-center gap-4">
<Link
href="https://docs.nav2.org/getting_started/index.html"
href="https://docs.nav2.org/index.html"
size="md">{DOCS}</Link
>
</div>
Expand Down

0 comments on commit fe9dd13

Please sign in to comment.