diff --git a/src/helpers/Extension.ts b/src/helpers/Extension.ts index c7a3c86e..4b808fc5 100644 --- a/src/helpers/Extension.ts +++ b/src/helpers/Extension.ts @@ -39,7 +39,7 @@ export class Extension { } if (usedVersion !== installedVersion) { - Notifications.info(`Find out what is new at [v${installedVersion} release notes](https://${this.isBetaVersion() ? 'beta.' : ''}frontmatter.codes/updates/v${installedVersion.split('.').join('_')})`); + Notifications.info(`Find out what is new at [v${installedVersion} release notes](https://${this.isBetaVersion() ? 'beta.' : ''}frontmatter.codes/updates)`); this.setVersion(installedVersion); }