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 2021/10/09 21:01:00 UTC

[spark-website] branch asf-site updated: Fix remotes URLs to point to apache/spark

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 3cff519  Fix remotes URLs to point to apache/spark
3cff519 is described below

commit 3cff5195eb37664b3f6c4cd7ae664ceb45cf07aa
Author: zero323 <ms...@gmail.com>
AuthorDate: Sat Oct 9 16:00:47 2021 -0500

    Fix remotes URLs to point to apache/spark
    
    How to Merge a Pull Request section describes process of working with main Spark
    repositiory. However, `git remote` links in the How to Merge a Pull Request point to apache/spark-website.
    
    <!-- *Make sure that you generate site HTML with `bundle exec jekyll build`, and include the changes to the HTML in your pull request. See README.md for more information.* -->
    
    Author: zero323 <ms...@gmail.com>
    
    Closes #358 from zero323/fix-setting-up-remotes.
---
 committers.md        | 12 ++++++------
 site/committers.html | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/committers.md b/committers.md
index ad12fa9..4bb255c 100644
--- a/committers.md
+++ b/committers.md
@@ -179,12 +179,12 @@ After cloning your fork of Spark you already have a remote `origin` pointing the
 contains at least these lines:
 
 ```
-apache	git@github.com:apache/spark-website.git (fetch)
-apache	git@github.com:apache/spark-website.git (push)
-apache-github	git@github.com:apache/spark-website.git (fetch)
-apache-github	git@github.com:apache/spark-website.git (push)
-origin	git@github.com:[your username]/spark-website.git (fetch)
-origin	git@github.com:[your username]/spark-website.git (push)
+apache	git@github.com:apache/spark.git (fetch)
+apache	git@github.com:apache/spark.git (push)
+apache-github	git@github.com:apache/spark.git (fetch)
+apache-github	git@github.com:apache/spark.git (push)
+origin	git@github.com:[your username]/spark.git (fetch)
+origin	git@github.com:[your username]/spark.git (push)
 ```
 
 For the `apache` repo, you will need to set up command-line authentication to GitHub. This may
diff --git a/site/committers.html b/site/committers.html
index 4e93005..93bdd5c 100644
--- a/site/committers.html
+++ b/site/committers.html
@@ -626,12 +626,12 @@ into the official Spark repo just by specifying your fork in the <code class="la
 <p>After cloning your fork of Spark you already have a remote <code class="language-plaintext highlighter-rouge">origin</code> pointing there. So if correct, your <code class="language-plaintext highlighter-rouge">git remote -v</code>
 contains at least these lines:</p>
 
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>apache	git@github.com:apache/spark-website.git (fetch)
-apache	git@github.com:apache/spark-website.git (push)
-apache-github	git@github.com:apache/spark-website.git (fetch)
-apache-github	git@github.com:apache/spark-website.git (push)
-origin	git@github.com:[your username]/spark-website.git (fetch)
-origin	git@github.com:[your username]/spark-website.git (push)
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>apache	git@github.com:apache/spark.git (fetch)
+apache	git@github.com:apache/spark.git (push)
+apache-github	git@github.com:apache/spark.git (fetch)
+apache-github	git@github.com:apache/spark.git (push)
+origin	git@github.com:[your username]/spark.git (fetch)
+origin	git@github.com:[your username]/spark.git (push)
 </code></pre></div></div>
 
 <p>For the <code class="language-plaintext highlighter-rouge">apache</code> repo, you will need to set up command-line authentication to GitHub. This may

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