diff options
| author | Stephen Blott | 2015-05-30 08:25:52 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-05-30 08:26:15 +0100 | 
| commit | 2bd20dba57d6dbbc7323f29f01691cc208d1cad4 (patch) | |
| tree | 3c1a73dae95118e37872bdbe6fcb92a8b0333fd3 /pages | |
| parent | c5babceec0178f02233446d6a3ad4c19c176b564 (diff) | |
| download | vimium-2bd20dba57d6dbbc7323f29f01691cc208d1cad4.tar.bz2 | |
Add a link to the wiki to the help page.
Ass suggested in by @LarryBattle in #1643.
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/help_dialog.html | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/pages/help_dialog.html b/pages/help_dialog.html index 77c3e2bf..6c7c78c2 100644 --- a/pages/help_dialog.html +++ b/pages/help_dialog.html @@ -7,6 +7,7 @@         page with the up-to-date key bindings when the dialog is shown. -->    <div id="vimiumHelpDialog" class="vimiumReset">    <a class="vimiumReset optionsPage" href="#">Options</a> +  <a class="vimiumReset wikiPage" href="https://github.com/philc/vimium/wiki" target="_blank">Wiki</a>    <a class="vimiumReset closeButton" href="#">×</a>    <div id="vimiumTitle" class="vimiumReset"><span class="vimiumReset" style="color:#2f508e">Vim</span>ium {{title}}</div>    <div class="vimiumReset vimiumColumn"> | 
