From 1e292c02115ea591d6a9959f8b8e12936d9cad00 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Mon, 8 Jan 2018 12:28:48 +0000 Subject: [PATCH] Correct broken link to playbooks_tests --- docs/docsite/rst/porting_guide_2.5.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docsite/rst/porting_guide_2.5.rst b/docs/docsite/rst/porting_guide_2.5.rst index 3746c2cce0c..3b844e6588b 100644 --- a/docs/docsite/rst/porting_guide_2.5.rst +++ b/docs/docsite/rst/porting_guide_2.5.rst @@ -55,7 +55,7 @@ In addition to the deprecation warnings, many new tests have been introduced tha when: result is successful -See :ref:`The Ansible Tests Documentation ` for more information. +See :doc:`playbooks_tests` for more information. Additionally, a script was created to assist in the conversion for tests using filter syntax to proper jinja test syntax. This script has been used to convert all of the Ansible integration tests to the correct format. There are a few limitations documented, and all changes made by this script should be evaluated for correctness before executing the modified playbooks. The script can be found at `https://github.com/ansible/ansible/blob/devel/hacking/fix_test_syntax.py `_. @@ -78,7 +78,6 @@ Deprecation notices The following modules will be removed in Ansible 2.9. Please update update your playbooks accordingly. -* :ref:`fixme ` * :ref:`nxos_ip_interface ` use :ref:`nxos_l3_interface ` instead. * :ref:`nxos_portchannel ` use :ref:`nxos_linkagg ` instead. * :ref:`nxos_switchport ` use :ref:`nxos_l2_interface ` instead.