Skip to content

Commit

Permalink
fix more links (envoyproxy#1656)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattklein123 authored Sep 15, 2017
1 parent cc84a33 commit 72b8087
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ maximize the chances of your PR being merged.
* Please consider joining the [envoy-dev](https://groups.google.com/forum/#!forum/envoy-dev)
mailing list.
* If your PR involves any changes to
[envoy-filter-example](https://github.com/lyft/envoy-filter-example) (for example making a new
[envoy-filter-example](https://github.com/envoyproxy/envoy-filter-example) (for example making a new
branch so that CI can pass) it is your responsibility to follow through with merging those
changes back to master once the CI dance is done.

Expand Down
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Below is a list of additional documentation to aid the development process:

- [Guide to contributing to Envoy](https://github.com/envoyproxy/envoy/blob/master/CONTRIBUTING.md)

- [Envoy filter example project (how to consume and extend Envoy as a submodule)](https://github.com/lyft/envoy-filter-example)
- [Envoy filter example project (how to consume and extend Envoy as a submodule)](https://github.com/envoyproxy/envoy-filter-example)
4 changes: 2 additions & 2 deletions ci/build_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ ln -sf /thirdparty_build "${ENVOY_SRCDIR}"/ci/prebuilt
# Setup Envoy consuming project.
if [[ ! -a "${ENVOY_FILTER_EXAMPLE_SRCDIR}" ]]
then
git clone https://github.com/lyft/envoy-filter-example.git "${ENVOY_FILTER_EXAMPLE_SRCDIR}"
git clone https://github.com/envoyproxy/envoy-filter-example.git "${ENVOY_FILTER_EXAMPLE_SRCDIR}"
fi

# This is the hash on https://github.com/lyft/envoy-filter-example.git we pin to.
# This is the hash on https://github.com/envoyproxy/envoy-filter-example.git we pin to.
(cd "${ENVOY_FILTER_EXAMPLE_SRCDIR}" && git fetch origin && git checkout b904b8ce9cabafb485e6b6fae1d0fd9e33ddfcc1)
cp -f "${ENVOY_SRCDIR}"/ci/WORKSPACE.filter.example "${ENVOY_FILTER_EXAMPLE_SRCDIR}"/WORKSPACE

Expand Down
2 changes: 1 addition & 1 deletion docs/extending/extending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ The Envoy architecture makes it fairly easily extensible via both :ref:`network
<arch_overview_network_filters>` and :ref:`HTTP filters <arch_overview_http_filters>`.

An example of how to add a network filter and structure the repository and build dependencies can
be found at `envoy-filter-example <https://github.com/lyft/envoy-filter-example>`_.
be found at `envoy-filter-example <https://github.com/envoyproxy/envoy-filter-example>`_.
2 changes: 1 addition & 1 deletion docs/install/sandboxes/grpc_bridge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To build the Go gRPC service run::
$ script/bootstrap
$ script/build

Note: ``build`` requires that your Envoy codebase (or a working copy thereof) is in ``$GOPATH/src/github.com/lyft/envoy``.
Note: ``build`` requires that your Envoy codebase (or a working copy thereof) is in ``$GOPATH/src/github.com/envoyproxy/envoy``.

Docker compose
~~~~~~~~~~~~~~
Expand Down

0 comments on commit 72b8087

Please sign in to comment.