diff --git a/docs/root/start/sandboxes/setup.rst b/docs/root/start/sandboxes/setup.rst index 19de3de6b0663..a6e805df05da9 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: