From d27a8cde6f26fef14910a8508459922e46dfd4e5 Mon Sep 17 00:00:00 2001 From: abhikdps Date: Wed, 6 Nov 2024 14:50:06 +0530 Subject: [PATCH] Update Invalid Link in README -> Release Notes --- src/ansible_creator/resources/collection_project/README.md.j2 | 2 +- .../ansible_collections/project_org/project_repo/README.md.j2 | 2 +- tests/fixtures/collection/testorg/testcol/README.md | 2 +- .../collections/ansible_collections/weather/demo/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ansible_creator/resources/collection_project/README.md.j2 b/src/ansible_creator/resources/collection_project/README.md.j2 index 75ecd746..c2dd7719 100644 --- a/src/ansible_creator/resources/collection_project/README.md.j2 +++ b/src/ansible_creator/resources/collection_project/README.md.j2 @@ -43,7 +43,7 @@ See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_gui ## Release notes -See the [changelog](https://github.com/ansible-collections/REPONAMEHERE/tree/main/CHANGELOG.rst). +See the [changelog](https://github.com/ansible-collections/{{ namespace }}.{{ collection_name }}/tree/main/CHANGELOG.rst). ## Roadmap diff --git a/src/ansible_creator/resources/playbook_project/collections/ansible_collections/project_org/project_repo/README.md.j2 b/src/ansible_creator/resources/playbook_project/collections/ansible_collections/project_org/project_repo/README.md.j2 index a64c0da1..f938da44 100644 --- a/src/ansible_creator/resources/playbook_project/collections/ansible_collections/project_org/project_repo/README.md.j2 +++ b/src/ansible_creator/resources/playbook_project/collections/ansible_collections/project_org/project_repo/README.md.j2 @@ -43,7 +43,7 @@ See [Ansible Using Collections](https://docs.ansible.com/ansible/latest/user_gui ## Release notes -See the [changelog](https://github.com/ansible-collections/REPONAMEHERE/tree/main/CHANGELOG.rst). +See the [changelog](https://github.com/ansible-collections/{{ namespace }}.{{ collection_name }}/tree/main/CHANGELOG.rst). ## Roadmap diff --git a/tests/fixtures/collection/testorg/testcol/README.md b/tests/fixtures/collection/testorg/testcol/README.md index c86acd3f..b0158836 100644 --- a/tests/fixtures/collection/testorg/testcol/README.md +++ b/tests/fixtures/collection/testorg/testcol/README.md @@ -43,7 +43,7 @@ See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_gui ## Release notes -See the [changelog](https://github.com/ansible-collections/REPONAMEHERE/tree/main/CHANGELOG.rst). +See the [changelog](https://github.com/ansible-collections/testorg.testcol/tree/main/CHANGELOG.rst). ## Roadmap diff --git a/tests/fixtures/project/playbook_project/collections/ansible_collections/weather/demo/README.md b/tests/fixtures/project/playbook_project/collections/ansible_collections/weather/demo/README.md index 9a3267f5..b366ca96 100644 --- a/tests/fixtures/project/playbook_project/collections/ansible_collections/weather/demo/README.md +++ b/tests/fixtures/project/playbook_project/collections/ansible_collections/weather/demo/README.md @@ -43,7 +43,7 @@ See [Ansible Using Collections](https://docs.ansible.com/ansible/latest/user_gui ## Release notes -See the [changelog](https://github.com/ansible-collections/REPONAMEHERE/tree/main/CHANGELOG.rst). +See the [changelog](https://github.com/ansible-collections/weather.demo/tree/main/CHANGELOG.rst). ## Roadmap