summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTakumasa Ochi <aeroastro007@gmail.com>2019-01-28 16:18:02 +0900
committerTakumasa Ochi <aeroastro007@gmail.com>2019-01-28 16:56:32 +0900
commit7ecd66dd5581a8c6d4a484cb9ab23fa5db56164c (patch)
tree20aa456eaa2f000bcc53851b14d58a710c93998e /README.md
parentb43029fc22c54e0a3d0c7483be9558bb8e950e20 (diff)
downloadbundler-7ecd66dd5581a8c6d4a484cb9ab23fa5db56164c.tar.gz
Replace unsafe http URLs with https URLs
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c596a32064..b06d456df4 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ bundle install
bundle exec rspec
```
-See [bundler.io](http://bundler.io) for the full documentation.
+See [bundler.io](https://bundler.io) for the full documentation.
### Troubleshooting