Skip to content

Commit 1fa3088

Browse files
committed
Auto merge of #6232 - pwoolcoc:small-doc-fixes, r=alexcrichton
Update docs to be more like a regular local crates.io setup
2 parents 63cd1cb + c9a367c commit 1fa3088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/unstable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ table:
2121

2222
```toml
2323
[registries]
24-
my-registry = { index = "https://my-intranet:8080/index" }
24+
my-registry = { index = "https://my-intranet:8080/git/index" }
2525
```
2626

2727
Authentication information for alternate registries can be added to
2828
`.cargo/credentials`:
2929

3030
```toml
31-
[my-registry]
31+
[registries.my-registry]
3232
token = "api-token"
3333
```
3434

0 commit comments

Comments
 (0)