Skip to content

Commit 025def3

Browse files
Merge pull request #1203 from pattern-lab/fix/update-pl-docs-link
fix: update UIKit link pointing to Pattern Lab Docs
2 parents a5c956f + 831b467 commit 025def3

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)