Skip to content

Commit 3757bbf

Browse files
committed
Auto merge of #360 - alexwlchan:readme-link, r=BurntSushi
Fix link to Regex type in README
2 parents 204e409 + 9eda3d3 commit 3757bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ supported.
2020

2121
Documentation with examples for the various matching functions and iterators
2222
can be found on the
23-
[`Regex` type](https://doc.rust-lang.org/regex/regex/enum.Regex.html).
23+
[`Regex` type](https://doc.rust-lang.org/regex/regex/struct.Regex.html).
2424

2525
### Usage
2626

0 commit comments

Comments
 (0)