[file_system_http_cache] fix broken design doc link (#27498)

Signed-off-by: Raven Black <ravenblack@dropbox.com>

Mirrored from https://github.com/envoyproxy/envoy @ 3f9f8f76b575ecf962d21f59d7e29fdec2eab610
pull/626/head
data-plane-api(Azure Pipelines) 2 years ago
parent 0c82544905
commit 395394cda8
  1. 2
      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 <https://github.com/envoyproxy/envoy/blob/main/test/extensions/http/cache/file_system_http_cache/DESIGN.md>`_.
// For implementation details, see `DESIGN.md <https://github.com/envoyproxy/envoy/blob/main/source/extensions/http/cache/file_system_http_cache/DESIGN.md>`_.
// [#next-free-field: 11]
message FileSystemHttpCacheConfig {
// Configuration of a manager for how the file system is used asynchronously.

Loading…
Cancel
Save