You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs/docsite/rst/dev_guide
Robin Schneider 3700bcb6dd Use HTTPS instead of legacy HTTP for ansible.com (#16870)
Mechanical edit done by this "one-liner":

```Shell
git ls-files -z "$(git rev-parse --show-toplevel)" | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's#http://(www\.|galaxy\.|)ansible\.com#https://\1ansible.com#g;'
```

Related to: https://github.com/ansible/ansible/issues/16869
8 years ago
..
Makefile consolidated docs 8 years ago
conf.py PEP 8 indent cleanup. (#20800) 8 years ago
developing_api.rst Fix all RST errors for docs/docsite/rst (#20005) 8 years ago
developing_core.rst consolidated docs 8 years ago
developing_inventory.rst Use HTTPS instead of legacy HTTP for ansible.com (#16870) 8 years ago
developing_module_utilities.rst New Module : aos_ip_pool as part of network/aos (#21044) 8 years ago
developing_modules.rst Docs partner checklist (bulk modules) (#20794) 8 years ago
developing_modules_best_practices.rst Refurbish developing modules content - stage 1 (#20673) 8 years ago
developing_modules_checklist.rst Making the decoration more clear (#20931) 8 years ago
developing_modules_documenting.rst validate-modules --arg-spec (#21331) 8 years ago
developing_modules_general.rst Refurbish developing modules content - stage 1 (#20673) 8 years ago
developing_modules_in_groups.rst Docs partner checklist (bulk modules) (#20794) 8 years ago
developing_modules_python3.rst consolidated docs 8 years ago
developing_plugins.rst Fix all RST errors for docs/docsite/rst (#20005) 8 years ago
developing_program_flow_modules.rst Fix all RST errors for docs/docsite/rst (#20005) 8 years ago
developing_rebasing.rst consolidated docs 8 years ago
developing_releases.rst Use HTTPS instead of legacy HTTP for ansible.com (#16870) 8 years ago
developing_test_pr.rst Fix code-blocks to use correct syntax highlighting 8 years ago
index.rst Fix all RST errors for docs/docsite/rst (#20005) 8 years ago
overview_architecture.rst consolidated docs 8 years ago
repomerge.rst Fix all RST errors for docs/docsite/rst (#20005) 8 years ago