Skip to content

Commit 01cbcce

Browse files
committed
Update publishing link for semver rules.
1 parent 5137905 commit 01cbcce

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/doc/src/reference/publishing.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,9 @@ And that’s it, you’ve now published your first crate!
119119

120120
### Publishing a new version of an existing crate
121121

122-
In order to release a new version, change the `version` value specified in
123-
your `Cargo.toml` manifest. Keep in mind [the semver
124-
rules](manifest.md#the-version-field), and consult [RFC 1105] for
125-
what constitutes a semver-breaking change. Then run [`cargo publish`] as
126-
described above to upload the new version.
122+
In order to release a new version, change [the `version` value](manifest.md#the-version-field) specified in your `Cargo.toml` manifest.
123+
Keep in mind [the SemVer rules](semver.md) which provide guidelines on what is a compatible change.
124+
Then run [`cargo publish`] as described above to upload the new version.
127125

128126
### Managing a crates.io-based crate
129127

@@ -255,7 +253,6 @@ listed in the "Organization access" list with a green check mark. If there's
255253
a button labeled `Grant` or `Request`, you should grant the access or
256254
request the org owner to do so.
257255

258-
[RFC 1105]: https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md
259256
[Rust API Guidelines]: https://rust-lang.github.io/api-guidelines/
260257
[`cargo login`]: ../commands/cargo-login.md
261258
[`cargo package`]: ../commands/cargo-package.md

0 commit comments

Comments
 (0)