Skip to content

Commit 62d1933

Browse files
authored
Correct anchor links to Environment variables (#5680)
1 parent be96e44 commit 62d1933

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/guides/references/configuration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,9 @@ highlighted to show where the value has been set via the following ways:
436436
- Default value
437437
- [Cypress configuration file](/guides/references/configuration)
438438
- The
439-
[Cypress environment file](/guides/guides/environment-variables#Option-2-cypress-env-json)
439+
[Cypress environment file](/guides/guides/environment-variables#Option-2-cypressenvjson)
440440
- System
441-
[environment variables](/guides/guides/environment-variables#Option-3-CYPRESS)
441+
[environment variables](/guides/guides/environment-variables#Option-3-CYPRESS_)
442442
- [Command Line arguments](/guides/guides/command-line)
443443
- [setupNodeEvents](#setupNodeEvents)
444444

docs/guides/references/configuration_legacy.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,9 @@ value has been set via the following ways:
452452
- Default value
453453
- The [configuration file](/guides/references/configuration)
454454
- The
455-
[Cypress environment file](/guides/guides/environment-variables#Option-2-cypress-env-json)
455+
[Cypress environment file](/guides/guides/environment-variables#Option-2-cypressenvjson)
456456
- System
457-
[environment variables](/guides/guides/environment-variables#Option-3-CYPRESS)
457+
[environment variables](/guides/guides/environment-variables#Option-3-CYPRESS_)
458458
- [Command Line arguments](/guides/guides/command-line)
459459
- [Plugins file](/api/plugins/configuration-api)
460460

docs/guides/tooling/plugins-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can [check out the API docs here](/api/plugins/writing-a-plugin).
3333
With plugins, you can programmatically alter the resolved configuration and
3434
environment variables that come from the
3535
[Cypress configuration file](/guides/references/configuration),
36-
[`cypress.env.json`](/guides/guides/environment-variables#Option-2-cypress-env-json),
36+
[`cypress.env.json`](/guides/guides/environment-variables#Option-2-cypressenvjson),
3737
the [command line](/guides/guides/command-line), or system environment
3838
variables.
3939

0 commit comments

Comments
 (0)