From 6e9cbd29d3cb2717a48ea44854675f0533ab356d Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Tue, 5 Apr 2022 08:52:44 +0500 Subject: [PATCH] Updated README.md Added link back to the article: https://www.baeldung.com/mongodb-get-value-by-key-name --- persistence-modules/java-mongodb-2/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/persistence-modules/java-mongodb-2/README.md b/persistence-modules/java-mongodb-2/README.md index c9554413f9..646917b04d 100644 --- a/persistence-modules/java-mongodb-2/README.md +++ b/persistence-modules/java-mongodb-2/README.md @@ -9,4 +9,5 @@ This module contains articles about MongoDB in Java. - [Push Operations in MongoDB](https://www.baeldung.com/mongodb-push-operations) - [Geospatial Support in MongoDB](https://www.baeldung.com/mongodb-geospatial-support) - [MongoDB Aggregations Using Java](https://www.baeldung.com/java-mongodb-aggregations) -- More articles: [[<-- prev]](../java-mongodb) \ No newline at end of file +- [Retrieve a Value from MongoDB by Its Key Name](https://www.baeldung.com/mongodb-get-value-by-key-name) +- More articles: [[<-- prev]](../java-mongodb)