Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ Platform-specific environment variables are also available:<br/>
SAMPLE_TEXT = "sample text"
```

In configuration files, you can use a [TOML][] table instead of a raw string as shown above.
In configuration files, you can use a [TOML](https://toml.io) table instead of a raw string as shown above.

!!! tab examples "Environment variables"

Expand Down Expand Up @@ -679,7 +679,7 @@ To specify more than one environment variable, separate the variable names by sp
environment-pass = ["BUILD_TIME", "SAMPLE_TEXT"]
```

In configuration files, you can use a [TOML][] list instead of a raw string as shown above.
In configuration files, you can use a [TOML](https://toml.io) list instead of a raw string as shown above.

!!! tab examples "Environment variables"

Expand Down
Loading