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 ec93fc7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "envoy_examples",
project_desc = "Envoy proxy examples",
project_url = "https://github.com/envoyproxy/examples",
version = "6aa9c3730c91eddaf0c69cc7cbe5294d3da74310",
sha256 = "9bb97f256bedf68cc6696eb7bd8dbb9d0776c137fb88d028e5aa674cfc8ab467",
version = "f5a3c87a00c8576cbf2798d8f521196dfbcb65c3",
sha256 = "5c583826b13c8fb0b6478bd0c7e9a9cab73b698c8c42d69bec8ee59d6f473062",
strip_prefix = "examples-{version}",
urls = ["https://github.com/envoyproxy/examples/archive/{version}.tar.gz"],
use_category = ["test_only"],
release_date = "2024-08-02",
release_date = "2024-09-20",
cpe = "N/A",
license = "Apache-2.0",
license_url = "https://github.com/envoyproxy/examples/blob/{version}/LICENSE",
Expand Down
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 ec93fc7

Please sign in to comment.