Skip to content

Commit

Permalink
[skip ci] update documentation url
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisakura committed Jun 10, 2018
1 parent 285832c commit 2ec9608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commander.js
Expand Up @@ -6,7 +6,7 @@ const commands = {
if (args.length > 0) {
if (commands[args] !== undefined) {
chrome.tabs.create({
url: 'http://chromecommander.rtfd.io/en/latest/' + args[0] + '.html',
url: 'http://chromecommander.rtfd.io/en/latest/commands/' + args[0] + '.html',
active: true
});
} else {
Expand Down

0 comments on commit 2ec9608

Please sign in to comment.