Merge branch 'main' into feat/support-bun-runtime
This commit is contained in:
@@ -279,7 +279,7 @@ describe('useUpdater', () => {
|
||||
})
|
||||
|
||||
expect(mockOpenExternalUrl).toHaveBeenCalledWith(
|
||||
'https://refactoringhq.github.io/tolaria/'
|
||||
'https://tolaria.md/releases/'
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ import {
|
||||
import { formatCalendarVersionForDisplay } from '../utils/calendarVersion'
|
||||
import { openExternalUrl } from '../utils/url'
|
||||
|
||||
const RELEASE_NOTES_URL = 'https://refactoringhq.github.io/tolaria/'
|
||||
const RELEASE_NOTES_URL = 'https://tolaria.md/releases/'
|
||||
|
||||
interface UpdateVersionInfo {
|
||||
version: string
|
||||
|
||||
Reference in New Issue
Block a user