Skip to content

Commit

Permalink
change git repo link for where examples are - see envoyproxy#32737 (c…
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGoodwin committed Sep 3, 2024
1 parent 6b38433 commit 62237e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/root/start/sandboxes/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/envoyproxy/envoy>`_ already,
If you have not cloned the `Envoy examples repository <https://github.com/envoyproxy/examples>`_ already,
clone it with:

.. tabs::

.. code-tab:: console SSH

git clone [email protected]:envoyproxy/envoy
git clone [email protected]: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:

Expand Down

0 comments on commit 62237e2

Please sign in to comment.