Skip to content

Commit 1735917

Browse files
committed
remove reference to incomplete crates.io feature from docs
1 parent 7f44292 commit 1735917

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/doc/src/reference/manifest.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -209,18 +209,14 @@ description = "A short description of my package"
209209
### The `documentation` field
210210

211211
The `documentation` field specifies a URL to a website hosting the crate's
212-
documentation. If no URL is specified in the manifest file, [crates.io] will
213-
automatically link your crate to the corresponding [docs.rs] page when the
214-
documentation has been built and is available (see [docs.rs queue]).
212+
documentation.
215213

216214
```toml
217215
[package]
218216
# ...
219217
documentation = "https://docs.rs/bitflags"
220218
```
221219

222-
[docs.rs queue]: https://docs.rs/releases/queue
223-
224220
### The `readme` field
225221

226222
The `readme` field should be the path to a file in the package root (relative

0 commit comments

Comments
 (0)