From 63e9b77d8ad9b6d4cfacde04f8eaf5a644dddf08 Mon Sep 17 00:00:00 2001 From: jofas Date: Sat, 21 Jan 2023 11:24:54 +0100 Subject: [PATCH] removed noisy links --- src/doc/src/reference/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/src/reference/config.md b/src/doc/src/reference/config.md index 596a0e568..b826beb75 100644 --- a/src/doc/src/reference/config.md +++ b/src/doc/src/reference/config.md @@ -321,7 +321,7 @@ all capital letters. This section documents all configuration keys. The description for keys with variable parts are annotated with angled brackets like `target.` where -the [``] part can be any [target triple] like +the `` part can be any [target triple] like `target.x86_64-pc-windows-msvc`. #### `paths` @@ -1050,7 +1050,7 @@ If none of `branch`, `tag`, or `rev` is set, defaults to the `master` branch. The `[target]` table is used for specifying settings for specific platform targets. It consists of a sub-table which is either a [platform triple][target triple] or a [`cfg()` expression]. The given values will be used if the target platform -matches either the [``] value or the `` expression. +matches either the `` value or the `` expression. ```toml [target.thumbv7m-none-eabi]