Skip to content

Commit

Permalink
Update href links to HashRouter style
Browse files Browse the repository at this point in the history
  • Loading branch information
philippedeb committed Apr 19, 2023
1 parent 30d2fea commit 816a39d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/metrics/Inclusivity/Inclusive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function inclusiveStatement(children: React.ReactNode): ReactElement {
inclusive language, please visit{" "}
<a
className="susie-link"
href="./guide?name=inclusive-language"
href="./#/guide?name=inclusive-language"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/metrics/Language/ProgrammingLanguage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function ProgrammingLanguage(props: ProgrammingLanguageProps) {
<br /> Read more about the topic in{" "}
<a
className="susie-link"
href="./guide?name=inclusive-language"
href="./#/guide?name=inclusive-language"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit 816a39d

Please sign in to comment.