Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating nav tabs broken links #1484

Merged
merged 1 commit into from Feb 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/screens/components/nav-tabs/code/NavTabsCodePage.tsx
Expand Up @@ -139,7 +139,7 @@ const sections = [
anchor element which allows it to be used in any React based
router. For each API is different so here are some examples for{" "}
<DxcLink
href="https://reactrouter.com/docs/en/v6/hooks/use-href"
href="https://reactrouter.com/en/main/start/examples"
jsuarezgonz marked this conversation as resolved.
Show resolved Hide resolved
newWindow
>
React Router
Expand Down Expand Up @@ -190,7 +190,7 @@ const sections = [
the prop <Code>component</Code> is no longer available so it
is necessary to use hooks provided by{" "}
<DxcLink
href="https://reactrouter.com/docs/en/v6/hooks/use-href"
href="https://reactrouter.com/en/6.8.1/hooks/use-href"
newWindow
>
React Router v6
Expand Down