Skip to content

Commit

Permalink
Fix broken echo filter link in README (envoyproxy#58)
Browse files Browse the repository at this point in the history
Signed-off-by: Venil Noronha <[email protected]>
  • Loading branch information
venilnoronha authored and dio committed Sep 13, 2018
1 parent dba2ba4 commit 15eb47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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/envoyproxy/envoy/blob/master/source/common/filter/echo.h)
[`echo`](https://github.com/envoyproxy/envoy/blob/master/source/extensions/filters/network/echo/echo.h)
filter. Integration tests demonstrating the filter's end-to-end behavior are
also provided.

Expand Down

0 comments on commit 15eb47a

Please sign in to comment.