diff options
author | Dag Wieers <dag@wieers.com> | 2017-05-18 09:09:53 +0200 |
---|---|---|
committer | John R Barker <john@johnrbarker.com> | 2017-05-18 09:09:53 +0200 |
commit | 4fb283a4e344c2528957b4adb1bde43c675fa6dd (patch) | |
tree | 039e1c1a53ad78aebcd7f4e5b79bbbee338f1c33 /README.md | |
parent | Save commit_timeout as string in junos_config (#24761) (diff) | |
download | ansible-4fb283a4e344c2528957b4adb1bde43c675fa6dd.tar.xz ansible-4fb283a4e344c2528957b4adb1bde43c675fa6dd.zip |
Fix installation instructions link in the README (#24754)
* Fix the installation instructions link in the README
The original linked page (Getting started) assumed the user already had an installed system, which clearly was not the intention of the link.
So I replaced it with a link to the installation instructions, and removed the quick advice. The installation instructions are well structured and complete.
* Change to https
Links to ansible.com should end up over https
Seem to be missing the http -> https redirect from the docs site, I'll poke someone about that
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -11,9 +11,7 @@ Read the documentation and more at https://ansible.com/ Many users run straight from the development branch (it's generally fine to do so), but you might also wish to consume a release. -You can find instructions [here](https://docs.ansible.com/intro_getting_started.html) for a variety of platforms. - -If you want to download a tarball of a release, go to [releases.ansible.com](https://releases.ansible.com/ansible), though most users use `yum` (using the EPEL instructions linked above), `apt` (using the PPA instructions linked above), or `pip install ansible`. +You can find instructions [here](https://docs.ansible.com/ansible/intro_installation.html) for a variety of platforms. Design Principles ================= |