diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -65,7 +65,7 @@ This allows you to: ## License -Licensed under the MIT license, see [`./LICENSE`](./LICENSE). +Licensed under the MIT license, see [the LICENSE file]. [html5gum]: https://crates.io/crates/html5gum @@ -73,3 +73,4 @@ Licensed under the MIT license, see [`./LICENSE`](./LICENSE). [html5lib's tokenizer test suite]: https://github.com/html5lib/html5lib-tests/tree/master/tokenizer [charset detection]: https://html.spec.whatwg.org/multipage/parsing.html#determining-the-character-encoding [misnested tags]: https://html.spec.whatwg.org/multipage/parsing.html#an-introduction-to-error-handling-and-strange-cases-in-the-parser +[the LICENSE file]: ./LICENSE |