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:
authorPedro Rijo <pedrorijo91@gmail.com>2022-09-19 10:44:01 +0300
committerGitHub <noreply@github.com>2022-09-19 10:44:01 +0300
commit15e174180572cdfe3b5faf5ec5763043c21ac2c2 (patch)
tree99de717359bfba6343e2a6feb07f217726221632
parent26916dfb50802a32b1f57bd902fa732c8fd16863 (diff)
parent46ae57999a67bd6b1c687558d28332e2f5746d90 (diff)
Merge pull request #1726 from HonkingGoose/chore/use-https-for-link
Use HTTPS for link to Pro Git 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>