From 8cd36e87287dde5375fdf9a81b1d47ac12f6590e Mon Sep 17 00:00:00 2001 From: Aaron Heckmann Date: Wed, 8 Aug 2012 08:34:00 -0700 Subject: [PATCH] fix link --- docs/populate.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/populate.jade b/docs/populate.jade index 12cd9bc27eb..288c79783d2 100644 --- a/docs/populate.jade +++ b/docs/populate.jade @@ -142,4 +142,4 @@ block content }) h4 NOTE: :markdown - The documents returned from calling [populate](./api.html#query_Query-populate) become fully functional, `remove`able, `save`able documents. Do not confuse them with [sub docs](./embedded.html). Take caution when calling its remove method because you'll be removing it from the database, not just the array. + The documents returned from calling [populate](./api.html#query_Query-populate) become fully functional, `remove`able, `save`able documents. Do not confuse them with [sub docs](./subdocs.html). Take caution when calling its remove method because you'll be removing it from the database, not just the array.