Skip to content

Commit

Permalink
update submodule (envoyproxy#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattklein123 authored and htuch committed Sep 15, 2017
1 parent 009689a commit 8fcfd3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "envoy"]
path = envoy
url = https://github.com/lyft/envoy.git
url = https://github.com/envoyproxy/envoy.git
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This project demonstrates the linking of additional filters with the Envoy binary.
A new filter `echo2` is introduced, identical modulo renaming to the existing
[`echo`](https://github.com/lyft/envoy/blob/master/source/common/filter/echo.h)
[`echo`](https://github.com/envoyproxy/envoy/blob/master/source/common/filter/echo.h)
filter. Integration tests demonstrating the filter's end-to-end behavior are
also provided.

Expand All @@ -27,7 +27,7 @@ To run the regular Envoy tests from this project:

## How it works

The [Envoy repository](https://github.com/lyft/envoy/) is provided as a submodule.
The [Envoy repository](https://github.com/envoyproxy/envoy/) is provided as a submodule.
The [`WORKSPACE`](WORKSPACE) file maps the `@envoy` repository to this local path.

The [`BUILD`](BUILD) file introduces a new Envoy static binary target, `envoy`,
Expand Down
2 changes: 1 addition & 1 deletion envoy
Submodule envoy updated 506 files

0 comments on commit 8fcfd3b

Please sign in to comment.