From 62237e289df8160d22971fe0785fd85dfbec690f Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Tue, 3 Sep 2024 12:09:42 +0100 Subject: [PATCH] change git repo link for where examples are - see https://github.com/envoyproxy/envoy/issues/32737#issuecomment-2326210957 --- docs/root/start/sandboxes/setup.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/root/start/sandboxes/setup.rst b/docs/root/start/sandboxes/setup.rst index 24b13c957ae5e..0d4974844255d 100644 --- a/docs/root/start/sandboxes/setup.rst +++ b/docs/root/start/sandboxes/setup.rst @@ -73,18 +73,18 @@ You can `find instructions for installing Git on various operating systems here Clone the Envoy repository -------------------------- -If you have not cloned the `Envoy repository `_ already, +If you have not cloned the `Envoy examples repository `_ already, clone it with: .. tabs:: .. code-tab:: console SSH - git clone git@github.com:envoyproxy/envoy + git clone git@github.com:envoyproxy/examples .. code-tab:: console HTTPS - git clone https://github.com/envoyproxy/envoy.git + git clone https://github.com/envoyproxy/examples.git .. _start_sandboxes_setup_additional: