mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(web): actions tooltip links (#1178)
This commit is contained in:
parent
8600d3a2ab
commit
a60595bfba
1 changed files with 3 additions and 3 deletions
|
@ -230,7 +230,7 @@ const TypeForm = ({ action, idx, clients }: TypeFormProps) => {
|
|||
<p>Set a custom save path for this action. Automatic Torrent Management will take care of this if using qBittorrent with categories.</p>
|
||||
<br />
|
||||
<p>The field can use macros to transform/add values from metadata:</p>
|
||||
<DocsLink href="https://autobrr.com/filters/actions#macros" />
|
||||
<DocsLink href="https://autobrr.com/filters/macros" />
|
||||
</div>
|
||||
}
|
||||
/>
|
||||
|
@ -246,7 +246,7 @@ const TypeForm = ({ action, idx, clients }: TypeFormProps) => {
|
|||
tooltip={
|
||||
<div>
|
||||
<p>The field can use macros to transform/add values from metadata:</p>
|
||||
<DocsLink href="https://autobrr.com/filters/actions#macros" />
|
||||
<DocsLink href="https://autobrr.com/filters/macros" />
|
||||
</div>
|
||||
}
|
||||
/>
|
||||
|
@ -258,7 +258,7 @@ const TypeForm = ({ action, idx, clients }: TypeFormProps) => {
|
|||
tooltip={
|
||||
<div>
|
||||
<p>The field can use macros to transform/add values from metadata:</p>
|
||||
<DocsLink href="https://autobrr.com/filters/actions#macros" />
|
||||
<DocsLink href="https://autobrr.com/filters/macros" />
|
||||
</div>
|
||||
}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue