mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Update README URLs based on HTTP redirects
This commit is contained in:
parent
75a1dd25cd
commit
f85c41b14f
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -13,7 +13,7 @@ bulletproof deployments.
|
||||||
|
|
||||||
**Rock-solid in production.** Your application's executables are its
|
**Rock-solid in production.** Your application's executables are its
|
||||||
interface with ops. With rbenv and [Bundler
|
interface with ops. With rbenv and [Bundler
|
||||||
binstubs](https://github.com/sstephenson/rbenv/wiki/Understanding-binstubs)
|
binstubs](https://github.com/rbenv/rbenv/wiki/Understanding-binstubs)
|
||||||
you'll never again need to `cd` in a cron job or Chef recipe to
|
you'll never again need to `cd` in a cron job or Chef recipe to
|
||||||
ensure you've selected the right runtime. The Ruby version
|
ensure you've selected the right runtime. The Ruby version
|
||||||
dependency lives in one place—your app—so upgrades and rollbacks are
|
dependency lives in one place—your app—so upgrades and rollbacks are
|
||||||
|
@ -24,12 +24,12 @@ bulletproof deployments.
|
||||||
you tailor it to suit your needs. Compile your own Ruby versions, or
|
you tailor it to suit your needs. Compile your own Ruby versions, or
|
||||||
use the [ruby-build][]
|
use the [ruby-build][]
|
||||||
plugin to automate the process. Specify per-application environment
|
plugin to automate the process. Specify per-application environment
|
||||||
variables with [rbenv-vars](https://github.com/sstephenson/rbenv-vars).
|
variables with [rbenv-vars](https://github.com/rbenv/rbenv-vars).
|
||||||
See more [plugins on the
|
See more [plugins on the
|
||||||
wiki](https://github.com/sstephenson/rbenv/wiki/Plugins).
|
wiki](https://github.com/rbenv/rbenv/wiki/Plugins).
|
||||||
|
|
||||||
[**Why choose rbenv over
|
[**Why choose rbenv over
|
||||||
RVM?**](https://github.com/sstephenson/rbenv/wiki/Why-rbenv%3F)
|
RVM?**](https://github.com/rbenv/rbenv/wiki/Why-rbenv%3F)
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
|
@ -453,8 +453,8 @@ Tests are executed using [Bats](https://github.com/sstephenson/bats):
|
||||||
$ bats test/<file>.bats
|
$ bats test/<file>.bats
|
||||||
|
|
||||||
Please feel free to submit pull requests and file bugs on the [issue
|
Please feel free to submit pull requests and file bugs on the [issue
|
||||||
tracker](https://github.com/sstephenson/rbenv/issues).
|
tracker](https://github.com/rbenv/rbenv/issues).
|
||||||
|
|
||||||
|
|
||||||
[ruby-build]: https://github.com/sstephenson/ruby-build#readme
|
[ruby-build]: https://github.com/rbenv/ruby-build#readme
|
||||||
[hooks]: https://github.com/sstephenson/rbenv/wiki/Authoring-plugins#rbenv-hooks
|
[hooks]: https://github.com/rbenv/rbenv/wiki/Authoring-plugins#rbenv-hooks
|
||||||
|
|
Loading…
Reference in a new issue