From 395394cda85a0e8fb312af8ab191bcdb8a5d9a5e Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Thu, 18 May 2023 23:36:24 +0000 Subject: [PATCH] [file_system_http_cache] fix broken design doc link (#27498) Signed-off-by: Raven Black Mirrored from https://github.com/envoyproxy/envoy @ 3f9f8f76b575ecf962d21f59d7e29fdec2eab610 --- .../file_system_http_cache/v3/file_system_http_cache.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy/extensions/http/cache/file_system_http_cache/v3/file_system_http_cache.proto b/envoy/extensions/http/cache/file_system_http_cache/v3/file_system_http_cache.proto index 91844d3a..ebedf30f 100644 --- a/envoy/extensions/http/cache/file_system_http_cache/v3/file_system_http_cache.proto +++ b/envoy/extensions/http/cache/file_system_http_cache/v3/file_system_http_cache.proto @@ -26,7 +26,7 @@ option (xds.annotations.v3.file_status).work_in_progress = true; // // By default this cache uses a least-recently-used eviction strategy. // -// For implementation details, see `DESIGN.md `_. +// For implementation details, see `DESIGN.md `_. // [#next-free-field: 11] message FileSystemHttpCacheConfig { // Configuration of a manager for how the file system is used asynchronously.