Skip to content

Commit

Permalink
change git repo link for where examples are (envoyproxy#35949)
Browse files Browse the repository at this point in the history
see also envoyproxy#32737 and
envoyproxy#32737 (comment),

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 <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
DavidGoodwin authored and phlax committed Sep 20, 2024
1 parent 8296e86 commit 8e5ebec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/root/start/sandboxes/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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 8e5ebec

Please sign in to comment.