api-guidelines icon indicating copy to clipboard operation
api-guidelines copied to clipboard

C-PERMISSIVE: Use automatic links

Open axelkar opened this issue 1 year ago • 0 comments

 * Apache License, Version 2.0
-   ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
+   ([LICENSE-APACHE](LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
 * MIT license
-   ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
+   ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)

This is done so that dumb markdown parsers can identify the links. Examples include rustdoc and the one that ships with cgit-pink

axelkar avatar Jul 31 '24 23:07 axelkar