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

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHonkingGoose <34918129+HonkingGoose@users.noreply.github.com>2022-08-29 13:33:52 +0300
committerGitHub <noreply@github.com>2022-08-29 13:33:52 +0300
commit931914a2b905eed106a28d7b8e981901949cfe0d (patch)
tree51e31f60140c500fc0d3865cb4cb62098473fd14
parentde8814ad3268b872b9ab46d20420912c1e9b4791 (diff)
Use HTTPS for link to ProGit book on Amazon
-rw-r--r--app/views/books/show.html.erb2
-rw-r--r--app/views/shared/_book.html.erb2
-rw-r--r--app/views/site/index.html.erb2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/views/books/show.html.erb b/app/views/books/show.html.erb
index cdaec5ca..b30b1e80 100644
--- a/app/views/books/show.html.erb
+++ b/app/views/books/show.html.erb
@@ -41,7 +41,7 @@
</div>
<% end %>
<p>
- The entire Pro Git book, written by Scott Chacon and Ben Straub and published by Apress, is available here. All content is licensed under the <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution Non Commercial Share Alike 3.0 license</a>. Print versions of the book are available on <a href="http://www.amazon.com/Pro-Git-Scott-Chacon/dp/1484200772?ie=UTF8&camp=1789&creative=9325&creativeASIN=1430218339&linkCode=as2&tag=git-sfconservancy-20">Amazon.com</a>.</>
+ The entire Pro Git book, written by Scott Chacon and Ben Straub and published by Apress, is available here. All content is licensed under the <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution Non Commercial Share Alike 3.0 license</a>. Print versions of the book are available on <a href="https://www.amazon.com/Pro-Git-Scott-Chacon/dp/1484200772?ie=UTF8&camp=1789&creative=9325&creativeASIN=1430218339&linkCode=as2&tag=git-sfconservancy-20">Amazon.com</a>.</>
</p>
<ol class='book-toc'>
<% @book.chapters.includes(:sections).each do |chapter| %>
diff --git a/app/views/shared/_book.html.erb b/app/views/shared/_book.html.erb
index 43780320..f1fe6577 100644
--- a/app/views/shared/_book.html.erb
+++ b/app/views/shared/_book.html.erb
@@ -1,6 +1,6 @@
<div class="callout">
<p>The entire <strong><a href="/book">Pro Git book</a></strong> written
by Scott Chacon and Ben Straub is available to <a href="/book">read online for free</a>.
- Dead tree versions are available on <a href="http://www.amazon.com/Pro-Git-Scott-Chacon/dp/1484200772?ie=UTF8&camp=1789&creative=9325&creativeASIN=1430218339&linkCode=as2&tag=git-sfconservancy-20">Amazon.com</a>.
+ Dead tree versions are available on <a href="https://www.amazon.com/Pro-Git-Scott-Chacon/dp/1484200772?ie=UTF8&camp=1789&creative=9325&creativeASIN=1430218339&linkCode=as2&tag=git-sfconservancy-20">Amazon.com</a>.
</p>
</div>
diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb
index 0afa080a..195894ae 100644
--- a/app/views/site/index.html.erb
+++ b/app/views/site/index.html.erb
@@ -38,7 +38,7 @@
<strong><a href="/book">Pro Git</a></strong>
by Scott Chacon and Ben Straub is available to
<a href="/book">read online for free</a>.
- Dead tree versions are available on <a href="http://www.amazon.com/Pro-Git-Scott-Chacon/dp/1484200772?ie=UTF8&camp=1789&creative=9325&creativeASIN=1430218339&linkCode=as2&tag=git-sfconservancy-20">Amazon.com</a>.
+ Dead tree versions are available on <a href="https://www.amazon.com/Pro-Git-Scott-Chacon/dp/1484200772?ie=UTF8&camp=1789&creative=9325&creativeASIN=1430218339&linkCode=as2&tag=git-sfconservancy-20">Amazon.com</a>.
</p>
</div>
</section>