summaryrefslogtreecommitdiffstats
path: root/src/extension.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension.ts')
-rw-r--r--src/extension.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension.ts b/src/extension.ts
index 52ecbf8..99cc168 100644
--- a/src/extension.ts
+++ b/src/extension.ts
@@ -29,7 +29,7 @@ export function activate(context: vscode.ExtensionContext) {
notificationHideThenable.then((action) => {
if (action === ConfigChangedNotificationOptions.CHANGED) {
// tslint:disable-next-line:max-line-length
- opn("https://github.com/christophschlosser/doxdocgen/commit/1c844758719d8dc7d538585bb4393565e5629e84#diff-b9cfc7f2cdf78a7f4b91a753d10865a2");
+ opn("https://github.com/christophschlosser/doxdocgen/blob/0.3.0/CHANGELOG.md#config-update");
} else if (action === ConfigChangedNotificationOptions.HIDE) {
context.globalState.update(ConfigChangedNotificationOptions.GLOBAL_STORAGE_KEY, "false");
}