Skip to content

Commit

Permalink
doc: Use full doc URL in headers
Browse files Browse the repository at this point in the history
Signed-off-by: Kristopher Wuollett <kristopher.wuollett@gmail.com>
  • Loading branch information
kriswuollett committed Dec 3, 2021
1 parent 42fa4df commit a93cd7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/common/formatter/substitution_formatter.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SubstitutionFormatParser {
* Parse a header format rule of the form: %REQ(X?Y):Z% .
* Will populate a main_header and an optional alternative header if specified.
* See doc:
* docs/root/configuration/observability/access_log/access_log.rst#format-rules
* https://envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/access_log#format-rules
*/
static void parseCommandHeader(const std::string& token, const size_t start,
std::string& main_header, std::string& alternative_header,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ namespace Extensions {
namespace HttpFilters {
namespace GrpcHttp1Bridge {
/**
* See docs/configuration/http/http_filters/grpc_http1_bridge_filter.rst
* See
* https://envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/grpc_http1_bridge_filter
*/
class Http1BridgeFilter : public Http::StreamFilter {
public:
Expand Down
2 changes: 1 addition & 1 deletion source/extensions/filters/http/grpc_web/grpc_web_filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace HttpFilters {
namespace GrpcWeb {

/**
* See docs/configuration/http/http_filters/grpc_web_filter.rst
* See https://envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/grpc_web_filter
*/
class GrpcWebFilter : public Http::StreamFilter, NonCopyable {
public:
Expand Down

0 comments on commit a93cd7e

Please sign in to comment.