This is an automated email from the ASF dual-hosted git repository.
jeffreyh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new d0bdc97eecf fix:static file cannot find (#2624)
d0bdc97eecf is described below
commit d0bdc97eecfa058a20691c94b833bb6d46ea343f
Author: yangon <[email protected]>
AuthorDate: Mon Jul 14 14:57:10 2025 +0800
fix:static file cannot find (#2624)
---
.../version-2.1/gettingStarted/{quick-start.md => quick-start.mdx} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/versioned_docs/version-2.1/gettingStarted/quick-start.md
b/versioned_docs/version-2.1/gettingStarted/quick-start.mdx
similarity index 98%
rename from versioned_docs/version-2.1/gettingStarted/quick-start.md
rename to versioned_docs/version-2.1/gettingStarted/quick-start.mdx
index 717fa4b4e32..66a39360340 100644
--- a/versioned_docs/version-2.1/gettingStarted/quick-start.md
+++ b/versioned_docs/version-2.1/gettingStarted/quick-start.mdx
@@ -22,7 +22,7 @@ Starting from Doris version 2.1.8, Docker can be used for
rapid deployment.
### Step 1: Download the Quick-Start script
-[Download the script](/files/start-doris.sh), run the following command to
grant it the corresponding execution permissions.
+<a target="_blank" download rel="noopener noreferrer"
href="/files/start-doris.sh"> Download the script </a>, run the following
command to grant it the corresponding execution permissions.
```shell
chmod 755 start-doris.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]