This is an automated email from the ASF dual-hosted git repository.

yao pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8062263c57 Remove redundant forward slash from Spark URL (#656)
8062263c57 is described below

commit 8062263c578bdcb83f0f53b2ec4e7d21d4b3c485
Author: huangxiaoping <[email protected]>
AuthorDate: Tue Dec 30 19:25:12 2025 +0800

    Remove redundant forward slash from Spark URL (#656)
---
 documentation.md        | 2 +-
 site/documentation.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation.md b/documentation.md
index 3325eef39c..e82de21887 100644
--- a/documentation.md
+++ b/documentation.md
@@ -12,5 +12,5 @@ navigation:
 <p>Setup instructions, programming guides, and other documentation are 
available for each stable version of Spark below:</p>
 
 <ul>
-  <li><a href="{{site.baseurl}}/docs//">Spark </a></li>
+  <li><a href="{{site.baseurl}}/docs/">Spark </a></li>
   <li><a href="{{site.baseurl}}/docs/4.1.0/">Spark 4.1.0</a></li>
diff --git a/site/documentation.html b/site/documentation.html
index c22b54677f..7f64d94f1b 100644
--- a/site/documentation.html
+++ b/site/documentation.html
@@ -157,7 +157,7 @@
 <p>Setup instructions, programming guides, and other documentation are 
available for each stable version of Spark below:</p>
 
 <ul>
-  <li><a href="/docs//">Spark </a></li>
+  <li><a href="/docs/">Spark </a></li>
   <li><a href="/docs/4.1.0/">Spark 4.1.0</a></li>
 </ul>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to