File tree 7 files changed +9
-10
lines changed
7 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = ["The Rust Project Developers"]
5
5
license = " MIT/Apache-2.0"
6
6
readme = " README.md"
7
7
repository = " https://github.com/rust-lang/regex"
8
- documentation = " https://doc.rust-lang.org /regex"
8
+ documentation = " https://docs.rs /regex"
9
9
homepage = " https://github.com/rust-lang/regex"
10
10
description = """
11
11
An implementation of regular expressions for Rust. This implementation uses
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Your friendly guide to understanding the performance characteristics of this
2
2
crate.
3
3
4
4
This guide assumes some familiarity with the public API of this crate, which
5
- can be found here: http ://doc.rust-lang.org /regex/regex/index.html
5
+ can be found here: https ://docs.rs /regex
6
6
7
7
## Theory vs. Practice
8
8
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ by [RE2](https://github.com/google/re2).
14
14
15
15
### Documentation
16
16
17
- [ Module documentation with examples] ( https://doc.rust-lang.org /regex ) .
17
+ [ Module documentation with examples] ( https://docs.rs /regex ) .
18
18
The module documentation also include a comprehensive description of the syntax
19
19
supported.
20
20
21
21
Documentation with examples for the various matching functions and iterators
22
22
can be found on the
23
- [ ` Regex ` type] ( https://doc.rust-lang.org /regex/regex/struct.Regex.html ) .
23
+ [ ` Regex ` type] ( https://docs.rs /regex/* /regex/struct.Regex.html ) .
24
24
25
25
### Usage
26
26
@@ -197,8 +197,7 @@ execution. This may be useful if you're implementing your own regex engine or
197
197
otherwise need to do analysis on the syntax of a regular expression. It is
198
198
otherwise not recommended for general use.
199
199
200
- [ Documentation for ` regex-syntax ` with
201
- examples] ( https://doc.rust-lang.org/regex/regex_syntax/index.html ) .
200
+ [ Documentation for ` regex-syntax ` with examples] ( https://docs.rs/regex-syntax ) .
202
201
203
202
# License
204
203
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version = "0.1.0"
5
5
authors = [" The Rust Project Developers" ]
6
6
license = " MIT/Apache-2.0"
7
7
repository = " https://github.com/rust-lang/regex"
8
- documentation = " http ://doc.rust-lang.org /regex/regex/index.html "
8
+ documentation = " https ://docs.rs /regex"
9
9
homepage = " https://github.com/rust-lang/regex"
10
10
description = " Regex benchmarks for Rust's and other engines."
11
11
build = " build.rs"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The header file (`includes/rure.h`) serves as the primary API documentation of
12
12
this library. Types and flags are documented first, and functions follow.
13
13
14
14
The syntax and possibly other useful things are documented in the Rust
15
- API documentation: http ://doc.rust-lang.org /regex/regex/index.html
15
+ API documentation: https ://docs.rs /regex
16
16
17
17
18
18
Examples
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version = "0.1.0"
5
5
authors = [" The Rust Project Developers" ]
6
6
license = " MIT/Apache-2.0"
7
7
repository = " https://github.com/rust-lang/regex"
8
- documentation = " http ://doc.rust-lang.org /regex"
8
+ documentation = " https ://docs.rs /regex"
9
9
homepage = " https://github.com/rust-lang/regex"
10
10
description = " A tool useful for debugging regular expressions."
11
11
workspace = " .."
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.4.1" #:version
4
4
authors = [" The Rust Project Developers" ]
5
5
license = " MIT/Apache-2.0"
6
6
repository = " https://github.com/rust-lang/regex"
7
- documentation = " http ://doc.rust-lang.org /regex/regex_syntax/index.html "
7
+ documentation = " https ://docs.rs /regex-syntax "
8
8
homepage = " https://github.com/rust-lang/regex"
9
9
description = " A regular expression parser."
10
10
workspace = " .."
You can’t perform that action at this time.
0 commit comments