mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
Removed reference to blog (#633)
The Actualbudget blog no longer exists, replaced the links with the OSS release notes.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user