1
0
Fork 0

fix(shared): broken links after docs changes

This commit is contained in:
joostdecock 2023-10-25 20:15:24 +02:00
parent 04222844c4
commit dd1913e499
22 changed files with 41 additions and 37 deletions

View file

@ -28,7 +28,7 @@ export const DocsView = ({ design }) => {
return (
<div className="m-auto mt-8 max-w-7xl px-4 mb-8">
<Popout tip compact>
<PageLink txt={t('workbench:learnHowToUseEditor')} href="/docs/site/draft" />
<PageLink txt={t('workbench:learnHowToUseEditor')} href="/docs/about/site/draft" />
</Popout>
<h2>{t(`designs:${design}.t`)}</h2>
<DesignInfo design={design} workbench />