diff options
author | Rich Parrish <tradename@gmail.com> | 2013-11-19 13:44:03 -0800 |
---|---|---|
committer | Matt Kangas <matt.kangas@mongodb.com> | 2013-11-19 18:04:14 -0500 |
commit | 0c35bfb4b1af88e4b302efead6e618baeda576c5 (patch) | |
tree | 8542532d2f4fff042fdc0efc4692ca5d4f8736a6 /docs | |
parent | 4a3d5aa6f430530b8a44e581c430176e15da19c2 (diff) | |
download | mongo-0c35bfb4b1af88e4b302efead6e618baeda576c5.tar.gz |
Fix broken docs link
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md index 9f6c5ea8c99..5dd9b5b1cd7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,3 @@ - MongoDB Server Documentation ============ @@ -6,4 +5,4 @@ This is just some internal documentation. For the full MongoDB docs, please see [mongodb.org](http://www.mongodb.org/) -* [building](building.html) +* [building](building.md) |