Skip to content

Commit

Permalink
Merge pull request pattern-lab#1193 from mfranzke/fix-broken-links
Browse files Browse the repository at this point in the history
fix(docs): resolving broken links in new docs site pattern-lab#1192
  • Loading branch information
bmuenzenmeyer authored May 5, 2020
2 parents 636c95c + 9b01223 commit 9b7ee5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class ToolsMenu extends BaseLitComponent {
${!this.ishControlsHide['tools-docs']
? html`
<li class="pl-c-tools__item">
<pl-button href="http://patternlab.io/docs/" target="_blank">
<pl-button href="https://patternlab.io/docs/" target="_blank">
Pattern Lab Docs
<pl-icon name="help" slot="after"></pl-icon>
</pl-button>
Expand Down

0 comments on commit 9b7ee5f

Please sign in to comment.