Skip to content

Commit 8ff0637

Browse files
author
Matthew McCullough
committed
Remotes and links updated to reflect that GitHub as the owning organization
1 parent 8831b15 commit 8ff0637

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_layouts/reference.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<!-- <li><a id="menu_cookbook" href="/cookbook.html">Cookbook</a></li> -->
2828
<li><a id="menu_about" href="/about.html">About</a></li>
2929
<li>&#167;</li>
30-
<li><a href="http://github.com/schacon/git-reference">Site Source</a></li>
30+
<li><a href="http://github.com/github/git-reference">Site Source</a></li>
3131
</ul>
3232
<br/>
3333
&nbsp;

remotes/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ <h4>
8080
<b>$ git remote</b>
8181
origin
8282
<b>$ git remote -v</b>
83-
origin [email protected]:schacon/git-reference.git (fetch)
84-
origin [email protected]:schacon/git-reference.git (push)
83+
origin [email protected]:github/git-reference.git (fetch)
84+
origin [email protected]:github/git-reference.git (push)
8585
</pre>
8686

8787
<p>You see the URL there twice because Git allows you to have different

zh/remotes/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ <h4>
6060
<b>$ git remote</b>
6161
origin
6262
<b>$ git remote -v</b>
63-
origin [email protected]:schacon/git-reference.git (fetch)
64-
origin [email protected]:schacon/git-reference.git (push)
63+
origin [email protected]:github/git-reference.git (fetch)
64+
origin [email protected]:github/git-reference.git (push)
6565
</pre>
6666

6767
<p>在此您看到了该链接两次,是因为 Git 允许您为每个远端仓库添加不同的推送与获取的链接,以备您读写时希望使用不同的协议。

0 commit comments

Comments
 (0)