From 88452ea5195a131cdeda48e89b265cf5cb8d224d Mon Sep 17 00:00:00 2001 From: Sean Tsai <aleetsaiya@gmail.com> Date: Sat, 8 Jul 2023 01:27:47 +0800 Subject: [PATCH] Fix page not found error in README (#1297) The "community documentation" link below Code Structure headline in `README` will direct user to page not found error --- README.md | 2 +- upcoming-release-notes/1297.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 upcoming-release-notes/1297.md diff --git a/README.md b/README.md index 6348da70a..6a5d9c142 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The Actual app is split up into a few packages: - desktop-client - The desktop UI - desktop-electron - The desktop app -More information on the project structure is available in our [community documentation](https://actualbudget.org/docs/contributing/project-layout). +More information on the project structure is available in our [community documentation](https://actualbudget.org/docs/contributing/project-details). ## Feature Requests diff --git a/upcoming-release-notes/1297.md b/upcoming-release-notes/1297.md new file mode 100644 index 000000000..186783b3f --- /dev/null +++ b/upcoming-release-notes/1297.md @@ -0,0 +1,5 @@ +--- +category: Maintenance +authors: [aleetsaiya] +--- +Fix a link will direct user to page not found. \ No newline at end of file -- GitLab