From aaef89538d4b4a5470430be4649fcc8c1ef4d9c3 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 19de3de6b066..a6e805df05da 100644 --- a/docs/root/start/sandboxes/setup.rst +++ b/docs/root/start/sandboxes/setup.rst @@ -73,21 +73,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: