We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c739d00 commit 5757177Copy full SHA for 5757177
src/components/DocsOverview/index.tsx
@@ -163,7 +163,7 @@ const DocsOverview: FC = (): ReactElement => {
163
<div>{$t("Topics you might find useful:")}</div>
164
<ul>
165
<li>
166
- <Link to={"/guides/overview/editions/dce/download"}>
+ <Link to={"/guides/deploy/deploy/download"}>
167
{$t("Downloading Databend")}
168
</Link>
169
</li>
0 commit comments