From 02553478aaeeaa10339a860e027560e6508cf104 Mon Sep 17 00:00:00 2001 From: Kristoffer Date: Fri, 8 Jun 2012 10:51:26 +0300 Subject: [PATCH] Fixing (?) a broken link to MongoDB disk use. --- source/faq/developers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/faq/developers.txt b/source/faq/developers.txt index 76342aa0d26..93b8e54e0af 100644 --- a/source/faq/developers.txt +++ b/source/faq/developers.txt @@ -149,7 +149,7 @@ MongoDB aggressively preallocates data files to reserve space and avoid file system fragmentation. You can use the :setting:`smallfiles` flag to modify the file prealocation strategy. -.. seealso:: This wiki page that address :wiki:`MongoDB disk use `. +.. seealso:: This wiki page that address :wiki:`MongoDB disk use `. How does MongoDB address SQL or Query injection? ------------------------------------------------