diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.8.rst b/docs/docsite/rst/porting_guides/porting_guide_2.8.rst index 475f70fb98b..a5c4bec8e46 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_2.8.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_2.8.rst @@ -233,12 +233,12 @@ Deprecation notices The following modules will be removed in Ansible 2.12. Please update your playbooks accordingly. -* ``foreman`` use instead. -* ``katello`` use instead. +* ``foreman`` use `foreman-ansible-modules `_ instead. +* ``katello`` use `foreman-ansible-modules `_ instead. * ``github_hooks`` use :ref:`github_webhook ` and :ref:`github_webhook_facts ` instead. -* ``digital_ocean`` use :ref `digital_ocean_droplet ` instead. -* ``gce`` use :ref `gce_compute_instance ` instead. -* ``panos`` use `Ansible Galaxy role `_ instead. +* ``digital_ocean`` use :ref:`digital_ocean_droplet ` instead. +* ``gce`` use :ref:`gcp_compute_instance ` instead. +* ``panos`` use the `Palo Alto Networks Ansible Galaxy role `_ instead. Noteworthy module changes