forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 5
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 (envoyproxy#35949)
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
1 parent
8296e86
commit ec93fc7
Showing
2 changed files
with
8 additions
and
8 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
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 |
---|---|---|
|
@@ -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: | ||
|
||
|