@@ -25,18 +25,18 @@ For the reference manual, use the links in the upper-left and upper-right corner
25
25
26
26
This documentation has other articles of interest, including:
27
27
28
- 1 . [ A tutorial] ( file. TUTORIAL.html ) .
29
- 2 . [ Replica Sets in Ruby] ( file. REPLICA_SETS.html ) .
30
- 3 . [ Write Concern in Ruby] ( file. WRITE_CONCERN.html ) .
31
- 4 . [ Tailable Cursors in Ruby] ( file. TAILABLE_CURSORS.html ) .
32
- 5 . [ Read Preference in Ruby] ( file. READ_PREFERENCE.html ) .
33
- 6 . [ GridFS in Ruby] ( file. GridFS.html ) .
34
- 7 . [ Frequently Asked Questions] ( file. FAQ.html ) .
35
- 8 . [ History] ( file. HISTORY.html ) .
36
- 9 . [ Release plan] ( file. RELEASES.html ) .
37
- 10 . [ Credits] ( file. CREDITS.html ) .
38
-
39
- Here's a quick code sample. Again, see the [ MongoDB Ruby Tutorial] ( file. TUTORIAL.html )
28
+ 1 . [ A tutorial] ( docs/ TUTORIAL.md ) .
29
+ 2 . [ Replica Sets in Ruby] ( docs/ REPLICA_SETS.md ) .
30
+ 3 . [ Write Concern in Ruby] ( docs/ WRITE_CONCERN.md ) .
31
+ 4 . [ Tailable Cursors in Ruby] ( docs/ TAILABLE_CURSORS.md ) .
32
+ 5 . [ Read Preference in Ruby] ( docs/ READ_PREFERENCE.md ) .
33
+ 6 . [ GridFS in Ruby] ( docs/ GridFS.md ) .
34
+ 7 . [ Frequently Asked Questions] ( docs/ FAQ.md ) .
35
+ 8 . [ History] ( docs/ HISTORY.md ) .
36
+ 9 . [ Release plan] ( docs/ RELEASES.md ) .
37
+ 10 . [ Credits] ( docs/ CREDITS.md ) .
38
+
39
+ Here's a quick code sample. Again, see the [ MongoDB Ruby Tutorial] ( docs/ TUTORIAL.md )
40
40
for much more:
41
41
42
42
require 'rubygems'
@@ -104,7 +104,7 @@ That's all there is to it!
104
104
105
105
# Examples
106
106
107
- For extensive examples, see the [ MongoDB Ruby Tutorial] ( http://www .mongodb.org/display/DOCS/Ruby+Tutorial ) .
107
+ For extensive examples, see the [ MongoDB Ruby Tutorial] ( http://api .mongodb.org/ruby/current/file.TUTORIAL.html ) .
108
108
109
109
Bundled with the driver are many examples, located in the "docs/examples" subdirectory. Samples include using
110
110
the driver and using the GridFS class GridStore. MongoDB must be running for
0 commit comments