Fix some broken links (#42079)

* Fix some broken links

* We now only serve via https
* redirects don't work with anchors, so update those links (devel/dev_guide)
This commit is contained in:
John R Barker
2018-06-29 11:12:01 -07:00
committed by GitHub
parent 6024a766e9
commit e9dbebfa57
7 changed files with 23 additions and 24 deletions

View File

@@ -47,7 +47,7 @@ New module development
----------------------
Please read
`link <https://docs.ansible.com/ansible/dev_guide/developing_modules.html#how-to-develop-a-module>`__,
`link <https://docs.ansible.com/ansible/devel/dev_guide/developing_modules.html>`__,
first to know what common properties, functions and features every module must
have.