fix(shared): broken links after docs changes
This commit is contained in:
parent
04222844c4
commit
dd1913e499
22 changed files with 41 additions and 37 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue