summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephanie Morillo <rubymorillo@users.noreply.github.com>2017-09-20 14:36:56 -0400
committerGitHub <noreply@github.com>2017-09-20 14:36:56 -0400
commit57ac00551e68366f6c63a1e72edd2906acd78793 (patch)
treea5126e195f4b68a0eb21029e73757e8544abe443
parent8946e6f3822b0dd569fd51c00ae4dd1fedc656a1 (diff)
downloadbundler-rubymorillo-patch-1.tar.gz
Updated bundler linkrubymorillo-patch-1
changed from `http` to `https`
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9fb200fcc0..2540883b23 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Bundler makes sure Ruby applications run the same code on every machine.
It does this by managing the gems that the application depends on. Given a list of gems, it can automatically download and install those gems, as well as any other gems needed by the gems that are listed. Before installing gems, it checks the versions of every gem to make sure that they are compatible, and can all be loaded at the same time. After the gems have been installed, Bundler can help you update some or all of them when new versions become available. Finally, it records the exact versions that have been installed, so that others can install the exact same gems.
-To see what has changed in recent versions of Bundler, see the [CHANGELOG](CHANGELOG.md), or [visit the Bundler site](http://bundler.io) to access the complete documentation.
+To see what has changed in recent versions of Bundler, see the [CHANGELOG](CHANGELOG.md), or [visit the Bundler site](https://bundler.io) to access the complete documentation.
### Installation and usage