Fix Porting Guide links for Ansible 2.5 (#36185)

The current links result in 404 Not Found. Also changed protocol to HTTPS.

(cherry picked from commit 86918db312)
pull/36283/head
Deiwin Sarjas 8 years ago committed by Sam Doran
parent 5ca8b7829a
commit f8918e54bb

@ -5,7 +5,7 @@ Ansible Changes By Release
## 2.5 "Kashmir" - March 2018 (estimated)
[Porting Guide](http://docs.ansible.com/ansible/devel/porting_guides.html)
[Porting Guide](https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.5.html)
### Major Changes
* Removed the previously deprecated 'accelerate' mode and all associated keywords and code.
@ -42,7 +42,7 @@ Ansible Changes By Release
* panos_security_policy: Use panos_security_rule - the old module uses deprecated API calls
* vsphere_guest is deprecated in Ansible 2.5 and will be removed in Ansible-2.9. Use vmware_guest module instead.
See [Porting Guide](http://docs.ansible.com/ansible/devel/porting_guides.html) for more information
See [Porting Guide](https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.5.html) for more information
### Minor Changes
* added a few new magic vars corresponding to configuration/command line options:

Loading…
Cancel
Save