File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ crates' documentation easily. Example of URL redirections for `clap` crate:
20
20
| URL | Redirects to documentation of |
21
21
| ------------------------------| ------------------------------------------------|
22
22
| < https://docs.rs/clap > | Latest version of clap |
23
- | < https://docs.rs/clap/^ 2 > | 2.* version |
24
- | < https://docs.rs/clap/^ 2.9 > | 2.9.* version |
23
+ | < https://docs.rs/clap/~ 2 > | 2.* version |
24
+ | < https://docs.rs/clap/~ 2.9 > | 2.9.* version |
25
25
| < https://docs.rs/clap/2.9.3 > | 2.9.3 version (you don't need = unlike semver) |
26
26
27
27
The crates.fyi domain will redirect to docs.rs, supporting all of the
Original file line number Diff line number Diff line change 46
46
<td >Latest version of clap</td >
47
47
</tr >
48
48
<tr >
49
- <td ><a href =" https://docs.rs/clap/%5E2" >docs.rs/clap/^ 2</a ></td >
49
+ <td ><a href =" https://docs.rs/clap/%5E2" >docs.rs/clap/~ 2</a ></td >
50
50
<td >2.* version</td >
51
51
</tr >
52
52
<tr >
53
- <td ><a href =" https://docs.rs/clap/%5E2.9" >docs.rs/clap/^ 2.9</a ></td >
53
+ <td ><a href =" https://docs.rs/clap/%5E2.9" >docs.rs/clap/~ 2.9</a ></td >
54
54
<td >2.9.* version</td >
55
55
</tr >
56
56
<tr >
You can’t perform that action at this time.
0 commit comments