Merge pull request #105 from ukd1/patch-1

Fix broken links in github
This commit is contained in:
Tyler Brock 2012-06-04 20:55:26 -07:00
commit 4195ce35c6
1 changed files with 12 additions and 12 deletions

View File

@ -25,18 +25,18 @@ For the reference manual, use the links in the upper-left and upper-right corner
This documentation has other articles of interest, including: This documentation has other articles of interest, including:
1. [A tutorial](file.TUTORIAL.html). 1. [A tutorial](docs/TUTORIAL.md).
2. [Replica Sets in Ruby](file.REPLICA_SETS.html). 2. [Replica Sets in Ruby](docs/REPLICA_SETS.md).
3. [Write Concern in Ruby](file.WRITE_CONCERN.html). 3. [Write Concern in Ruby](docs/WRITE_CONCERN.md).
4. [Tailable Cursors in Ruby](file.TAILABLE_CURSORS.html). 4. [Tailable Cursors in Ruby](docs/TAILABLE_CURSORS.md).
5. [Read Preference in Ruby](file.READ_PREFERENCE.html). 5. [Read Preference in Ruby](docs/READ_PREFERENCE.md).
6. [GridFS in Ruby](file.GridFS.html). 6. [GridFS in Ruby](docs/GridFS.md).
7. [Frequently Asked Questions](file.FAQ.html). 7. [Frequently Asked Questions](docs/FAQ.md).
8. [History](file.HISTORY.html). 8. [History](docs/HISTORY.md).
9. [Release plan](file.RELEASES.html). 9. [Release plan](docs/RELEASES.md).
10. [Credits](file.CREDITS.html). 10. [Credits](docs/CREDITS.md).
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](docs/TUTORIAL.md)
for much more: for much more:
require 'rubygems' require 'rubygems'
@ -104,7 +104,7 @@ That's all there is to it!
# Examples # Examples
For extensive examples, see the [MongoDB Ruby Tutorial](http://www.mongodb.org/display/DOCS/Ruby+Tutorial). For extensive examples, see the [MongoDB Ruby Tutorial](http://api.mongodb.org/ruby/current/file.TUTORIAL.html).
Bundled with the driver are many examples, located in the "docs/examples" subdirectory. Samples include using Bundled with the driver are many examples, located in the "docs/examples" subdirectory. Samples include using
the driver and using the GridFS class GridStore. MongoDB must be running for the driver and using the GridFS class GridStore. MongoDB must be running for