Skip to content

Commit 92b1e88

Browse files
Merge branch 'dev' into dev
2 parents cbc75c6 + 9b7ee5f commit 92b1e88

File tree

1 file changed

+1
-1
lines changed
  • packages/uikit-workshop/src/scripts/lit-components/pl-tools-menu

1 file changed

+1
-1
lines changed

packages/uikit-workshop/src/scripts/lit-components/pl-tools-menu/pl-tools-menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class ToolsMenu extends BaseLitComponent {
173173
${!this.ishControlsHide['tools-docs']
174174
? html`
175175
<li class="pl-c-tools__item">
176-
<pl-button href="http://patternlab.io/docs/" target="_blank">
176+
<pl-button href="https://patternlab.io/docs/" target="_blank">
177177
Pattern Lab Docs
178178
<pl-icon name="help" slot="after"></pl-icon>
179179
</pl-button>

0 commit comments

Comments
 (0)