From 13f38c58b7f21181539779789bd39c5e26623be9 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Mon, 29 Nov 2010 17:14:27 -0500 Subject: [PATCH] minor: fix --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e7b7f0e..a555a34 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ This is the 10gen-supported Ruby driver for [MongoDB](http://www.mongodb.org). This documentation includes other articles of interest, include: -1. [A tutorial](http://api.mongodb/org/ruby/current/file.TUTORIAL.html). -2. [Replica Sets in Ruby](http://api.mongodb/org/ruby/current/file.REPLICA_SETS.html). -3. [Write Concern in Ruby](http://api.mongodb/org/ruby/current/file.WRITE_CONCERN.html). -4. [GridFS in Ruby](http://api.mongodb/org/ruby/current/file.GridFS.html). +1. [A tutorial](http://api.mongodb.org/ruby/current/file.TUTORIAL.html). +2. [Replica Sets in Ruby](http://api.mongodb.org/ruby/current/file.REPLICA_SETS.html). +3. [Write Concern in Ruby](http://api.mongodb.org/ruby/current/file.WRITE_CONCERN.html). +4. [GridFS in Ruby](http://api.mongodb.org/ruby/current/file.GridFS.html). 5. [Frequently Asked Questions](http://api.mongodb.org/ruby/current/file.FAQ.html). 6. [History](http://api.mongodb.org/ruby/current/file.HISTORY.html). 7. [Credits](http://api.mongodb.org/ruby/current/file.CREDITS.html).