Skip to content

Commit

Permalink
Fix so that link works in both build and dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaumecoi committed Feb 27, 2025
1 parent 1d48cc4 commit 74aba3d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/de/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hero:
file: ../../../assets/hyde.png
actions:
- text: Get started
link: de/start_here/getting-started/
link: ../de/start_here/getting-started/
icon: rocket
- text: Check out the project
link: https://github.com/HyDE-Project
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/en/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hero:
file: ../../../assets/hyde.png
actions:
- text: Get started
link: en/start_here/getting-started/
link: ../en/start_here/getting-started/
icon: rocket
- text: Check out the project
link: https://github.com/HyDE-Project
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/es/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hero:
file: ../../../assets/hyde.png
actions:
- text: Get started
link: es/start_here/getting-started/
link: ../es/start_here/getting-started/
icon: rocket
- text: Check out the project
link: https://github.com/HyDE-Project
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/nl/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hero:
file: ../../../assets/hyde.png
actions:
- text: Get started
link: nl/start_here/getting-started/
link: ../nl/start_here/getting-started/
icon: rocket
- text: Check out the project
link: https://github.com/HyDE-Project
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/zh/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hero:
file: ../../../assets/hyde.png
actions:
- text: Get started
link: zh/start_here/getting-started/
link: ../zh/start_here/getting-started/
icon: rocket
- text: Check out the project
link: https://github.com/HyDE-Project
Expand Down

0 comments on commit 74aba3d

Please sign in to comment.