From 34993cd7297e31875a802782a6084aa5cc1959f4 Mon Sep 17 00:00:00 2001
From: Lorenzo Gomez
 <68551873+lorenzo-gomez-windhover@users.noreply.github.com>
Date: Wed, 15 May 2024 13:13:29 -0500
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 30119510..4652ad83 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ A collection of tools to auto-generate everything needed to run a ground system.
 
  To make this quickstart guide work without any issues, [airliner](https://github.com/WindhoverLabs/airliner.git) is built on your system(as per instructions below).
     Once users get through this guide, they should be able to easily use this guide as a template to run `auto-yamcs` on a non-airliner code base.
-    `auto-yamcs` should work with any non-airliner code as long as the caveats stated on [juicer's](https://github.com/WindhoverLabs/auto-yamcs/tree/develop) documentation
+    `auto-yamcs` should work with any non-airliner code as long as the caveats stated on [juicer's](https://github.com/WindhoverLabs/juicer) documentation
     are taken into consideration.
 
 **NOTE**:If you want, you can start a python virtual environment such as [venv](https://docs.python.org/3/library/venv.html).