diff options
author | Abhijeet Kasurde <akasurde@redhat.com> | 2018-05-02 08:00:59 +0200 |
---|---|---|
committer | scottb <dharmabumstead@users.noreply.github.com> | 2018-05-02 08:00:59 +0200 |
commit | 85ad2eae8a0202f871fb48078f226292cb5be3ba (patch) | |
tree | 401508d0289257f978992f8f468348836fe1a8dd /docs | |
parent | Use HTTPS instead of HTTP for httpbin tests. (#39457) (diff) | |
download | ansible-85ad2eae8a0202f871fb48078f226292cb5be3ba.tar.xz ansible-85ad2eae8a0202f871fb48078f226292cb5be3ba.zip |
Fix typo in porting guides index page (#39582)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/rst/porting_guides/porting_guides.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/docsite/rst/porting_guides/porting_guides.rst b/docs/docsite/rst/porting_guides/porting_guides.rst index 6fb1f21545..3753387e2c 100644 --- a/docs/docsite/rst/porting_guides/porting_guides.rst +++ b/docs/docsite/rst/porting_guides/porting_guides.rst @@ -4,7 +4,9 @@ Ansible Porting Guides ********************** -This section lists porting guides that can help you playbooks, plugins and other parts of your Ansible infrastructure from one version of Ansible to the next. Please note that this is not a complete list. If you believe any extra information would be useful in these pages, you can edit by clicking `Edit on GitHub` on the top right, or raising an issue. +This section lists porting guides that can help you in updating playbooks, plugins and other parts of your Ansible infrastructure from one version of Ansible to the next. + +Please note that this is not a complete list. If you believe any extra information would be useful in these pages, you can edit by clicking `Edit on GitHub` on the top right, or raising an issue. .. toctree:: :maxdepth: 2 |