From c2f2887e100eaa1333f76e585e57d06421f39471 Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Sun, 8 Jun 2025 11:08:51 -0700 Subject: [PATCH] Update documentation URL --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 523bd537..f883d0d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/rust-lang/getopts" -documentation = "https://doc.rust-lang.org/getopts" +documentation = "https://docs.rs/getopts" homepage = "https://github.com/rust-lang/getopts" description = """ getopts-like option parsing.