You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2020/01/23 15:11:08 UTC

[spark-website] branch asf-site updated: Annotating link to Spark PRs page with

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 b8ff0d6  Annotating link to Spark PRs page with <a>
b8ff0d6 is described below

commit b8ff0d64469270e7af2e809f23fddd71f7e4ea34
Author: Enrico Minack <gi...@enrico.minack.dev>
AuthorDate: Thu Jan 23 09:10:56 2020 -0600

    Annotating link to Spark PRs page with <a>
    
    The link can not be clicked otherwise.
    
    Author: Enrico Minack <gi...@enrico.minack.dev>
    
    Closes #253 from EnricoMi/patch-1.
---
 contributing.md        | 3 ++-
 site/contributing.html | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/contributing.md b/contributing.md
index ced3d9c..9cde6ce 100644
--- a/contributing.md
+++ b/contributing.md
@@ -48,7 +48,8 @@ Anyone can view and comment on active changes here.
 Reviewing others' changes is a good way to learn how the change process works and gain exposure 
 to activity in various parts of the code. You can help by reviewing the changes and asking 
 questions or pointing out issues -- as simple as typos or small issues of style.
-See also https://spark-prs.appspot.com/ for a convenient way to view and filter open PRs.
+See also <a href="https://spark-prs.appspot.com/">https://spark-prs.appspot.com/</a> for a
+convenient way to view and filter open PRs.
 
 <h2>Contributing Documentation Changes</h2>
 
diff --git a/site/contributing.html b/site/contributing.html
index a8cf2fe..b29d381 100644
--- a/site/contributing.html
+++ b/site/contributing.html
@@ -241,7 +241,8 @@ Anyone can view and comment on active changes here.
 Reviewing others&#8217; changes is a good way to learn how the change process works and gain exposure 
 to activity in various parts of the code. You can help by reviewing the changes and asking 
 questions or pointing out issues &#8211; as simple as typos or small issues of style.
-See also https://spark-prs.appspot.com/ for a convenient way to view and filter open PRs.</p>
+See also <a href="https://spark-prs.appspot.com/">https://spark-prs.appspot.com/</a> for a
+convenient way to view and filter open PRs.</p>
 
 <h2>Contributing Documentation Changes</h2>
 


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