From 708c2c1676a35167fc83e01a8e3bd8077630b3d8 Mon Sep 17 00:00:00 2001
From: Daniel Caires <daniel.caires@encora.com>
Date: Wed, 12 Jul 2023 11:23:22 -0300
Subject: [PATCH] Update README

Update the link in the README file to point
to the new repository

Change-Id: Ibcddf12385e5d45bcb26cadfe8d993b90fbc0370
Signed-off-by: Daniel Caires <daniel.caires@encora.com>
---
 virtualbox/pybox/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtualbox/pybox/README.md b/virtualbox/pybox/README.md
index 9020cdb..b7e08c8 100644
--- a/virtualbox/pybox/README.md
+++ b/virtualbox/pybox/README.md
@@ -134,7 +134,7 @@ will be configured and used.
 3. Checkout the repository, and set up Python's Virtual Environment with:
 
     ```shell
-    git clone https://opendev.org/starlingx/tools.git
+    git clone https://opendev.org/starlingx/virtual-deployment.git
     cd virtual-deployment/virtualbox/pybox
     python3 -m venv venv
     source ./venv/bin/activate