Removed reference to blog (#633)

The Actualbudget blog no longer exists, replaced the links with the OSS release notes.
This commit is contained in:
Rich Howell
2023-02-05 15:33:32 +00:00
committed by GitHub
parent 479de977ca
commit 85afe5e90c
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ function UpdateNotification({
style={{ color: 'white', textDecoration: 'underline' }}
onClick={() =>
window.Actual.openURLInBrowser(
'https://actualbudget.com/blog/' + updateInfo.version
'https://actualbudget.github.io/docs/Release-Notes/'
)
}
>

View File

@@ -40,7 +40,7 @@ function Version() {
zIndex: 5001
}
}}
href={'https://actualbudget.com/blog/' + window.Actual.ACTUAL_VERSION}
href={'https://actualbudget.github.io/docs/Release-Notes/'}
>
{`App: v${window.Actual.ACTUAL_VERSION} | Server: ${version}`}
</Text>