Merge pull request #2049 from clap-rs/v2.33.2

v2.33.2
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 589a788..f1ab669 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+<a name="v2.33.2"></a>
+### v2.33.2 (2020-08-5)
+
+#### Documentation
+
+* Fixed links to `2.x` examples. Now they point to the right place.
+
 <a name="v2.33.1"></a>
 ### v2.33.1 (2020-05-11)
 
diff --git a/Cargo.toml b/Cargo.toml
index aad8f87..0b24911 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,6 @@
 [package]
-
 name = "clap"
-version = "2.33.1"
+version = "2.33.2"
 authors = ["Kevin K. <kbknapp@gmail.com>"]
 exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
 repository = "https://github.com/clap-rs/clap"
diff --git a/src/lib.rs b/src/lib.rs
index 399447b..be2e6d9 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -517,7 +517,7 @@
 //! [license]: https://github.com/clap-rs/clap/blob/v2.33.1/LICENSE-MIT
 
 #![crate_type = "lib"]
-#![doc(html_root_url = "https://docs.rs/clap/2.33.1")]
+#![doc(html_root_url = "https://docs.rs/clap/2.33.2")]
 #![deny(
     missing_docs,
     missing_debug_implementations,