Skip to content

Commit

Permalink
patch: update stacks link
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Mar 26, 2024
1 parent 5270fd2 commit 5549a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ class MyComponent extends QuarkElement {
<a
key={item}
class="link menu-link"
href={`${this.homeUrl}#/${this.#isZhLang ? 'zh-CN' : 'en-US'}/component/button`}
href={`${location.origin}/quarkd-docs/${item}/#/${this.#isZhLang ? 'zh-CN' : 'en-US'}/component/button`}
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit 5549a19

Please sign in to comment.