Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-reference.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Beer <brent.beer@gmail.com>2017-08-15 12:41:03 +0300
committerBrent Beer <brent.beer@gmail.com>2017-08-15 12:41:19 +0300
commit5627497ee401b6416635c15f01e7d2839f909fd4 (patch)
tree5becd258cf621a5d201e0881643a6ce1574e77e5
parentad210d92df3b705e04c48bb4129bc7d623659578 (diff)
add site.baseurl to next button at bottom of each page.
-rw-r--r--basic/index.html5
-rw-r--r--branching/index.html5
-rw-r--r--creating/index.html2
-rw-r--r--index.html2
-rw-r--r--remotes/index.html4
-rw-r--r--zh/basic/index.html3
-rw-r--r--zh/branching/index.html3
-rw-r--r--zh/creating/index.html2
-rw-r--r--zh/remotes/index.html2
9 files changed, 12 insertions, 16 deletions
diff --git a/basic/index.html b/basic/index.html
index acdb606..9e1dac8 100644
--- a/basic/index.html
+++ b/basic/index.html
@@ -730,7 +730,7 @@ nothing to commit (working directory clean)
dangerous option and is not working directory safe. Any changes not committed will
be lost.
</p>
-
+
<pre>
<b>$ git status</b>
# On branch master
@@ -970,5 +970,4 @@ Dropped stash@{1} (0b1478540189f30fef9804684673907c65865d8f)
</div>
</div>
-<p><a class="page-button next-page" href="/branching">On to Branching and Merging &#187;</a></p>
-
+<p><a class="page-button next-page" href="{{ site.baseurl }}/branching">On to Branching and Merging &#187;</a></p>
diff --git a/branching/index.html b/branching/index.html
index 96112be..bfe9530 100644
--- a/branching/index.html
+++ b/branching/index.html
@@ -150,7 +150,7 @@ README hello.rb more.txt test.txt
<small>see the last commit on each branch</small>
</h4>
- <p>If we want to see last commits on each branch
+ <p>If we want to see last commits on each branch
we can run <code>git branch -v</code> to see them.</p>
<pre>
@@ -860,5 +860,4 @@ From git://github.com:example-user/example-repo
</div>
</div>
-<p><a class="page-button next-page" href="/remotes">On to Sharing and Updating Projects &#187;</a></p>
-
+<p><a class="page-button next-page" href="{{ site.baseurl }}/remotes">On to Sharing and Updating Projects &#187;</a></p>
diff --git a/creating/index.html b/creating/index.html
index dc49109..29d2dea 100644
--- a/creating/index.html
+++ b/creating/index.html
@@ -139,4 +139,4 @@ config index <span class="blue">objects</span>
</div>
</div>
-<p><a class="page-button next-page" href="/basic">On to Basic Snapshotting &#187;</a></p>
+<p><a class="page-button next-page" href="{{ site.baseurl }}/basic">On to Basic Snapshotting &#187;</a></p>
diff --git a/index.html b/index.html
index a33d1d0..513e968 100644
--- a/index.html
+++ b/index.html
@@ -109,4 +109,4 @@ layout: reference
</div>
</div>
-<p><a class="page-button next-page" href="/creating">On to Getting and Creating Projects &#187;</a></p>
+<p><a class="page-button next-page" href="{{ site.baseurl }}/creating">On to Getting and Creating Projects &#187;</a></p>
diff --git a/remotes/index.html b/remotes/index.html
index 94df417..a4c7dfc 100644
--- a/remotes/index.html
+++ b/remotes/index.html
@@ -151,7 +151,7 @@ github git@github.com:schacon/hw.git (push)
<small>rename remote aliases</small>
</h4>
- <p>If you want to rename remote aliases without having to delete them and add them again
+ <p>If you want to rename remote aliases without having to delete them and add them again
you can do that by running <code>git remote rename [old-alias] [new-alias]</code>. This will
allow you to modify the current name of the remote.</p>
@@ -437,4 +437,4 @@ fast-forwards' section of 'git push --help' for details.
</div>
</div>
-<p><a class="page-button next-page" href="/inspect">On to Inspection and Comparison &#187;</a></p>
+<p><a class="page-button next-page" href="{{ site.baseurl }}/inspect">On to Inspection and Comparison &#187;</a></p>
diff --git a/zh/basic/index.html b/zh/basic/index.html
index e3ffd13..ecb2448 100644
--- a/zh/basic/index.html
+++ b/zh/basic/index.html
@@ -641,5 +641,4 @@ M hello.rb
</div>
</div>
-<p><a href="/zh/branching">到 分支与合并 &#187;</a></p>
-
+<p><a href="{{ site.baseurl }}/zh/branching">到 分支与合并 &#187;</a></p>
diff --git a/zh/branching/index.html b/zh/branching/index.html
index c706790..4b97584 100644
--- a/zh/branching/index.html
+++ b/zh/branching/index.html
@@ -696,5 +696,4 @@ ab5ab4c added erlang
</div>
</div>
-<p><a href="/zh/remotes">到 分享与更新项目 &#187;</a></p>
-
+<p><a href="{{ site.baseurl }}/zh/remotes">到 分享与更新项目 &#187;</a></p>
diff --git a/zh/creating/index.html b/zh/creating/index.html
index 4ed22c2..0f4e05b 100644
--- a/zh/creating/index.html
+++ b/zh/creating/index.html
@@ -120,4 +120,4 @@ config index <span class="blue">objects</span>
</div>
</div>
-<p><a href="/zh/basic">接下来:基本快照 &#187;</a></p>
+<p><a href="{{ site.baseurl }}/zh/basic">接下来:基本快照 &#187;</a></p>
diff --git a/zh/remotes/index.html b/zh/remotes/index.html
index 20fba86..8489e12 100644
--- a/zh/remotes/index.html
+++ b/zh/remotes/index.html
@@ -318,4 +318,4 @@ fast-forwards' section of 'git push --help' for details.
</div>
</div>
-<p><a href="/zh/inspect">到 检查与比较&#187;</a></p>
+<p><a href="{{ site.baseurl }}/zh/inspect">到 检查与比较&#187;</a></p>