Skip to content

Commit a66952f

Browse files
authored
C-PERMISSIVE: Use autolinks
This is done so that non-GFM-compatible markdown parsers can identify the links. Examples include rustdoc and the one that ships with cgit-pink.
1 parent 385ba00 commit a66952f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/necessities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ And toward the end of your README.md:
8282
Licensed under either of
8383
8484
* Apache License, Version 2.0
85-
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
85+
([LICENSE-APACHE](LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
8686
* MIT license
87-
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
87+
([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
8888
8989
at your option.
9090

0 commit comments

Comments
 (0)