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

srowen 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 16627d3  developer tools: fix broken link
16627d3 is described below

commit 16627d3fa44c227a4118ff5af4324f7952472fd4
Author: Ondrej Kokes <ondrej.ko...@gmail.com>
AuthorDate: Wed May 12 09:13:51 2021 -0500

    developer tools: fix broken link
    
    Author: Ondrej Kokes <ondrej.ko...@gmail.com>
    
    Closes #339 from kokes/broken_link.
---
 developer-tools.md        | 2 +-
 site/developer-tools.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/developer-tools.md b/developer-tools.md
index 4ed8455..9551533 100644
--- a/developer-tools.md
+++ b/developer-tools.md
@@ -555,7 +555,7 @@ Spark publishes SNAPSHOT releases of its Maven artifacts 
for both master and mai
 branches on a nightly basis. To link to a SNAPSHOT you need to add the ASF 
snapshot 
 repository to your build. Note that SNAPSHOT artifacts are ephemeral and may 
change or
 be removed. To use these you must add the ASF snapshot repository at 
-<a href="https://repository.apache.org/snapshots/<a>.
+<a 
href="https://repository.apache.org/snapshots/";>https://repository.apache.org/snapshots/</a>.
 
 ```
 groupId: org.apache.spark
diff --git a/site/developer-tools.html b/site/developer-tools.html
index 78ce3c8..c7aafb1 100644
--- a/site/developer-tools.html
+++ b/site/developer-tools.html
@@ -736,7 +736,7 @@ in the Eclipse install directory. Increase the following 
setting as needed:</p>
 branches on a nightly basis. To link to a SNAPSHOT you need to add the ASF 
snapshot 
 repository to your build. Note that SNAPSHOT artifacts are ephemeral and may 
change or
 be removed. To use these you must add the ASF snapshot repository at 
-&lt;a href=&#8221;https://repository.apache.org/snapshots/<a>.</a></p>
+<a 
href="https://repository.apache.org/snapshots/";>https://repository.apache.org/snapshots/</a>.</p>
 
 <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>groupId: org.apache.spark
 artifactId: spark-core_2.12

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to