Skip to content

Commit d97421c

Browse files
committed
Auto merge of #6235 - ehuss:fix-globs-link, r=alexcrichton
Fix `globs` link.
2 parents 1fa3088 + d4b5038 commit d97421c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The options are mutually exclusive: setting `include` will override an
125125
`exclude`. Note that `include` must be an exhaustive list of files as otherwise
126126
necessary source files may not be included.
127127

128-
[globs]: http://doc.rust-lang.org/glob/glob/struct.Pattern.html
128+
[globs]: https://docs.rs/glob/0.2.11/glob/struct.Pattern.html
129129

130130
#### Migrating to `gitignore`-like pattern matching
131131

0 commit comments

Comments
 (0)