Skip to content

Commit ab30710

Browse files
committed
replaced all occurences of doc.crates.io/contrib/apidoc/cargo with doc.rust-lang.org/nightly/nightly-rustc/cargo
1 parent abc6abe commit ab30710

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
- External subcommands can now inherit jobserver file descriptors from Cargo.
236236
[#10511](https://github.com/rust-lang/cargo/pull/10511)
237237
- Added an API documentation for private items in cargo-the-library. See
238-
<https://doc.crates.io/contrib/apidoc/cargo>.
238+
<https://doc.rust-lang.org/nightly/nightly-rustc/cargo>.
239239
[#11019](https://github.com/rust-lang/cargo/pull/11019)
240240

241241
### Changed

src/cargo/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//! There are two places you can find API documentation of cargo-the-library,
1515
//!
1616
//! - <https://docs.rs/cargo> and
17-
//! - <https://doc.crates.io/contrib/apidoc/cargo>.
17+
//! - <https://doc.rust-lang.org/nightly/nightly-rustc/cargo>.
1818
//!
1919
//! Each of them targets on a slightly different audience.
2020
//!
@@ -33,7 +33,7 @@
3333
//!
3434
//! ## For Cargo contributors
3535
//!
36-
//! The documentation on <https://doc.crates.io/contrib/apidoc/cargo> contains all items in Cargo.
36+
//! The documentation on <https://doc.rust-lang.org/nightly/nightly-rustc/cargo> contains all items in Cargo.
3737
//! Contributors of Cargo may find it useful as a reference of Cargo's implementation details.
3838
//! It's built with `--document-private-items` rustdoc flag,
3939
//! so you might expect to see some noise and strange items here.

0 commit comments

Comments
 (0)