From 7f5b0b5310f748b015a81f520fab7c1b2e0d8e19 Mon Sep 17 00:00:00 2001 From: Fuegovic <32828263+fuegovic@users.noreply.github.com> Date: Thu, 14 Sep 2023 12:43:25 -0400 Subject: [PATCH] Update huggingface.md (#942) fix the link to the mongodb doc --- docs/deployment/huggingface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/huggingface.md b/docs/deployment/huggingface.md index 3e01bd86a8..faa0d5ad14 100644 --- a/docs/deployment/huggingface.md +++ b/docs/deployment/huggingface.md @@ -11,7 +11,7 @@ The first thing you need is to create a MongoDB Atlas Database and get your connection string. -Follow the instructions in this document: [Online MongoDB Database](..\install\mongodb.md) +Follow the instructions in this document: [Online MongoDB Database](../install/mongodb.md) ## Getting Started