forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change git repo link for where examples are - see envoyproxy#32737 (c…
…omment) Signed-off-by: David Goodwin <[email protected]>
- Loading branch information
1 parent
6b38433
commit 5490a79
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <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: | ||
|
||
|