Skip to content

Commit aeb517b

Browse files
committed
doc (book)[12/14]: "Cargo Guide"/"Continuous Integration": link terms to glossary
The following term(s) are linked to their Glossary entries: - package
1 parent c0b09f1 commit aeb517b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/doc/src/guide/continuous-integration.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
### Travis CI
44

5-
To test your package on Travis CI, here is a sample `.travis.yml` file:
5+
To test your [package][def-package] on Travis CI, here is a sample
6+
`.travis.yml` file:
67

78
```yaml
89
language: rust
@@ -86,3 +87,5 @@ This will test and build documentation on the stable channel and nightly
8687
channel, but any breakage in nightly will not fail your overall build. Please
8788
see the [builds.sr.ht documentation](https://man.sr.ht/builds.sr.ht/) for more
8889
information.
90+
91+
[def-package]: ../appendix/glossary.md#package '"package" (glossary entry)'

0 commit comments

Comments
 (0)