Skip to content

Commit

Permalink
Fix more links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Vodoor authored and Neil Vodoor committed May 1, 2024
1 parent 6935b86 commit d0ab490
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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://navigation.ros.org/getting_started/index.html"
href="https://docs.nav2.org/getting_started/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://navigation.ros.org/getting_started/index.html"
href="https://docs.nav2.org/getting_started/index.html"
size="md">{DOCS}</Link
>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ const makeTitle = "Nav2 Navigation System";
<SEO
title={makeTitle}
description="Open Navigation Index Page"
canonical={"https://navigation.ros.org/index.html"}
canonical={"http://nav2.org"}
twitter={{
creator: "@stevemacenski",
site: "@navigation.ros.org/index.html",
site: "@nav2.org/index.html",
card: "summary_large_image",
}}
openGraph={{
basic: {
url: "https://navigation.ros.org/index.html",
url: "http://nav2.org",
type: "website",
title: `Nav2 - Nav2 1.0.0 documentation`,
image: "nav2.ico",
Expand Down

0 comments on commit d0ab490

Please sign in to comment.