summaryrefslogtreecommitdiffstats
path: root/src/extension.ts
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2018-03-02 17:04:05 +0100
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2018-03-07 22:14:50 +0100
commit6958e0d1f75314a48b55245a987e5397f8d7db7a (patch)
treec9e54ec89189d210bf475dfaf93fac70c904fc96 /src/extension.ts
parent8007bfeb16ee14adc39de76e995725c77643fd05 (diff)
downloaddoxdocgen-0.3.0.tar.gz
Release 0.3.00.3.0
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");
}