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
|
2017-02-15 16:09:33 -08:00 |
|
Scott Butler
|
a002dca42d
|
Edited for grammar, punctuation and spelling
|
2017-01-31 12:44:23 -08:00 |
|
Albert Mikaelyan
|
b89f222028
|
Some better explanation to release cycle
|
2017-01-31 12:36:42 -05:00 |
|
Scott Butler
|
1c8b85a6f1
|
Added support statement for older releases.
|
2017-01-13 11:59:16 -08:00 |
|
Brian Coca
|
57f8b791d6
|
consolidated docs
point to new doc locations
removed non existing dirs
|
2017-01-06 09:16:59 -05:00 |
|