Skip to content

Commit

Permalink
fix link to runtime docs (envoyproxy#8204)
Browse files Browse the repository at this point in the history
Description: Looks like the runtime docs moved under operations/. The PR fixes the link.
Risk Level: low
Testing: existing
Docs Changes: this
Release Notes: n/a

Signed-off-by: Derek Argueta <dereka@pinterest.com>
  • Loading branch information
derekargueta committed Sep 11, 2019
1 parent 079ecef commit 5918b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/protobuf/utility.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5918b78

Please sign in to comment.