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
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue