From dc908673de17e0878eec4d44a4287d619ed55d62 Mon Sep 17 00:00:00 2001 From: Shreyas Damle <57351398+shreyas-damle@users.noreply.github.com> Date: Thu, 12 Sep 2024 19:58:31 +0530 Subject: [PATCH] Docs: Update getting-started-quickstart.md (#3780) * Update getting-started-quickstart.md * use-relative-links --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> --- docs/docs/Getting-Started/getting-started-quickstart.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/Getting-Started/getting-started-quickstart.md b/docs/docs/Getting-Started/getting-started-quickstart.md index 73bc74763..54c5ed9ab 100644 --- a/docs/docs/Getting-Started/getting-started-quickstart.md +++ b/docs/docs/Getting-Started/getting-started-quickstart.md @@ -79,6 +79,6 @@ Well done! You've built your first prompt in Langflow. 🎉 By dragging Langflow components to your workspace, you can create all sorts of interesting behaviors. Here are a couple of examples: -- [Memory Chatbot](https://docs.langflow.org/starter-projects/memory-chatbot) -- [Blog Writer](https://docs.langflow.org/starter-projects/blog-writer) -- [Document QA](https://docs.langflow.org/starter-projects/document-qa) +- [Memory Chatbot](/starter-projects-memory-chatbot) +- [Blog Writer](/starter-projects-blog-writer) +- [Document QA](/starter-projects-document-qa)