Skip to content

Commit e6dfa64

Browse files
committed
Fix clap links in redirection examples
1 parent 4f30afc commit e6dfa64

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ crates' documentation easily. Example of URL redirections for `clap` crate:
2020
| URL | Redirects to documentation of |
2121
|------------------------------|------------------------------------------------|
2222
| <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 |
2525
| <https://docs.rs/clap/2.9.3> | 2.9.3 version (you don't need = unlike semver) |
2626

2727
The crates.fyi domain will redirect to docs.rs, supporting all of the

templates/about.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
<td>Latest version of clap</td>
4747
</tr>
4848
<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>
5050
<td>2.* version</td>
5151
</tr>
5252
<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>
5454
<td>2.9.* version</td>
5555
</tr>
5656
<tr>

0 commit comments

Comments
 (0)