Skip to content

Commit e11c91d

Browse files
committed
Fix broken link
Signed-off-by: Denis Varlakov <denis@dfns.co>
1 parent 44e49a8 commit e11c91d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ docs-open:
1111

1212
readme:
1313
cargo readme -i src/lib.rs -r round-based/ -t ../docs/readme.tpl --no-indent-headings \
14-
| perl -ne 's/(?<!!)\[([^\[]+?)\]\([^\(]+?\)/\1/g; print;' \
14+
| perl -ne 's/(?<!!)\[([^\[]+?)\]\((?!https:)[^\(]+?\)/\1/g; print;' \
1515
| perl -ne 's/\[([^\[]+?)\](?!\()/\1/g; print;' \
1616
> README.md

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ the documentation of the protocol you're using), but usually they are:
3939
* `runtime-tokio` enables tokio-specific implementation of async runtime
4040

4141
## Join us in Discord!
42-
Feel free to reach out to us in Discord!
42+
Feel free to reach out to us [in Discord](https://discordapp.com/channels/905194001349627914/1285268686147424388)!

0 commit comments

Comments
 (0)