summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumit Jaiswal <sjaiswal@redhat.com>2021-05-06 21:24:33 +0530
committerGitHub <noreply@github.com>2021-05-06 15:54:33 +0000
commit6de551224ff6ada0eb7a0a45938d535302a38d7c (patch)
tree84da269d45d0eee6d64a4b02d7c9bb5123d01b76
parentbbfba5ce18f50e3c5284b75df99ba2d8b069c46f (diff)
downloadvyos-ansible-collection-6de551224ff6ada0eb7a0a45938d535302a38d7c.tar.gz
vyos-ansible-collection-6de551224ff6ada0eb7a0a45938d535302a38d7c.zip
doc path update (#157)
To update changelog doc path in Readme Reviewed-by: https://github.com/apps/ansible-zuul
-rw-r--r--README.md2
-rw-r--r--changelogs/fragments/changelog_doc_path_update.yaml3
2 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3830858..9039aab 100644
--- a/README.md
+++ b/README.md
@@ -146,7 +146,7 @@ Please read and familiarize yourself with this document.
## Release notes
-Release notes are available [here](https://github.com/ansible-collections/vyos.vyos/blob/main/changelogs/CHANGELOG.rst).
+Release notes are available [here](https://github.com/ansible-collections/vyos.vyos/blob/main/CHANGELOG.rst).
## Roadmap
diff --git a/changelogs/fragments/changelog_doc_path_update.yaml b/changelogs/fragments/changelog_doc_path_update.yaml
new file mode 100644
index 0000000..e32d829
--- /dev/null
+++ b/changelogs/fragments/changelog_doc_path_update.yaml
@@ -0,0 +1,3 @@
+---
+trivial:
+ - Update changelog doc path link in README.