This commit is contained in:
Kurt Hutten
2025-05-16 10:04:23 +10:00
committed by GitHub
parent 74939e5cd6
commit f6b3a55cbf
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ export function HelpMenu({
</HelpMenuItem>
<HelpMenuItem
as="a"
href="https://zoo.dev/docs/kcl"
href="https://zoo.dev/docs/kcl-lang"
target="_blank"
rel="noopener noreferrer"
>

View File

@ -67,7 +67,7 @@ export const KclEditorMenu = ({ children }: PropsWithChildren) => {
<Menu.Item>
<a
className={styles.button}
href="https://zoo.dev/docs/kcl"
href="https://zoo.dev/docs/kcl-lang"
target="_blank"
rel="noopener noreferrer"
onClick={openExternalBrowserIfDesktop()}