Skip to content

Commit

Permalink
Moves several links to the bottom of the README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca committed Apr 20, 2016
1 parent 0218520 commit be20718
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The unit-tests can be run with the following command:
$ composer test
```

To run integration tests, which use the Github API, a [Github API token](https://help.github.com/articles/creating-an-access-token-for-command-line-use/) might be needed (to stop the tests hitting the API Limit).
To run integration tests, which use the Github API, a [Github API token] might be needed (to stop the tests hitting the API Limit).
An API key can be added by setting it in the environment as `GITHUB_API_KEY` or by creating an `.env` file in the integration tests directory and setting it there.
See `tests/integration-tests/.env.example` for an example.

Expand All @@ -111,15 +111,16 @@ If you discover any security related issues, please email [email protected] ins

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
Please see [CONTRIBUTING] for details.

## Change Log

Please see [CHANGELOG](CHANGELOG.md) for details.
Please see [CHANGELOG] for details.

## Credits

- [Potherca](https://github.com/potherca)
- [Potherca]
- [Contributors]

## License

Expand All @@ -137,4 +138,10 @@ The MIT License (MIT). Please see [License File] for more information.
[Build Status Badge]: https://img.shields.io/travis/Potherca/flysystem-github.svg
[Coverage Status Badge]: https://coveralls.io/repos/potherca/flysystem-github/badge.svg
[Quality Score Badge]: https://img.shields.io/scrutinizer/g/potherca/flysystem-github.svg
[Total Downloads Badge]: https://img.shields.io/packagist/dt/potherca/flysystem-github.svg
[Total Downloads Badge]: https://img.shields.io/packagist/dt/potherca/flysystem-github.svg

[Contributors]: https://github.com/Potherca/flysystem-github/graphs/contributors
[CHANGELOG]: CHANGELOG.md
[CONTRIBUTING]: CONTRIBUTING.md
[Potherca]: https://github.com/potherca
[Github API token]: https://help.github.com/articles/creating-an-access-token-for-command-line-use/

0 comments on commit be20718

Please sign in to comment.