Skip to content

Commit 2e733a0

Browse files
authored
fix broken links in themes (#1470)
1 parent 07781f7 commit 2e733a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

customize/themes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const ThemeCard = ({ title, value, description, href }) => {
3333
<div className="pt-10 pb-24 px-4 px-4 max-w-3xl mx-auto prose prose-gray">
3434
<label className="eyebrow h-5 text-primary dark:text-primary-light text-sm font-semibold">Core Concepts</label>
3535
<h1 className="mt-1 mb-2 text-2xl sm:text-3xl text-gray-900 tracking-tight dark:text-gray-200 font-semibold">Themes</h1>
36-
<label className="text-lg prose prose-gray dark:prose-invert">Customize the appearance of your documentation<br /><br />Configure [theme](settings#param-theme) in docs.json using one of the following themes.</label>
36+
<label className="text-lg prose prose-gray dark:prose-invert">Customize the appearance of your documentation<br /><br />Configure [theme](/organize/settings#param-theme) in docs.json using one of the following themes.</label>
3737

3838
<br />
3939

0 commit comments

Comments
 (0)