From 6893f636527bfaa7a798949ddad1249bca99ac3b Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:29:42 +0200 Subject: [PATCH] fix --- cheatsheets/python/libraries/database/pymongo/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheets/python/libraries/database/pymongo/index.md b/cheatsheets/python/libraries/database/pymongo/index.md index 2e02a41e3..660f20ec8 100644 --- a/cheatsheets/python/libraries/database/pymongo/index.md +++ b/cheatsheets/python/libraries/database/pymongo/index.md @@ -11,7 +11,7 @@ It provides a rich and Pythonic interface for interacting with MongoDB databases ## Related - [MongoDB][] cheatsheet in the NoSQL section, covering installation, basic operations, and common use cases. -- [MongoEngine]({% link cheatsheets/python/mongoengine/index.md %}) cheatsheet for using the MongoEngine Object-Document Mapper. +- [MongoEngine]({% link cheatsheets/python/libraries/mongoengine/index.md %}) cheatsheet for using the MongoEngine Object-Document Mapper. [MongoDB]: {% link cheatsheets/nosql/mongodb/index.md %}