From 058ae7e1c90b555756c9ecd029d60b5cd0341be0 Mon Sep 17 00:00:00 2001 From: Arturo Pie Date: Fri, 12 Oct 2012 12:03:47 -0300 Subject: [PATCH] Fix small typo in development_dependencies_install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix small typo a link to bundler page in development_dependencies_install.md  --- guides/source/development_dependencies_install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab