Skip to content

Commit de4c551

Browse files
authored
Update docs link in Cargo.toml to HTTPS version
Currently, the documentation link is specified in Cargo.toml as: documentation = "http://rust-lang.github.io/mdBook/index.html" which propagates to crates.io and if users click on the docs link there they get the non-TLS version. Not likely to cause major issues, but still best practice to use the HTTPS version since it's there
1 parent d45f02d commit de4c551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
"Michael-F-Bryan <michaelfbryan@gmail.com>",
77
"Matt Ickstadt <mattico8@gmail.com>"
88
]
9-
documentation = "http://rust-lang.github.io/mdBook/index.html"
9+
documentation = "https://rust-lang.github.io/mdBook/index.html"
1010
edition = "2021"
1111
exclude = ["/guide/*"]
1212
keywords = ["book", "gitbook", "rustbook", "markdown"]

0 commit comments

Comments
 (0)