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
This commit is contained in:
Sean Tsai
2023-07-08 01:27:47 +08:00
committed by GitHub
parent ff7be0d637
commit 88452ea519
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -0,0 +1,5 @@
---
category: Maintenance
authors: [aleetsaiya]
---
Fix a link will direct user to page not found.