Skip to content

Commit 86b1aa2

Browse files
authored
Merge pull request #2411 from rossmacarthur/ft/update-toml-link
Update TOML link to official website
2 parents f38fd10 + a2e4bbf commit 86b1aa2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/ch01-03-hello-cargo.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,8 @@ edition = "2018"
7272
<span class="caption">Listing 1-2: Contents of *Cargo.toml* generated by `cargo
7373
new`</span>
7474

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
75+
This file is in the [*TOML*](https://toml.io)<!-- ignore --> (*Tom’s Obvious,
76+
Minimal Language*) format, which is Cargo’s configuration format.
7977

8078
The first line, `[package]`, is a section heading that indicates that the
8179
following statements are configuring a package. As we add more information to

0 commit comments

Comments
 (0)