From 0b07efeb37de169110009a857858d36734a7f649 Mon Sep 17 00:00:00 2001 From: Nick Stielau Date: Wed, 5 Jan 2011 08:14:02 -0800 Subject: [PATCH] Fixing link to tutorial; changed from relative to absolute. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a555a34..10611ad 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This documentation includes other articles of interest, include: 6. [History](http://api.mongodb.org/ruby/current/file.HISTORY.html). 7. [Credits](http://api.mongodb.org/ruby/current/file.CREDITS.html). -Here's a quick code sample. Again, see the [MongoDB Ruby Tutorial](file.TUTORIAL.html) +Here's a quick code sample. Again, see the [MongoDB Ruby Tutorial](http://api.mongodb.org/ruby/current/file.TUTORIAL.html) for much more: require 'rubygems'