Skip to content

Commit 47b6fe6

Browse files
committed
docs(config): Help credentials users find out more about cargo:token
1 parent 3a72bf3 commit 47b6fe6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/src/reference/config.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Cargo will search `PATH` for its executable.
299299

300300
Configuration values with sensitive information are stored in the
301301
`$CARGO_HOME/credentials.toml` file. This file is automatically created and updated
302-
by [`cargo login`] and [`cargo logout`] when using the `cargo:token` credential provider.
302+
by [`cargo login`] and [`cargo logout`] when using the [`cargo:token`] credential provider.
303303

304304
It follows the same format as Cargo config files.
305305

@@ -1320,6 +1320,7 @@ Sets the width for progress bar.
13201320
[source replacement]: source-replacement.md
13211321
[revision]: https://git-scm.com/docs/gitrevisions
13221322
[registries]: registries.md
1323+
[`cargo:token`]: registry-authentication.md#cargotoken
13231324
[crates.io]: https://crates.io/
13241325
[target triple]: ../appendix/glossary.md#target '"target" (glossary)'
13251326
[`<triple>`]: ../appendix/glossary.md#target '"target" (glossary)'

0 commit comments

Comments
 (0)