Skip to content

Commit ef3f94e

Browse files
authored
update PDF download URL (#582)
1 parent ecd5e18 commit ef3f94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navigation/RightNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default function RightNav(props: RightNavProps) {
8282
{pageType !== "tidbcloud" && (
8383
<ActionItem
8484
icon={SimCardDownloadIcon}
85-
url={`https://download.pingcap.org/${pdfUrlMemo}`}
85+
url={`https://docs-download.pingcap.com/pdf/${pdfUrlMemo}`}
8686
label={t("doc.download-pdf")}
8787
rel="noreferrer"
8888
download

0 commit comments

Comments
 (0)