Skip to content

Commit

Permalink
removed noisy links
Browse files Browse the repository at this point in the history
  • Loading branch information
jofas committed Jan 21, 2023
1 parent 05e6d6f commit 63e9b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/src/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<triple>` where
the [`<triple>`] part can be any [target triple] like
the `<triple>` part can be any [target triple] like
`target.x86_64-pc-windows-msvc`.

#### `paths`
Expand Down Expand Up @@ -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 [`<triple>`] value or the `<cfg>` expression.
matches either the `<triple>` value or the `<cfg>` expression.

```toml
[target.thumbv7m-none-eabi]
Expand Down

0 comments on commit 63e9b77

Please sign in to comment.