Skip to content

Commit 3d2126f

Browse files
Update Invalid Link in README -> Release Notes (#315)
Co-authored-by: Shatakshi Mishra <[email protected]>
1 parent 56f3f5e commit 3d2126f

File tree

4 files changed

+4
-4
lines changed
  • src/ansible_creator/resources
  • tests/fixtures
    • collection/testorg/testcol
    • project/playbook_project/collections/ansible_collections/weather/demo

4 files changed

+4
-4
lines changed

src/ansible_creator/resources/collection_project/README.md.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_gui
4343

4444
## Release notes
4545

46-
See the [changelog](https://github.com/ansible-collections/REPONAMEHERE/tree/main/CHANGELOG.rst).
46+
See the [changelog](https://github.com/ansible-collections/{{ namespace }}.{{ collection_name }}/tree/main/CHANGELOG.rst).
4747

4848
## Roadmap
4949

src/ansible_creator/resources/playbook_project/collections/ansible_collections/project_org/project_repo/README.md.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ See [Ansible Using Collections](https://docs.ansible.com/ansible/latest/user_gui
4343

4444
## Release notes
4545

46-
See the [changelog](https://github.com/ansible-collections/REPONAMEHERE/tree/main/CHANGELOG.rst).
46+
See the [changelog](https://github.com/ansible-collections/{{ namespace }}.{{ collection_name }}/tree/main/CHANGELOG.rst).
4747

4848
## Roadmap
4949

tests/fixtures/collection/testorg/testcol/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_gui
4343

4444
## Release notes
4545

46-
See the [changelog](https://github.com/ansible-collections/REPONAMEHERE/tree/main/CHANGELOG.rst).
46+
See the [changelog](https://github.com/ansible-collections/testorg.testcol/tree/main/CHANGELOG.rst).
4747

4848
## Roadmap
4949

tests/fixtures/project/playbook_project/collections/ansible_collections/weather/demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ See [Ansible Using Collections](https://docs.ansible.com/ansible/latest/user_gui
4343

4444
## Release notes
4545

46-
See the [changelog](https://github.com/ansible-collections/REPONAMEHERE/tree/main/CHANGELOG.rst).
46+
See the [changelog](https://github.com/ansible-collections/weather.demo/tree/main/CHANGELOG.rst).
4747

4848
## Roadmap
4949

0 commit comments

Comments
 (0)