Skip to content

Commit 75c82e6

Browse files
committed
Auto merge of #12018 - Marcono1234:patch-1, r=ehuss
Update outdated crates.io URLs in publishing guide
2 parents 77069b4 + 51ac14d commit 75c82e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/doc/src/reference/publishing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ limit to the number of versions which can be published, however.
1212

1313
First things first, you’ll need an account on [crates.io] to acquire
1414
an API token. To do so, [visit the home page][crates.io] and log in via a GitHub
15-
account (required for now). You will also need to verify your email address on the
16-
[Account Settings](https://crates.io/me) page. Once that is done create an API token,
17-
make sure you copy it. Once you leave the page you will not be able to see it
18-
again.
15+
account (required for now). You will also need to provide and verify your email
16+
address on the [Account Settings](https://crates.io/settings/profile) page. Once
17+
that is done [create an API token](https://crates.io/settings/tokens), make sure
18+
you copy it. Once you leave the page you will not be able to see it again.
1919

2020
Then run the [`cargo login`] command.
2121

0 commit comments

Comments
 (0)