diff --git a/plugins/alt-fetch/README.md b/plugins/alt-fetch/README.md index a482d58..0027304 100644 --- a/plugins/alt-fetch/README.md +++ b/plugins/alt-fetch/README.md @@ -5,7 +5,7 @@ This transport plugin uses standard [`fetch()`](https://developer.mozilla.org/en-US/docs/Web/API/fetch) to retrieve remote content from alternative endpoints — that is, HTTPS endpoints that are not in the original domain. This enables retrieving content even if the website on the original domain is down for whatever reason. The list of alternative endpoints is configured via LibResilient config file, `config.json`. -Compare: [`dnslink-fetch`](../alt-fetch/). +Compare: [`dnslink-fetch`](../dnslink-fetch/). As per LibResilient architecture, this plugin adds `X-LibResilient-Method` and `X-LibResilient-ETag` headers to the returned response.