diff --git a/src/doc/src/reference/manifest.md b/src/doc/src/reference/manifest.md index 0fcf02b4276..9385a12026d 100644 --- a/src/doc/src/reference/manifest.md +++ b/src/doc/src/reference/manifest.md @@ -209,9 +209,7 @@ description = "A short description of my package" ### The `documentation` field The `documentation` field specifies a URL to a website hosting the crate's -documentation. If no URL is specified in the manifest file, [crates.io] will -automatically link your crate to the corresponding [docs.rs] page when the -documentation has been built and is available (see [docs.rs queue]). +documentation. ```toml [package] @@ -219,8 +217,6 @@ documentation has been built and is available (see [docs.rs queue]). documentation = "https://docs.rs/bitflags" ``` -[docs.rs queue]: https://docs.rs/releases/queue - ### The `readme` field The `readme` field should be the path to a file in the package root (relative