From c7a0b5f421e13df85687bedc404a98165ae07749 Mon Sep 17 00:00:00 2001 From: Lindsey Moore Date: Fri, 31 Jan 2025 16:46:37 -0500 Subject: [PATCH] DOCSP-46705 404 EstimatedDocumentCount API link --- source/fundamentals/crud/read-operations/count.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fundamentals/crud/read-operations/count.txt b/source/fundamentals/crud/read-operations/count.txt index 53dcede1..30dc2a2b 100644 --- a/source/fundamentals/crud/read-operations/count.txt +++ b/source/fundamentals/crud/read-operations/count.txt @@ -242,5 +242,5 @@ guide, see the following API Documentation: - `CountDocuments() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IMongoCollection-1.CountDocuments.html>`__ - `CountOptions <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.CountOptions.html>`__ -- `EstimatedDocumentCount() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.MongoCollectionBase-1.EstimatedDocumentCount.html>`__ +- `EstimatedDocumentCount() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IMongoCollection-1.EstimatedDocumentCount.html>`__ - `EstimatedDocumentCountOptions <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.EstimatedDocumentCountOptions.html>`__