Skip to content

Commit 831b467

Browse files
committed
fix: update link to new PL docs homepage
1 parent a5c956f commit 831b467

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
@@ -164,7 +164,7 @@ class ToolsMenu extends BaseLitComponent {
164164
${!this.ishControlsHide['tools-docs']
165165
? html`
166166
<li class="pl-c-tools__item">
167-
<pl-button href="https://patternlab.io/docs/" target="_blank">
167+
<pl-button href="https://patternlab.io" target="_blank">
168168
Pattern Lab Docs
169169
<pl-icon name="help" slot="after"></pl-icon>
170170
</pl-button>

0 commit comments

Comments
 (0)