diff --git a/.github/workflows/docs-pr.yml b/.github/workflows/docs-pr.yml index fe510244..6f616c26 100644 --- a/.github/workflows/docs-pr.yml +++ b/.github/workflows/docs-pr.yml @@ -22,7 +22,7 @@ jobs: artifact-name: ${{ github.event.repository.name }}_docs_${{ github.event.pull_request.head.sha }}_validate intersphinx-links: | ansible_devel:https://docs.ansible.com/ansible-core/devel/ - vmware.vmware.vcsa_settings:https://docs.ansible.com/ansible/latest/collections/vmware/vmware/vcsa_settings_module.html + ansible_collections.vmware.vmware.vcsa_settings_module:https://docs.ansible.com/ansible/latest/collections/vmware/vmware/vcsa_settings_module.html build-docs: permissions: @@ -35,7 +35,7 @@ jobs: init-fail-on-error: false intersphinx-links: | ansible_devel:https://docs.ansible.com/ansible-core/devel/ - vmware.vmware.vcsa_settings:https://docs.ansible.com/ansible/latest/collections/vmware/vmware/vcsa_settings_module.html + ansible_collections.vmware.vmware.vcsa_settings_module:https://docs.ansible.com/ansible/latest/collections/vmware/vmware/vcsa_settings_module.html # This job requires that the workflow trigger is pull_request_target. However that trigger uses # whatever version of the workflow is available on main instead of the feature branch.