Skip to content
Snippets Groups Projects
Unverified Commit 85afe5e9 authored by Rich Howell's avatar Rich Howell Committed by GitHub
Browse files

Removed reference to blog (#633)

The Actualbudget blog no longer exists, replaced the links with the OSS release notes.
parent 479de977
No related branches found
No related tags found
No related merge requests found
......@@ -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/'
)
}
>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment