Skip to content

Commit f381994

Browse files
author
Matthew McCullough
committed
Replaces broken Kernel.org links with git-scm links. Fixes #30
1 parent 7c129b0 commit f381994

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

zh/remotes/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2>
3131
<div class="box">
3232
<h2>
3333
<span class="docs">
34-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-remote.html">文档</a> &nbsp;
34+
<a target="new" href="http://git-scm.com/docs/git-remote">文档</a> &nbsp;
3535
<a target="new" href="http://progit.org/book/ch2-5.html#showing_your_remotes"></a>
3636
</span>
3737
<a name="remote">git remote</a>
@@ -127,7 +127,7 @@ <h4>
127127
<div class="box">
128128
<h2>
129129
<span class="docs">
130-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-fetch.html">文档</a> &nbsp;
130+
<a target="new" href="http://git-scm.com/docs/git-fetch">文档</a> &nbsp;
131131
<a target="new" href="http://progit.org/book/ch2-5.html#fetching_and_pulling_from_your_remotes"></a>
132132
</span>
133133
<a name="fetch">git fetch</a>
@@ -138,7 +138,7 @@ <h2>
138138

139139
<h2>
140140
<span class="docs">
141-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-pull.html">文档</a> &nbsp;
141+
<a target="new" href="http://git-scm.com/docs/git-pull">文档</a> &nbsp;
142142
<a target="new" href="http://progit.org/book/"></a>
143143
</span>
144144
<a name="pull">git pull</a>
@@ -152,7 +152,7 @@ <h2>
152152
</p>
153153

154154
<p>
155-
第二个会从远端服务器提取新数据的命令是 <code>git pull</code>。基本上,该命令就是在 <code>git fetch</code> 之后紧接着 <code>git merge</code> 远端分支到您所在的任意分支。我个人不太喜欢这命令 —— 我更喜欢 <code>fetch</code><code>merge</code> 分开来做。少点魔法,少点问题。不过,如果您喜欢这主意,您可以看一下 <code>git pull</code><a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-pull.html">官方文档</a>
155+
第二个会从远端服务器提取新数据的命令是 <code>git pull</code>。基本上,该命令就是在 <code>git fetch</code> 之后紧接着 <code>git merge</code> 远端分支到您所在的任意分支。我个人不太喜欢这命令 —— 我更喜欢 <code>fetch</code><code>merge</code> 分开来做。少点魔法,少点问题。不过,如果您喜欢这主意,您可以看一下 <code>git pull</code><a target="new" href="http://git-scm.com/docs/git-pull">官方文档</a>
156156
</p>
157157

158158
<p>
@@ -196,7 +196,7 @@ <h2>
196196
<div class="box">
197197
<h2>
198198
<span class="docs">
199-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-push.html">文档</a> &nbsp;
199+
<a target="new" href="http://git-scm.com/docs/git-push">文档</a> &nbsp;
200200
<a target="new" href="http://progit.org/book/ch2-5.html#pushing_to_your_remotes"></a>
201201
</span>
202202
<a name="push">git push</a>

0 commit comments

Comments
 (0)