From 68d78f5c1ef86aac4fee7140a0db837fd3cf74b5 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 1 Apr 2024 17:06:24 -0300 Subject: [PATCH] Fix broken link to HuggingFace Spaces guide --- docs/docs/getting-started/usage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started/usage.mdx b/docs/docs/getting-started/usage.mdx index 57ee6b3af..566a9fd1f 100644 --- a/docs/docs/getting-started/usage.mdx +++ b/docs/docs/getting-started/usage.mdx @@ -14,7 +14,7 @@ langflow run # or langflow --help ### HuggingFace Spaces -Check out our [guide](./hugging-face-spaces.md) on how to get your Langflow instance running on HuggingFace Spaces. +Check out our [guide](./hugging-face-spaces) on how to get your Langflow instance running on HuggingFace Spaces. # 🖥️ Command Line Interface (CLI)