Skip to content

Commit

Permalink
improvement(docs): switching to HTTPS links for awesomeness pattern-l…
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Franzke committed May 2, 2020
1 parent 636c95c commit cc573af
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 cc573af

Please sign in to comment.