We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c956f commit 831b467Copy full SHA for 831b467
1 file changed
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="https://patternlab.io/docs/" target="_blank">
+ <pl-button href="https://patternlab.io" target="_blank">
168
Pattern Lab Docs
169
<pl-icon name="help" slot="after"></pl-icon>
170
</pl-button>
0 commit comments