diff --git a/README.md b/README.md index eb9aa56c1..eb8c2ab41 100644 --- a/README.md +++ b/README.md @@ -22,15 +22,15 @@ documentation. ### Supported Hooks Languages -Dredd supports writing [hooks](http://dredd.readthedocs.io/en/latest/hooks/) +Dredd supports writing [hooks](https://dredd.readthedocs.io/en/latest/hooks/) — a glue code for each test setup and teardown. Following languages are supported: -- [Go](http://dredd.readthedocs.io/en/latest/hooks-go/) -- [Node.js (JavaScript)](http://dredd.readthedocs.io/en/latest/hooks-nodejs/) -- [Perl](http://dredd.readthedocs.io/en/latest/hooks-perl/) -- [PHP](http://dredd.readthedocs.io/en/latest/hooks-php/) -- [Python](http://dredd.readthedocs.io/en/latest/hooks-python/) -- [Ruby](http://dredd.readthedocs.io/en/latest/hooks-ruby/) +- [Go](https://dredd.readthedocs.io/en/latest/hooks-go/) +- [Node.js (JavaScript)](https://dredd.readthedocs.io/en/latest/hooks-nodejs/) +- [Perl](https://dredd.readthedocs.io/en/latest/hooks-perl/) +- [PHP](https://dredd.readthedocs.io/en/latest/hooks-php/) +- [Python](https://dredd.readthedocs.io/en/latest/hooks-python/) +- [Ruby](https://dredd.readthedocs.io/en/latest/hooks-ruby/) - Didn't find your favorite language? _[Add a new one!](https://dredd.readthedocs.io/en/latest/hooks-new-language/)_ ### Continuous Integration Support @@ -69,7 +69,7 @@ $ npm install -g dredd [API Blueprint tutorial]: https://apiblueprint.org/documentation/tutorial.html [API Blueprint examples]: https://github.com/apiaryio/api-blueprint/tree/master/examples -[Documentation]: http://dredd.readthedocs.io/en/latest/ +[Documentation]: https://dredd.readthedocs.io/en/latest/ [Changelog]: CHANGELOG.md [Contributor's Guidelines]: CONTRIBUTING.md diff --git a/docs/index.md b/docs/index.md index 78d71c1b0..09b021465 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,15 +18,15 @@ documentation. ### Supported Hooks Languages -Dredd supports writing [hooks](http://dredd.readthedocs.io/en/latest/hooks/) +Dredd supports writing [hooks](https://dredd.readthedocs.io/en/latest/hooks/) — a glue code for each test setup and teardown. Following languages are supported: -- [Go](http://dredd.readthedocs.io/en/latest/hooks-go/) -- [Node.js (JavaScript)](http://dredd.readthedocs.io/en/latest/hooks-nodejs/) -- [Perl](http://dredd.readthedocs.io/en/latest/hooks-perl/) -- [PHP](http://dredd.readthedocs.io/en/latest/hooks-php/) -- [Python](http://dredd.readthedocs.io/en/latest/hooks-python/) -- [Ruby](http://dredd.readthedocs.io/en/latest/hooks-ruby/) +- [Go](https://dredd.readthedocs.io/en/latest/hooks-go/) +- [Node.js (JavaScript)](https://dredd.readthedocs.io/en/latest/hooks-nodejs/) +- [Perl](https://dredd.readthedocs.io/en/latest/hooks-perl/) +- [PHP](https://dredd.readthedocs.io/en/latest/hooks-php/) +- [Python](https://dredd.readthedocs.io/en/latest/hooks-python/) +- [Ruby](https://dredd.readthedocs.io/en/latest/hooks-ruby/) - Didn't find your favorite language? _[Add a new one!](https://dredd.readthedocs.io/en/latest/hooks-new-language/)_ ### Continuous Integration Support