From 5b1f32722aa0f4084fee7016cfaef43e317a04bc Mon Sep 17 00:00:00 2001 From: Isaac Hollander McCreery Date: Fri, 29 May 2015 21:17:55 +0000 Subject: [PATCH] Link to Nokogiri documentation in CONTRIBUTING --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2444c27cfa..56eb78c25d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ Once you've got that all installed, run $ bundle install ``` -to install the required gems. You might have to fight a bit to get Nokogiri installed. +to install the required gems. You might have to [fight a bit](http://www.nokogiri.org/tutorials/installing_nokogiri.html) to get Nokogiri installed. Then, you should be ready to go! If you'd like to drop into an interactive shell, configured with your `:test` credential, use