From 925a3a8278570d9dd0eec06ce768509ca3ed32ef Mon Sep 17 00:00:00 2001 From: zopsicle Date: Mon, 3 Mar 2025 13:28:02 +0100 Subject: [PATCH] Shorthand URLs: document usage of `::` This adds documentation for redirects such as from https://docs.rs/clap::Command to the Shorthand URLs page. --- templates/core/about/redirections.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/core/about/redirections.html b/templates/core/about/redirections.html index 3f0509770..fbb55acef 100644 --- a/templates/core/about/redirections.html +++ b/templates/core/about/redirections.html @@ -27,6 +27,11 @@

Shorthand URLs

Latest version of clap + + docs.rs/clap::Command + Latest version of clap, and search for "Command" within the crate + + docs.rs/clap/~2