Skip to content

Commit 4195ce3

Browse files
committed
Merge pull request #105 from ukd1/patch-1
Fix broken links in github
2 parents 9d859d2 + f60301e commit 4195ce3

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ For the reference manual, use the links in the upper-left and upper-right corner
2525

2626
This documentation has other articles of interest, including:
2727

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)
4040
for much more:
4141

4242
require 'rubygems'
@@ -104,7 +104,7 @@ That's all there is to it!
104104

105105
# Examples
106106

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).
108108

109109
Bundled with the driver are many examples, located in the "docs/examples" subdirectory. Samples include using
110110
the driver and using the GridFS class GridStore. MongoDB must be running for

0 commit comments

Comments
 (0)