Skip to content

Commit d2c181f

Browse files
committed
doc (book)[07/14]: "Cargo Guide"/"Working on an...": link terms to glossary
The following term(s) are linked to their Glossary entries: - package
1 parent f862022 commit d2c181f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/doc/src/guide/working-on-an-existing-project.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Working on an Existing Cargo Package
22

3-
If you download an existing package that uses Cargo, it’s really easy
4-
to get going.
3+
If you download an existing [package][def-package] that uses Cargo, it’s
4+
really easy to get going.
55

66
First, get the package from somewhere. In this example, we’ll use `rand`
77
cloned from its repository on GitHub:
@@ -20,3 +20,5 @@ $ cargo build
2020

2121
This will fetch all of the dependencies and then build them, along with the
2222
package.
23+
24+
[def-package]: ../appendix/glossary.md#package '"package" (glossary entry)'

0 commit comments

Comments
 (0)