Daniel
|
d18bb96e88
|
Make pull-request sentence less ambiguous (#21802)
|
2017-02-22 17:52:41 -08:00 |
|
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 |
|
John R Barker
|
9bc4a12ae5
|
No more split repos (#20804)
* All bugs go to into `ansible/ansible`
* Issue template is automatically added when raising a new issue, so no manual steps needed
|
2017-01-29 13:04:10 -08:00 |
|
Brian Coca
|
57f8b791d6
|
consolidated docs
point to new doc locations
removed non existing dirs
|
2017-01-06 09:16:59 -05:00 |
|