Skip to content

Commit 072a1ce

Browse files
committed
docs: Fix warnings
1 parent 0aee3c2 commit 072a1ce

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/admin/how-to/install/embracing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Systems
2626

2727
When this option is activated, DIRAC will forward uploads to DiracX.
2828
Downloading sandboxes which are in DiracX is always possible regardless of this setting.
29-
The DiracX sandbox store is configured via the environment variables in the helm chart. See the [environment variable docs](../../reference/env_variables.md) for details.
29+
The DiracX sandbox store is configured via the environment variables in the helm chart. See the [environment variable docs](../../reference/env-variables.md) for details.
3030

3131
??? note "DIRAC sandbox compatibility in DiracX"
3232

docs/dev/explanations/components/client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The client is generated using [AutoRest](https://github.com/Azure/autorest){targ
3838

3939
The CI/CD pipeline handles client regeneration upon each push to the `main` branch. This process helps detect breaking changes in the developer's code, causing the CI/CD to fail if such changes are present.
4040

41-
If a breaking change is acknowledged and approved, one of the repo admin will regenerate the client on behalf of the developer. Developers can still manually regenerate the client but it requires a few additional tools. To see how to generate a client consult the [how-to](../how-to/client-generation.md).
41+
If a breaking change is acknowledged and approved, one of the repo admin will regenerate the client on behalf of the developer. Developers can still manually regenerate the client but it requires a few additional tools. To see how to generate a client consult the [how-to](../../how-to/client-generation.md).
4242

4343
### Structure of the Generated Client
4444

@@ -52,7 +52,7 @@ The generated client consists of several key components:
5252

5353
Further details can be found in the [Python Autorest documentation](https://github.com/Azure/autorest.python/blob/main/docs/client/readme.md){target="\_blank"}.
5454

55-
To customize a client, see [how-to](../how-to/client-customization.md)
55+
To customize a client, see [how-to](../../how-to/client-customization.md)
5656

5757
### Configuring the Generated Client
5858

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ nav:
107107
- admin/reference/index.md
108108
- Security Model: admin/reference/security_model.md
109109
- Settings and Preferences: admin/reference/settings-and-preferences.md
110-
- Environment variables: admin/reference/env_variables.md
110+
- Environment variables: admin/reference/env-variables.md
111111
- Charts values: admin/reference/values.md
112112
- RUN_PROD.md
113113
- SSO.md

0 commit comments

Comments
 (0)