Skip to content

Commit

Permalink
fix: point changelog to new documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zachowj committed Dec 30, 2019
1 parent ad0ac25 commit 0c1a93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodes/_static/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ var nodeVersion = (function($) {
name = 'poll-state';
break;
case 'server-state-changed':
name = 'events-state-changed';
name = 'events-state';
break;
}
return `https://github.com/zachowj/node-red-contrib-home-assistant-websocket/wiki/${name}`;
return `https://zachowj.github.io/node-red-contrib-home-assistant-websocket/node/${name}.html#changelog`;
}

function check(node) {
Expand Down

0 comments on commit 0c1a93e

Please sign in to comment.