From 6eea02622ad825f5ebda3eca7ff7068df516ec63 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Mon, 20 Sep 2021 15:06:11 +0200 Subject: [PATCH] Link to the updates page updates --- src/helpers/Extension.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }