From d18c327229f7fe1ebb2bd3623491f26bdb277b16 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 22 Jan 2024 08:48:32 -0600 Subject: [PATCH] docs(faq): Remove parity link Now that we've integrated everything into rustdoc, its more obvious. --- src/_faq.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_faq.rs b/src/_faq.rs index 52bcac52e79..7ca5551acb1 100644 --- a/src/_faq.rs +++ b/src/_faq.rs @@ -31,7 +31,7 @@ //! //! The benefits of integrating `structopt` and `clap` are: //! - Easier cross-linking in documentation -//! - [Documentation parity](../examples) +//! - Documentation parity //! - Tighter design feedback loop, ensuring all new features are designed with //! derives in mind and easier to change `clap` in response to `structopt` bugs. //! - Clearer endorsement of `structopt`