From the Keyboard Shortcuts page (example.com/admin/config/navigation/keyboard-shortcut), the "Add a new shortcut" link defaults to: "node/add/shortcut". This should be "node/add/keyboard-shortcut"

Thanks.

CommentFileSizeAuthor
#2 link_correction-1553276-2.patch717 bytesmatt v.

Comments

ryantollefson’s picture

I think I found where to change it:
Line 299 of keyboard_shortcut.module should change from:
$output = l(t('Add a new shortcut'), 'node/add/shortcut', array('query' => $destination));
-> $output = l(t('Add a new shortcut'), 'node/add/keyboard-shortcut', array('query' => $destination));

matt v.’s picture

Version: 7.x-1.0 » 7.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new717 bytes

Here's a patch that corrects the link.

ivan zugec’s picture

Status: Needs review » Fixed

Patch committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.