Merge pull request #1372 from alexjlockwood/patch-1

Fix broken markdown links
This commit is contained in:
Jürg Lehni 2018-01-16 10:56:27 +01:00 committed by GitHub
commit 0f17d1984d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -280,8 +280,8 @@ The main Paper.js source tree is hosted on GitHub, thus you should create a fork
of the repository in which you perform development. See of the repository in which you perform development. See
<http://help.github.com/forking/>. <http://help.github.com/forking/>.
We prefer that you send a [pull request on GitHub] We prefer that you send a [pull request on GitHub](http://help.github.com/pull-requests/)
(http://help.github.com/pull-requests/) which will then be merged into the which will then be merged into the
official main line repository. You need to sign the Paper.js CLA to be able to official main line repository. You need to sign the Paper.js CLA to be able to
contribute (see below). contribute (see below).
@ -352,10 +352,10 @@ Before we can accept any contributions to Paper.js, you need to sign this
> defend the project should there be a legal dispute regarding the software at > defend the project should there be a legal dispute regarding the software at
> some future time. > some future time.
For a list of authors and contributors, please see [AUTHORS] For a list of authors and contributors, please see
(https://github.com/paperjs/paper.js/blob/master/AUTHORS.md). [AUTHORS](https://github.com/paperjs/paper.js/blob/master/AUTHORS.md).
## License ## License
Distributed under the MIT license. See [LICENSE] Distributed under the MIT license. See
(https://github.com/paperjs/paper.js/blob/master/LICENSE.txt) for details. [LICENSE](https://github.com/paperjs/paper.js/blob/master/LICENSE.txt) for details.