Skip to content

Commit d4b5038

Browse files
committed
Fix globs link.
1 parent efb7972 commit d4b5038

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)