From eacfe6f3ffb22811379af1dbf840a954724c97a8 Mon Sep 17 00:00:00 2001 From: Yang Guan Date: Fri, 6 Jan 2017 15:01:05 -0800 Subject: [PATCH] Update src/envoy/prototype/README.md We shouldn't refer file in private repo in this file. --- src/envoy/prototype/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/envoy/prototype/README.md b/src/envoy/prototype/README.md index ad7eba84287..2ddbe98459c 100644 --- a/src/envoy/prototype/README.md +++ b/src/envoy/prototype/README.md @@ -51,4 +51,5 @@ This Proxy will use Envoy and talk to Mixer server. ## How to add attributes or facts Now only some of attributes are passed to mixer. If you want to add more attributes, you can -modify this [file](https://gcp-apis.git.corp.google.com/esp/+/test/envoy-mixer/src/api_manager/mixer/mixer.cc). +modify this +[file](https://github.com/istio/proxy/blob/master/contrib/endpoints/src/api_manager/mixer/mixer.cc).