Skip to content

Commit bc69531

Browse files
author
Brian Muenzenmeyer
committed
Merge pull request #295 from stevedesmond-ca/dev
fix documentation links in the header bar
2 parents 75ed0f8 + ba3d420 commit bc69531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/templates/partials/ishControls.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
<a href="#" class="sg-acc-handle sg-tools-toggle sg-icon sg-icon-cog" id="sg-tools-toggle" title="Tools"><span class="is-vishidden">Tools</span></a>
5353
<ul class="sg-acc-panel sg-right sg-checklist">
5454
{{# ishControlsVisible.tools-sync }}<li><a href="http://localhost:3001" target="_blank" id="syncButton" class="sg-checkbox sg-auto-reload" data-state="off">BrowserSync UI</a></li>{{/ ishControlsVisible.tools-sync }}
55-
{{# ishControlsVisible.tools-shortcuts }}<li><a href="http://pattern-lab.info/docs/advanced-keyboard-shortcuts.html" class="sg-icon-keyboard" target="_blank">Keyboard Shortcuts</a>{{/ ishControlsVisible.tools-shortcuts }}
56-
{{# ishControlsVisible.tools-docs }}<li><a href="http://pattern-lab.info/docs/" class="sg-icon-file" target="_blank">Pattern Lab Docs</a>{{/ ishControlsVisible.tools-docs }}
55+
{{# ishControlsVisible.tools-shortcuts }}<li><a href="http://patternlab.io/docs/advanced-keyboard-shortcuts.html" class="sg-icon-keyboard" target="_blank">Keyboard Shortcuts</a>{{/ ishControlsVisible.tools-shortcuts }}
56+
{{# ishControlsVisible.tools-docs }}<li><a href="http://patternlab.io/docs/" class="sg-icon-file" target="_blank">Pattern Lab Docs</a>{{/ ishControlsVisible.tools-docs }}
5757
</ul>
5858
</li>
5959
{{/ ishControlsVisible.tools-all }}

0 commit comments

Comments
 (0)