Skip to content

Commit 91df410

Browse files
committed
fix: cn links
1 parent f984b30 commit 91df410

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/components/DocsOverview/index.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,7 @@ const DocsOverview: FC = (): ReactElement => {
163163
<div>{$t("Topics you might find useful:")}</div>
164164
<ul>
165165
<li>
166-
<Link
167-
to={
168-
isChina
169-
? "/guides/overview/editions/dce/download"
170-
: "/guides/deploy/deploy/download"
171-
}
172-
>
166+
<Link to={"/guides/deploy/deploy/download"}>
173167
{$t("Downloading Databend")}
174168
</Link>
175169
</li>

0 commit comments

Comments
 (0)