fix(filters): point to the correct docs page anchor for skipping seasons packs (#1424)

This commit is contained in:
Goran Džaferi 2024-02-24 06:06:03 -07:00 committed by GitHub
parent 6bf8cdf5ea
commit 2e70ecbd9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ const SeasonsAndEpisodes = () => (
tooltip={
<div>
<p>See docs for information about how to <b>only</b> grab episodes:</p>
<DocsLink href="https://autobrr.com/filters/examples/#skip-season-packs" />
<DocsLink href="https://autobrr.com/filters/examples#only-episodes-skip-season-packs" />
</div>
}
/>