Skip to content

Commit be20718

Browse files
committed
Moves several links to the bottom of the README file.
1 parent 0218520 commit be20718

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The unit-tests can be run with the following command:
9595
$ composer test
9696
```
9797

98-
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).
98+
To run integration tests, which use the Github API, a [Github API token] might be needed (to stop the tests hitting the API Limit).
9999
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.
100100
See `tests/integration-tests/.env.example` for an example.
101101

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

112112
## Contributing
113113

114-
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
114+
Please see [CONTRIBUTING] for details.
115115

116116
## Change Log
117117

118-
Please see [CHANGELOG](CHANGELOG.md) for details.
118+
Please see [CHANGELOG] for details.
119119

120120
## Credits
121121

122-
- [Potherca](https://github.com/potherca)
122+
- [Potherca]
123+
- [Contributors]
123124

124125
## License
125126

@@ -137,4 +138,10 @@ The MIT License (MIT). Please see [License File] for more information.
137138
[Build Status Badge]: https://img.shields.io/travis/Potherca/flysystem-github.svg
138139
[Coverage Status Badge]: https://coveralls.io/repos/potherca/flysystem-github/badge.svg
139140
[Quality Score Badge]: https://img.shields.io/scrutinizer/g/potherca/flysystem-github.svg
140-
[Total Downloads Badge]: https://img.shields.io/packagist/dt/potherca/flysystem-github.svg
141+
[Total Downloads Badge]: https://img.shields.io/packagist/dt/potherca/flysystem-github.svg
142+
143+
[Contributors]: https://github.com/Potherca/flysystem-github/graphs/contributors
144+
[CHANGELOG]: CHANGELOG.md
145+
[CONTRIBUTING]: CONTRIBUTING.md
146+
[Potherca]: https://github.com/potherca
147+
[Github API token]: https://help.github.com/articles/creating-an-access-token-for-command-line-use/

0 commit comments

Comments
 (0)