Skip to content

Commit

Permalink
fix(nav) update link targets for docs and discuss
Browse files Browse the repository at this point in the history
  • Loading branch information
edlerd committed Jul 5, 2023
1 parent c2e819a commit 343581d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ const Navigation: FC = () => {
<li className="p-side-navigation__item">
<a
className="p-side-navigation__link"
href="https://linuxcontainers.org/lxd/docs/latest/"
href="https://documentation.ubuntu.com/lxd/en/latest/"
target="_blank"
rel="noreferrer"
title="Documentation"
Expand All @@ -269,7 +269,7 @@ const Navigation: FC = () => {
<li className="p-side-navigation__item">
<a
className="p-side-navigation__link"
href="https://discuss.linuxcontainers.org/"
href="https://discourse.ubuntu.com/c/lxd/126"
target="_blank"
rel="noreferrer"
title="Discussion"
Expand Down

0 comments on commit 343581d

Please sign in to comment.