Skip to content

Commit

Permalink
Auto merge of #12018 - Marcono1234:patch-1, r=ehuss
Browse files Browse the repository at this point in the history
Update outdated crates.io URLs in publishing guide
  • Loading branch information
bors committed Apr 22, 2023
2 parents 77069b4 + 51ac14d commit 75c82e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/doc/src/reference/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ limit to the number of versions which can be published, however.

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

Then run the [`cargo login`] command.

Expand Down

0 comments on commit 75c82e6

Please sign in to comment.