Skip to content

Commit 973641c

Browse files
committed
fix: update internal links in 404 and getting started documentation
1 parent d77e87b commit 973641c

5 files changed

Lines changed: 14 additions & 15 deletions

File tree

docs/website/src/content/docs/en/404.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ hero:
2020

2121
Here are some helpful links:
2222

23-
- [Getting Started Guide](/en/guides/getting-started/)
24-
- [Project Structure](/en/guides/structure/)
25-
- [Features Checklist](/en/guides/features/)
23+
- [Getting Started Guide](../guides/getting-started/)
24+
- [Project Structure](../guides/structure/)
25+
- [Features Checklist](../guides/features/)
2626
- [GitHub Repository](https://github.com/dallay/starter-gradle)

docs/website/src/content/docs/en/guides/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ make test
4343

4444
## Next Steps
4545

46-
- Explore the [Project Structure](/en/guides/structure/) to understand how files are organized.
47-
- Check the [Features Checklist](/en/guides/features/) for available functionalities.
48-
- Learn about standard [Development Procedures](/en/guides/development/).
46+
- Explore the [Project Structure](./structure/) to understand how files are organized.
47+
- Check the [Features Checklist](./features/) for available functionalities.
48+
- Learn about standard [Development Procedures](./development/).

docs/website/src/content/docs/es/404.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ hero:
2020

2121
Aquí tienes algunos enlaces útiles:
2222

23-
- [Guía de Inicio Rápido](/es/guides/getting-started/)
24-
- [Estructura del Proyecto](/es/guides/structure/)
25-
- [Lista de Características](/es/guides/features/)
23+
- [Guía de Inicio Rápido](../guides/getting-started/)
24+
- [Estructura del Proyecto](../guides/structure/)
25+
- [Lista de Características](../guides/features/)
2626
- [Repositorio en GitHub](https://github.com/dallay/starter-gradle)

docs/website/src/content/docs/es/guides/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ make test
4848

4949
## Siguientes Pasos
5050

51-
- Explora la [Estructura del Proyecto](/es/guides/structure/) para entender cómo están organizados los archivos.
52-
- Consulta la [Lista de Funcionalidades](/es/guides/features/) para conocer las capacidades disponibles.
53-
- Aprende sobre los [Procedimientos de Desarrollo](/es/guides/development/) estándar.
51+
- Explora la [Estructura del Proyecto](./structure/) para entender cómo están organizados los archivos.
52+
- Consulta la [Lista de Funcionalidades](./features/) para conocer las capacidades disponibles.
53+
- Aprende sobre los [Procedimientos de Desarrollo](./development/) estándar.

lychee.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Lychee configuration file
22
# See https://github.com/lycheeverse/lychee#configuration
33

4-
# Root directory for resolving root-relative links
5-
# This allows lychee to resolve links like /en/guides/getting-started/
6-
root_dir = "docs/website/src/content/docs"
4+
# Note: root_dir is not set because it requires absolute paths.
5+
# Internal docs links are handled via exclude patterns below.
76

87
# Exclude these URLs from link checking
98
exclude = [

0 commit comments

Comments
 (0)