rust-unofficial / patterns

A catalogue of Rust design patterns, anti-patterns and idioms
https://rust-unofficial.github.io/patterns/
Mozilla Public License 2.0
8.02k stars 367 forks source link

URL encoding problems with md-linkcheck #198

Closed simonsan closed 3 years ago

simonsan commented 3 years ago

I opened an upstream issue for this, this issue here is for tracking.

Gives a 400 - Bad request on check:

[Policy Based Design](https://en.wikipedia.org/wiki/Modern_C%2B%2B_Design#Policy-based_design)

Is fine:

[Policy Based Design](https://en.wikipedia.org/wiki/Modern_C++_Design#Policy-based_design)

https://github.com/gaurav-nelson/github-action-markdown-link-check/issues/96

simonsan commented 3 years ago

Should be fixed https://github.com/tcort/link-check/issues/40

Closing for now.