Skip to content

Commit 52086b6

Browse files
committed
Correct wikipedia link re: sparse index
1 parent a07bd63 commit 52086b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/core/indexes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ By default, ``sparse`` is ``false`` on MongoDB indexes.
492492
reject documents that have duplicate values for a field, but that
493493
ignore documents that do not have the key.
494494

495-
.. _`block-level`: http://en.wikipedia.org/wiki/Index_%28database%29#Sparse_index>
495+
.. _`block-level`: http://en.wikipedia.org/wiki/Database_index#Sparse_index
496496

497497
.. [#null-values-are-indexed-in-sparse-indexes] All documents that
498498
have the indexed field *are* indexed in a sparse index, even if

0 commit comments

Comments
 (0)