diff options
author | Arturo Pie <arturotd08@yahoo.ca> | 2012-10-12 12:03:47 -0300 |
---|---|---|
committer | Arturo Pie <arturotd08@yahoo.ca> | 2012-10-12 12:03:47 -0300 |
commit | 058ae7e1c90b555756c9ecd029d60b5cd0341be0 (patch) | |
tree | d296477c978ed9c5386910ba5002efaf887f19e3 | |
parent | 8cf428fe78d8a45690524e83663e69ae35a5c413 (diff) | |
download | rails-058ae7e1c90b555756c9ecd029d60b5cd0341be0.tar.gz rails-058ae7e1c90b555756c9ecd029d60b5cd0341be0.tar.bz2 rails-058ae7e1c90b555756c9ecd029d60b5cd0341be0.zip |
Fix small typo in development_dependencies_install
Fix small typo a link to bundler page in development_dependencies_install.md
-rw-r--r-- | guides/source/development_dependencies_install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md index aaf14f29c1..c11832da61 100644 --- a/guides/source/development_dependencies_install.md +++ b/guides/source/development_dependencies_install.md @@ -63,7 +63,7 @@ And if you are on Fedora or CentOS, you're done with $ sudo yum install sqlite3 sqlite3-devel ``` -Get a recent version of [Bundler](http://gembundler.com/:) +Get a recent version of [Bundler](http://gembundler.com/) ```bash $ gem install bundler |