We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f38fd10 + a2e4bbf commit 86b1aa2Copy full SHA for 86b1aa2
src/ch01-03-hello-cargo.md
@@ -72,10 +72,8 @@ edition = "2018"
72
<span class="caption">Listing 1-2: Contents of *Cargo.toml* generated by `cargo
73
new`</span>
74
75
-This file is in the [*TOML*][toml]<!-- ignore --> (*Tom’s Obvious, Minimal
76
-Language*) format, which is Cargo’s configuration format.
77
-
78
-[toml]: https://github.com/toml-lang/toml
+This file is in the [*TOML*](https://toml.io)<!-- ignore --> (*Tom’s Obvious,
+Minimal Language*) format, which is Cargo’s configuration format.
79
80
The first line, `[package]`, is a section heading that indicates that the
81
following statements are configuring a package. As we add more information to
0 commit comments