Skip to content

Commit c9a367c

Browse files
author
Paul Woolcock
committed
Update docs to be more like a regular local crates.io setup
1 parent efb7972 commit c9a367c

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)