From 27fd6ecc3c2a2bd35f8bc5b5efb94ea604db2247 Mon Sep 17 00:00:00 2001 From: Louis Liu <75191942+LouisLau-art@users.noreply.github.com> Date: Sat, 14 Feb 2026 05:04:38 +0800 Subject: [PATCH] docs: fix TOML reference links (#2740) * docs: fix TOML reference links * Apply suggestions from code review --------- Co-authored-by: Louis Shawn Co-authored-by: Henry Schreiner --- docs/options.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/options.md b/docs/options.md index ce09a8ec..0ac341c6 100644 --- a/docs/options.md +++ b/docs/options.md @@ -629,6 +629,8 @@ Platform-specific environment variables are also available:
In configuration files, you can use a [TOML][] table instead of a raw string as shown above. +[TOML]: https://toml.io/en/ + !!! tab examples "Environment variables" ```yaml