Skip to content

Commit ee89602

Browse files
davidalberBurntSushi
authored andcommitted
docs: update link for raw string literal docs
1 parent 11f1815 commit ee89602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ it to match anywhere in the text. Anchors can be used to ensure that the
5656
full text matches an expression.
5757
5858
This example also demonstrates the utility of
59-
[raw strings](https://doc.rust-lang.org/stable/reference.html#raw-string-literals)
59+
[raw strings](https://doc.rust-lang.org/stable/reference/tokens.html#raw-string-literals)
6060
in Rust, which
6161
are just like regular strings except they are prefixed with an `r` and do
6262
not process any escape sequences. For example, `"\\d"` is the same

0 commit comments

Comments
 (0)