Skip to content

Commit

Permalink
Fix relative links after removing /docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pilgrimtabby committed May 30, 2024
1 parent 672a5e6 commit 2883b43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions 03-customize-splits.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Custom split settings don't need to be listed in any particular order.

## Threshold

Override the [default threshold]({{ site.baseurl }}{% link docs/04-settings.markdown %}#default-threshold) for this split.
Override the [default threshold]({{ site.baseurl }}{% link 04-settings.markdown %}#default-threshold) for this split.

The value is inserted between parentheses: `(value)`.

Expand All @@ -33,7 +33,7 @@ The value is inserted between parentheses: `(value)`.

## Delay

Override the [default delay]({{ site.baseurl }}{% link docs/04-settings.markdown %}#default-delay) for this split.
Override the [default delay]({{ site.baseurl }}{% link 04-settings.markdown %}#default-delay) for this split.

The value is inserted between pound signs: `#value#`.

Expand All @@ -42,7 +42,7 @@ The value is inserted between pound signs: `#value#`.

## Pause

Override the [default pause]({{ site.baseurl }}{% link docs/04-settings.markdown %}#default-pause) for this split.
Override the [default pause]({{ site.baseurl }}{% link 04-settings.markdown %}#default-pause) for this split.

The value is inserted between brackets: `[value]`.

Expand Down Expand Up @@ -71,7 +71,7 @@ Special split types can be used together, but the dummy type `{d}` will always o

## Pause type

Force Pilgrim Autosplitter to press the [pause hotkey]({{ site.baseurl }}{% link docs/04-settings.markdown %}#pause-timer) instead of the [split hotkey]({{ site.baseurl }}{% link docs/04-settings.markdown %}#start--split) when splitting.
Force Pilgrim Autosplitter to press the [pause hotkey]({{ site.baseurl }}{% link 04-settings.markdown %}#pause-timer) instead of the [split hotkey]({{ site.baseurl }}{% link 04-settings.markdown %}#start--split) when splitting.

Insert a `p` between curly braces: `{p}`.

Expand All @@ -80,7 +80,7 @@ Insert a `p` between curly braces: `{p}`.

## Dummy type

Force Pilgrim Autosplitter NOT to press a [hotkey]({{ site.baseurl }}{% link docs/04-settings.markdown %}#hotkeys) when splitting.
Force Pilgrim Autosplitter NOT to press a [hotkey]({{ site.baseurl }}{% link 04-settings.markdown %}#hotkeys) when splitting.

Useful if you rely on a certain image to know a split is coming, but you don't want to split ON that image.

Expand Down
8 changes: 4 additions & 4 deletions 04-settings.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The current video feed and the current split image must match this much for Pilg

If splits are happening too often, try increasing this value.

This value [can be adjusted]({{ site.baseurl }}{% link docs/03-customize-splits.markdown %}#threshold) for individual splits.
This value [can be adjusted]({{ site.baseurl }}{% link 03-customize-splits.markdown %}#threshold) for individual splits.

Minimum: `0%`
Default: `90%`
Expand All @@ -49,15 +49,15 @@ Maximum: `2`

Pilgrim Autosplitter will wait this many seconds to split after finding a match.

This value [can be adjusted]({{ site.baseurl }}{% link docs/03-customize-splits.markdown %}#delay) for individual splits.
This value [can be adjusted]({{ site.baseurl }}{% link 03-customize-splits.markdown %}#delay) for individual splits.

Minimum: `0 seconds`

## Default pause

Pilgrim Autosplitter will wait this many seconds AFTER splitting before starting to look for the next match. This is a great option to save computing power!

This value [can be adjusted]({{ site.baseurl }}{% link docs/03-customize-splits.markdown %}#pause) for individual splits.
This value [can be adjusted]({{ site.baseurl }}{% link 03-customize-splits.markdown %}#pause) for individual splits.

Minimum: `1 second`

Expand Down Expand Up @@ -114,7 +114,7 @@ Go back to the first split. Also refreshes your split images, so pressing `reset

## Pause timer

Pilgrim Autosplitter presses this key when it matches a [pause type]({{ site.baseurl }}{% link docs/03-customize-splits.markdown %}#pause-type) split.
Pilgrim Autosplitter presses this key when it matches a [pause type]({{ site.baseurl }}{% link 03-customize-splits.markdown %}#pause-type) split.

## Undo split

Expand Down

0 comments on commit 2883b43

Please sign in to comment.