Link to the updates page updates

This commit is contained in:
Elio Struyf
2021-09-20 15:06:11 +02:00
parent 395b5da765
commit 6eea02622a
+1 -1
View File
@@ -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);
}