Skip to content

Commit 63e9b77

Browse files
committed
removed noisy links
1 parent 05e6d6f commit 63e9b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ all capital letters.
321321

322322
This section documents all configuration keys. The description for keys with
323323
variable parts are annotated with angled brackets like `target.<triple>` where
324-
the [`<triple>`] part can be any [target triple] like
324+
the `<triple>` part can be any [target triple] like
325325
`target.x86_64-pc-windows-msvc`.
326326

327327
#### `paths`
@@ -1050,7 +1050,7 @@ If none of `branch`, `tag`, or `rev` is set, defaults to the `master` branch.
10501050
The `[target]` table is used for specifying settings for specific platform
10511051
targets. It consists of a sub-table which is either a [platform triple][target triple]
10521052
or a [`cfg()` expression]. The given values will be used if the target platform
1053-
matches either the [`<triple>`] value or the `<cfg>` expression.
1053+
matches either the `<triple>` value or the `<cfg>` expression.
10541054

10551055
```toml
10561056
[target.thumbv7m-none-eabi]

0 commit comments

Comments
 (0)