Skip to content

Commit 0f90b59

Browse files
committed
fix: links
1 parent 278d795 commit 0f90b59

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/components/DocsOverview/index.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,9 @@ const DocsOverview: FC = (): ReactElement => {
165165
<li>
166166
<Link
167167
to={
168-
// isChina
169-
// ? "/guides/overview/editions/dce/download"
170-
// :
171-
"/guides/deploy/deploy/download"
168+
isChina
169+
? "/guides/overview/editions/dce/download"
170+
: "/guides/deploy/deploy/download"
172171
}
173172
>
174173
{$t("Downloading Databend")}

0 commit comments

Comments
 (0)