aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorArturo Pie <arturotd08@yahoo.ca>2012-10-12 12:03:47 -0300
committerArturo Pie <arturotd08@yahoo.ca>2012-10-12 12:03:47 -0300
commit058ae7e1c90b555756c9ecd029d60b5cd0341be0 (patch)
treed296477c978ed9c5386910ba5002efaf887f19e3 /guides
parent8cf428fe78d8a45690524e83663e69ae35a5c413 (diff)
downloadrails-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 
Diffstat (limited to 'guides')
-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 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