Pull request 2133: AG-29704-filtering-syntax
Squashed commit of the following: commit 834ed8480e0942d2b2f5522a0d78f59445d4fe88 Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Wed Jan 24 17:40:42 2024 +0300 client: upd filtering syntax links
This commit is contained in:
parent
1fe814c1ad
commit
136c028600
|
@ -36,7 +36,7 @@ const Examples = () => (
|
|||
<Trans
|
||||
components={[
|
||||
<a
|
||||
href="https://github.com/AdguardTeam/AdGuardHome/wiki/Hosts-Blocklists"
|
||||
href="https://link.adtidy.org/forward.html?action=dns_kb_filtering_syntax&from=ui&app=home"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
key="0"
|
||||
|
|
|
@ -371,7 +371,7 @@ let Form = (props) => {
|
|||
</div>
|
||||
<div className="form__desc mt-0 mb-2">
|
||||
<Trans components={[
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://github.com/AdguardTeam/AdGuardHome/wiki/Hosts-Blocklists#ctag"
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://link.adtidy.org/forward.html?action=dns_kb_filtering_syntax_ctag&from=ui&app=home"
|
||||
key="0">link</a>,
|
||||
]}>
|
||||
tags_desc
|
||||
|
|
Loading…
Reference in New Issue