Skip to content

Commit f59a3f2

Browse files
chore: fix links in Actors environment docs
Signed-off-by: Patrik Braborec <[email protected]>
1 parent ff39d10 commit f59a3f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sources/platform/actors/development/programming_interface/environment_variables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import TabItem from '@theme/TabItem';
1818

1919
There are two ways how you can set up environment variables for Actors:
2020

21-
- [Set up environment variables in `actor.json`](#set-up-environment-variables-in-actoractorjson)
21+
- [Set up environment variables in `actor.json`](#set-up-environment-variables-in-actorjson)
2222
- [Set up environment variables in Apify Console](#set-up-environment-variables-in-apify-console)
2323

2424
:::info Environment variables overwrite
@@ -27,7 +27,7 @@ After setting up variables in Apify Console, remove the `environmentVariables` f
2727

2828
:::
2929

30-
See how you can [access environment variables in Actors](#actor-environment-variables).
30+
See how you can [access environment variables in Actors](#access-environment-variables).
3131

3232
## System environment variables
3333

@@ -83,7 +83,7 @@ All date-related variables use the UTC timezone and are in [ISO 8601](https://en
8383
:::
8484
<!-- vale Microsoft.RangeFormat = YES -->
8585

86-
## Set up environment variables in `actor.json`
86+
## Set up environment variables in actor.json
8787

8888
Actor owners can define custom environment variables in `.actor/actor.json`. All keys from `environmentVariables` will be set as environment variables into Apify platform after you push Actor to Apify.
8989

0 commit comments

Comments
 (0)