aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/development_dependencies_install.md
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2017-08-19 08:23:37 +0900
committerYoshiyuki Hirano <yhirano@me.com>2017-08-19 08:23:37 +0900
commit948c2c48df04e775e5b5a3da5f54e0d61299dc54 (patch)
tree944a248ddb29898a5fc7ae676a8f76253afc0377 /guides/source/development_dependencies_install.md
parent99c604f1f9de2f2a6fc3d0aec4f274cb05b48c69 (diff)
downloadrails-948c2c48df04e775e5b5a3da5f54e0d61299dc54.tar.gz
rails-948c2c48df04e775e5b5a3da5f54e0d61299dc54.tar.bz2
rails-948c2c48df04e775e5b5a3da5f54e0d61299dc54.zip
Use ssl in guide and comment [ci skip]
Diffstat (limited to 'guides/source/development_dependencies_install.md')
-rw-r--r--guides/source/development_dependencies_install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md
index 77b036b20f..46fb17e44f 100644
--- a/guides/source/development_dependencies_install.md
+++ b/guides/source/development_dependencies_install.md
@@ -30,7 +30,7 @@ Ruby on Rails uses Git for source code control. The [Git homepage](https://git-s
* [Try Git course](https://try.github.io/) is an interactive course that will teach you the basics.
* The [official Documentation](https://git-scm.com/documentation) is pretty comprehensive and also contains some videos with the basics of Git.
-* [Everyday Git](http://schacon.github.io/git/everyday.html) will teach you just enough about Git to get by.
+* [Everyday Git](https://schacon.github.io/git/everyday.html) will teach you just enough about Git to get by.
* [GitHub](https://help.github.com/) offers links to a variety of Git resources.
* [Pro Git](https://git-scm.com/book) is an entire book about Git with a Creative Commons license.