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
|
<Trans
|
||||||
components={[
|
components={[
|
||||||
<a
|
<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"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
key="0"
|
key="0"
|
||||||
|
|
|
@ -371,7 +371,7 @@ let Form = (props) => {
|
||||||
</div>
|
</div>
|
||||||
<div className="form__desc mt-0 mb-2">
|
<div className="form__desc mt-0 mb-2">
|
||||||
<Trans components={[
|
<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>,
|
key="0">link</a>,
|
||||||
]}>
|
]}>
|
||||||
tags_desc
|
tags_desc
|
||||||
|
|
Loading…
Reference in New Issue