Skip to content

Commit 5e3ad0d

Browse files
committed
field projections: fix url encoding
The `@BennoLossin` in the hackmd url gets interpreted as a github username and thus replaced by the url, which breaks the markdown. Thus use `%40` which encodes `@` instead.
1 parent a0d7736 commit 5e3ad0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/2025h2/field-projections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ that improves upon it.
7474

7575
For historical context, there also is the [Field Projections RFC v1].
7676

77-
[newer proposal]: https://hackmd.io/@BennoLossin/HkMBy6Hzlx
77+
[newer proposal]: https://hackmd.io/%40BennoLossin/HkMBy6Hzlx
7878
[Field Projections RFC v1]: https://github.com/rust-lang/rfcs/pull/3318
7979
[Field Projections RFC v2]: https://github.com/rust-lang/rfcs/pull/3735
8080

0 commit comments

Comments
 (0)