From e69ca5a1809ae9de45eb08a8e7c2c7b624be4c06 Mon Sep 17 00:00:00 2001 From: Derek Argueta Date: Tue, 10 Sep 2019 17:46:17 -0700 Subject: [PATCH] fix link to runtime docs Signed-off-by: Derek Argueta --- source/common/protobuf/utility.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common/protobuf/utility.cc b/source/common/protobuf/utility.cc index b52a716f321f..f2c94278313f 100644 --- a/source/common/protobuf/utility.cc +++ b/source/common/protobuf/utility.cc @@ -220,7 +220,7 @@ void MessageUtil::checkForUnexpectedFields(const Protobuf::Message& message, } else { const char fatal_error[] = " If continued use of this field is absolutely necessary, see " - "https://www.envoyproxy.io/docs/envoy/latest/configuration/runtime" + "https://www.envoyproxy.io/docs/envoy/latest/configuration/operations/runtime" "#using-runtime-overrides-for-deprecated-features for how to apply a temporary and " "highly discouraged override."; throw ProtoValidationException(err + fatal_error, message);