From ea244e507c6283b299f8c2e5422e72492b20060c Mon Sep 17 00:00:00 2001 From: Doug Johnston Date: Mon, 9 Dec 2013 15:04:48 -0500 Subject: [PATCH] Fix a broken link on the troubleshooting.md page --- site/docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/troubleshooting.md b/site/docs/troubleshooting.md index 836e1ea1..e481af6b 100644 --- a/site/docs/troubleshooting.md +++ b/site/docs/troubleshooting.md @@ -41,7 +41,7 @@ sudo gem update --system {% endhighlight %} If you still have issues, you may need to [use XCode to install Command Line -Tools](http://www.zlu.me/blog/2012/02/21/install-native-ruby-gem-in-mountain-lion-preview/) +Tools](http://www.zlu.me/ruby/os%20x/gem/mountain%20lion/2012/02/21/install-native-ruby-gem-in-mountain-lion-preview.html) that will allow you to install native gems using the following command: {% highlight bash %}