Skip to content

Commit

Permalink
fix tracking budget docs link (#3944)
Browse files Browse the repository at this point in the history
* fix tracking budget docs link

* add release notes
  • Loading branch information
adamhl8 authored Dec 9, 2024
1 parent e4b40fb commit a35af73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function BudgetTypeSettings() {
relying on current available funds.{' '}
<Link
variant="external"
to="https://actualbudget.org/docs/experimental/tracking-budget"
to="https://actualbudget.org/docs/getting-started/tracking-budget"
linkColor="purple"
>
{t('Learn more…')}
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/3944.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [adamhl8]
---

Fix tracking budget docs link in settings.

0 comments on commit a35af73

Please sign in to comment.