From 24e8e8f3427825a6e3c2726e321a1faa42815bce Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 21 Jul 2022 14:06:29 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/mongodb-query-documents-id --- persistence-modules/java-mongodb-3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/java-mongodb-3/README.md b/persistence-modules/java-mongodb-3/README.md index 3ffe5980da..d76d53b06a 100644 --- a/persistence-modules/java-mongodb-3/README.md +++ b/persistence-modules/java-mongodb-3/README.md @@ -1,3 +1,4 @@ ### Relevant Artilces: - [Guide to Find in MongoDB](https://www.baeldung.com/mongodb-find) +- [Query Documents using Document ID in MongoDB](https://www.baeldung.com/mongodb-query-documents-id)