Skip to content

Commit

Permalink
fix broken anchors in various pages halting build
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkarry committed Feb 7, 2025
1 parent 742a384 commit 3de0ecc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
11 changes: 6 additions & 5 deletions docs/basics/faq-troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ to go clean up (verify the torrent files listed) are in your client, and remove
those that aren't.

You can find a list of example paths for reference in the options page under
[`torrentDir`](./options.md#torrendir)
[`torrentDir`](./options.md#torrentdir)

:::warning qBittorrent

Expand All @@ -98,6 +98,7 @@ This will, for the duration of the search being ran, disable the options complet
searching for absolutely everything available.

:::

### Why are some torrents not suitable for searching?

Seeing a difference in total torrent count and suitable torrents (as well as
Expand Down Expand Up @@ -268,8 +269,8 @@ the `/logs/verbose.*.log` files for the file causing this.
:::caution

If you do not link files within your `dataDirs` or have them outside of the
[`maxDataDepth`](../tutorials/data-based-matching.md#setup) visibility, this is
preventable.
[`maxDataDepth`](../tutorials/data-based-matching.md#setting-up-data-based-matching)
visibility, this is preventable.

:::

Expand Down Expand Up @@ -409,7 +410,7 @@ you about your usage of cross-seed, consider reverting to the default settings
of [`excludeOlder`](options.md#excludeolder),
[`excludeRecentSearch`](options.md#excluderecentsearch),
[`searchCadence`](options.md#searchcadence), and
[`searchLimit`](options.md#searchLimit).
[`searchLimit`](./options.md#searchlimit).

:::caution

Expand All @@ -436,7 +437,7 @@ with [seasonFromEpisodes](./options.md#seasonfromepisodes), you can use the
[inject](../reference/utils.md#cross-seed-inject) feature.

If you have not recently deleted files in your
[outputDir](./options.md#outputDir), then these torrents will still have their
[outputDir](./options.md#outputdir), then these torrents will still have their
.torrent file present. If so, simply pick one torrent to complete the download
on and that's it! `cross-seed` uses all possibles matches to source files with
the inject job or when using `cross-seed inject`. It will automatically detect
Expand Down
5 changes: 2 additions & 3 deletions docs/basics/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,8 @@ The configuration file uses JavaScript syntax, which means:
| [`linkType`](#linktype) | |
| [`matchMode`](#matchmode) | |
| [`skipRecheck`](#skiprecheck) | |
| [`includeEpisodes`](#includeepisodes) | |
| [`includeSingleEpisodes`](#includesingleepisodes) | |
| [`includeNonVideos`](#includeNonvideos) | |
| [`includeNonVideos`](#includenonvideos) | |
| [`seasonFromEpisodes`](#seasonfromepisodes) | |
| [`autoResumeMaxDownload`](#autoresumemaxdownload) | |
| [`fuzzySizeThreshold`](#fuzzysizethreshold) | |
Expand Down Expand Up @@ -261,7 +260,7 @@ torznab: ["http://jackett:9117/api/v2.0/indexers/oink/results/torznab/api?apikey
:::info NOTICE

Read about the functionality in the
[v6 Migration Guide](../v6-migration.md#sonarr-and-radarr-id-lookup-searching)
[v6 Migration Guide](../v6-migration.md#searching-by-media-ids)

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/v6-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Previously, our recommendation if you wanted to strictly search only
[`torrentDir`](./basics/options.md#torrentdir) at an empty folder. This is no
longer necessary. You can now set [`torrentDir`](./basics/options.md#torrentdir)
to `null` to achieve a data-only search, with the caveat that data-only
configurations are likely [no longer necessary](#linking-updates).
configurations are likely [no longer necessary](#linking-for-torrent-based-matches).

### Anime Support

Expand Down

0 comments on commit 3de0ecc

Please sign in to comment.