Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
Update notification links
Browse files Browse the repository at this point in the history
  • Loading branch information
CWSpear committed Apr 21, 2017
1 parent 516cda8 commit 5bf267c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions visor.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = class Visor {
if (this.config.position) {
this.visorWindow.rpc.emit('add notification', {
text: '[Visor Plugin] The `position` option has been deprecated',
url: 'https://google.com/', // @TODO update README and put link here
url: 'https://github.com/CWSpear/hyperterm-visor/tree/1.0#anchor', // @TODO update link to tag when we go 1.0.0
dismissable: true,
});
}
Expand Down Expand Up @@ -150,9 +150,10 @@ module.exports = class Visor {
default:
this.visorWindow.rpc.emit('add notification', {
text: `[Visor Plugin] The \`anchor\` value "${anchor}" is not valid`,
url: 'https://google.com/', // @TODO update README and put link here
url: 'https://github.com/CWSpear/hyperterm-visor/tree/1.0#anchor', // @TODO update link to tag when we go 1.0.0
dismissable: true,
});

return;
}

Expand Down

0 comments on commit 5bf267c

Please sign in to comment.