Skip to content

Commit

Permalink
Moving all RTD links to https.
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed May 19, 2016
1 parent 8f490cb commit 5fcf2fb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
14 changes: 7 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fcf2fb

Please sign in to comment.