We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3c4132 + 4c54c79 commit 8595a9bCopy full SHA for 8595a9b
packages/uikit-workshop/.github/CONTRIBUTING.md
packages/uikit-workshop/src/scripts/lit-components/pl-tools-menu/pl-tools-menu.js
@@ -164,7 +164,7 @@ class ToolsMenu extends BaseLitComponent {
164
${!this.ishControlsHide['tools-docs']
165
? html`
166
<li class="pl-c-tools__item">
167
- <pl-button href="http://patternlab.io/docs/" target="_blank">
+ <pl-button href="https://patternlab.io/docs/" target="_blank">
168
Pattern Lab Docs
169
<pl-icon name="help" slot="after"></pl-icon>
170
</pl-button>
0 commit comments