From 1aecc50d4b82a3893b2a6e0b655ec1c4a1de7b2c Mon Sep 17 00:00:00 2001 From: partev Date: Tue, 4 Sep 2018 05:12:04 -0400 Subject: [PATCH] fix a minor typo (#234) fix a duplicate statement and update the URL --- 02.general/02.how-to-create-your-own-ad-filters/docs.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02.general/02.how-to-create-your-own-ad-filters/docs.en.md b/02.general/02.how-to-create-your-own-ad-filters/docs.en.md index 7ad768b9..7c6d1a52 100644 --- a/02.general/02.how-to-create-your-own-ad-filters/docs.en.md +++ b/02.general/02.how-to-create-your-own-ad-filters/docs.en.md @@ -101,7 +101,7 @@ At the same time, AdGuard allows you to create your own custom filters, using th To describe the syntax of our filtering rules we use [Augmented BNF for Syntax Specifications] (https://tools.ietf.org/html/rfc5234), but we do not always strictly follow this specification. -> AdGuard syntax is originally based on syntax of Adblock Plus rules, but it was extended with new types of rules for better ad filtering. Some parts of this article's content about the rules common to both AdGuard and ABP was taken from this article [this article](http://adblockplus.org/en/filters). +> AdGuard syntax is originally based on syntax of Adblock Plus rules, but it was extended with new types of rules for better ad filtering. Some parts of this article's content about the rules common to both AdGuard and ABP was taken from [this article](https://adblockplus.org/en/filters). ## Comments