From 523862d9fee730a2316d5e281bf36570a8edb0bf Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Tue, 3 Sep 2024 13:03:15 +0100 Subject: [PATCH] change git repo link for where examples are (#35949) see also #32737 and https://github.com/envoyproxy/envoy/issues/32737#issuecomment-2326210957, Commit Message: update git repo url in docs to refer to the new examples repo Additional Description: might fix docs Risk Level: none Testing: none Docs Changes: changes docs/root/start/sandboxes/setup.rst to refer to the right github repo (examples) --------- Signed-off-by: David Goodwin Signed-off-by: Ryan Northey --- docs/root/start/sandboxes/setup.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/root/start/sandboxes/setup.rst b/docs/root/start/sandboxes/setup.rst index 24b13c957ae5..cbb4245ff32c 100644 --- a/docs/root/start/sandboxes/setup.rst +++ b/docs/root/start/sandboxes/setup.rst @@ -70,21 +70,21 @@ You can `find instructions for installing Git on various operating systems here .. _start_sandboxes_setup_envoy: -Clone the Envoy repository --------------------------- +Clone the Envoy examples 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: