Skip to content

Commit fcb8b32

Browse files
committed
Fix clap links
1 parent 85ea0ef commit fcb8b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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/%7E2">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/%7E2.9">docs.rs/clap/~2.9</a></td>
5454
<td>2.9.* version</td>
5555
</tr>
5656
<tr>

0 commit comments

Comments
 (0)