diff --git a/docs/api/structures/web-request-filter.md b/docs/api/structures/web-request-filter.md index ae54cea7bfc0..03ee6f4b2658 100644 --- a/docs/api/structures/web-request-filter.md +++ b/docs/api/structures/web-request-filter.md @@ -1,3 +1,3 @@ # WebRequestFilter Object -* `urls` string[] - Array of URL patterns that will be used to filter out the requests that do not match the URL patterns. +* `urls` string[] - Array of [URL patterns](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Match_patterns) that will be used to filter out the requests that do not match the URL patterns.