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

@ -58,7 +58,7 @@ export const LanguageSettings = () => {
}))}
current={language}
update={update}
docs={<DynamicMdx language={i18n.language} slug={`docs/site/account/language`} />}
docs={<DynamicMdx language={i18n.language} slug={`docs/about/site/account/language`} />}
/>
<BackToAccountButton />
</div>