From 64ad07b9db800bba66f17f5e3408f079a8ab4e89 Mon Sep 17 00:00:00 2001 From: shall0pass <20625555+shall0pass@users.noreply.github.com> Date: Thu, 3 Aug 2023 05:53:14 -0500 Subject: [PATCH] Release note README link update (#1449) The current link in the README directs to a github page that has a link to the documentation page on how to write release notes. I've updated the link here to just go straight to the documenation page on how to write good release notes. --- upcoming-release-notes/1449.md | 6 ++++++ upcoming-release-notes/README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 upcoming-release-notes/1449.md diff --git a/upcoming-release-notes/1449.md b/upcoming-release-notes/1449.md new file mode 100644 index 000000000..07d64da97 --- /dev/null +++ b/upcoming-release-notes/1449.md @@ -0,0 +1,6 @@ +--- +category: Maintenance +authors: [shall0pass] +--- + +Update link in README for release notes \ No newline at end of file diff --git a/upcoming-release-notes/README.md b/upcoming-release-notes/README.md index 54933062b..530012518 100644 --- a/upcoming-release-notes/README.md +++ b/upcoming-release-notes/README.md @@ -1 +1 @@ -See the [Writing Good Release Notes](https://github.com/actualbudget/docs#writing-good-release-notes) section of the README for the documentation repo for more information on how to create a release notes file here. +See the [Writing Good Release Notes](https://actualbudget.org/docs/contributing/#writing-good-release-notes) section of the README for the documentation repo for more information on how to create a release notes file here. -- GitLab