more https
[rust-101.git] / workspace / src / part07.rs
index 75bd0cca93c5fd006083406936ea00d97fd1e649..3ea4cc089e1679bd9e5de2a12fc34d0b85d350dc 100644 (file)
@@ -61,7 +61,7 @@ fn test_min() {
 
 // ## Formatting
 
-// All formating is handled by [`std::fmt`](http://doc.rust-lang.org/std/fmt/index.html). I won't explain
+// All formating is handled by [`std::fmt`](https://doc.rust-lang.org/std/fmt/index.html). I won't explain
 // all the details, and refer you to the documentation instead.
 use std::fmt;