diff --git a/docs/filter-reference.md b/docs/filter-reference.md index 6c138771..bd654f19 100644 --- a/docs/filter-reference.md +++ b/docs/filter-reference.md @@ -84,6 +84,7 @@ The `call` method must return either `doc` or `html`, depending on the type of f * [`AttributionFilter`](https://github.com/freeCodeCamp/devdocs/blob/master/lib/docs/filters/core/attribution.rb) — appends the license info and link to the original document * [`TitleFilter`](https://github.com/freeCodeCamp/devdocs/blob/master/lib/docs/filters/core/title.rb) — prepends the document with a title (disabled by default) * [`EntriesFilter`](https://github.com/freeCodeCamp/devdocs/blob/master/lib/docs/filters/core/entries.rb) — abstract filter for extracting the page's metadata +* [`ExternalUrlsFilter`](https://github.com/freeCodeCamp/devdocs/blob/master/lib/docs/filters/core/external_urls.rb) — replaces external URLs for relative URLs of existant devdocs documentation. ## Custom filters diff --git a/docs/scraper-reference.md b/docs/scraper-reference.md index fc00876d..e48fbe0f 100644 --- a/docs/scraper-reference.md +++ b/docs/scraper-reference.md @@ -115,6 +115,7 @@ Additionally: * [`TitleFilter`](https://github.com/freeCodeCamp/devdocs/blob/master/lib/docs/filters/core/title.rb) is a core HTML filter, disabled by default, which prepends the document with a title (`