Add links to CONTRIBUTING.md and LICENSE [skip ci] (#1748)

This makes it easier to access these files by simply clicking on the
relevant name in the README.md file, rather than having to scroll up to
the file list and manually finding the relevant file being discussed.
This commit is contained in:
Misha Brukman 2021-06-02 17:39:58 -04:00 committed by GitHub
parent f81ed769a8
commit c865547cd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
An API documentation generator for JavaScript.
Want to contribute to JSDoc? Please read `CONTRIBUTING.md`.
Want to contribute to JSDoc? Please read [`CONTRIBUTING.md`](CONTRIBUTING.md).
Installation and Usage
----------------------
@ -93,4 +93,4 @@ JSDoc is copyright (c) 2011-present Michael Mathews <micmath@gmail.com> and
the [contributors to JSDoc](https://github.com/jsdoc/jsdoc/graphs/contributors).
JSDoc is free software, licensed under the Apache License, Version 2.0. See the
`LICENSE` file for more details.
[`LICENSE`](LICENSE) file for more details.