fix: point update banner to release notes

This commit is contained in:
lucaronin
2026-05-18 10:20:06 +02:00
parent c1a5042fb9
commit bba540d8b5
2 changed files with 2 additions and 2 deletions

View File

@@ -279,7 +279,7 @@ describe('useUpdater', () => {
})
expect(mockOpenExternalUrl).toHaveBeenCalledWith(
'https://refactoringhq.github.io/tolaria/'
'https://tolaria.md/releases/'
)
})

View File

@@ -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