Fix links

This commit is contained in:
whimsical-c4lic0 2025-06-18 01:50:41 -05:00
parent 1572c1eee8
commit 37fae9185a
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# All Configuration Options # All Configuration Options
This page contains detailed information for each configuration option supported by OF-DL. For information about the structure of the `config.conf` file or a simple list of these configuration options, go to the [configuration page](/docs/config/configuration). This page contains detailed information for each configuration option supported by OF-DL. For information about the structure of the `config.conf` file or a simple list of these configuration options, go to the [configuration page](/config/configuration).
## BypassContentForCreatorsWhoNoLongerExist ## BypassContentForCreatorsWhoNoLongerExist
@ -26,7 +26,7 @@ Description: This configuration options allows you to set file name formats for
This is useful if you want to have different file name formats for different creators. The values set here will override the global values set in the config file This is useful if you want to have different file name formats for different creators. The values set here will override the global values set in the config file
(see [PaidPostFileNameFormat](#paidpostfilenameformat), [PostFileNameFormat](#postfilenameformat), (see [PaidPostFileNameFormat](#paidpostfilenameformat), [PostFileNameFormat](#postfilenameformat),
[PaidMessageFileNAmeFormat](#paidmessagefilenameformat), and [MessageFileNameFormat](#messagefilenameformat)). [PaidMessageFileNAmeFormat](#paidmessagefilenameformat), and [MessageFileNameFormat](#messagefilenameformat)).
For more information on the file name formats, see the [custom filename formats](/docs/config/custom-filename-formats) page. For more information on the file name formats, see the [custom filename formats](/config/custom-filename-formats) page.
Example: Example:
``` ```
@ -392,7 +392,7 @@ Default: `""`
Allowed values: Any valid string Allowed values: Any valid string
Description: Please refer to [custom filename formats](/docs/config/custom-filename-formats#messagefilenameformat) page to see what fields you can use. Description: Please refer to [custom filename formats](/config/custom-filename-formats#messagefilenameformat) page to see what fields you can use.
## NonInteractiveMode ## NonInteractiveMode
@ -412,7 +412,7 @@ If set to `false`, the default behaviour will apply, and you will be able to cho
Before you can run OF-DL in NonInteractiveMode, you must either Before you can run OF-DL in NonInteractiveMode, you must either
1. Generate an auth.json file by running OF-DL with NonInteractiveMode disabled and authenticating OF-DL using the standard method **OR** 1. Generate an auth.json file by running OF-DL with NonInteractiveMode disabled and authenticating OF-DL using the standard method **OR**
2. Generate an auth.json file by using a [legacy authentication method](/docs/config/auth#legacy-methods) 2. Generate an auth.json file by using a [legacy authentication method](/config/auth#legacy-methods)
## NonInteractiveModeListName ## NonInteractiveModeListName
@ -447,7 +447,7 @@ Default: `""`
Allowed values: Any valid string Allowed values: Any valid string
Description: Please refer to [custom filename formats](/docs/config/custom-filename-formats#paidmessagefilenameformat) page to see what fields you can use. Description: Please refer to [custom filename formats](/config/custom-filename-formats#paidmessagefilenameformat) page to see what fields you can use.
## PaidPostFileNameFormat ## PaidPostFileNameFormat
@ -457,7 +457,7 @@ Default: `""`
Allowed values: Any valid string Allowed values: Any valid string
Description: Please refer to [custom filename formats](/docs/config/custom-filename-formats#paidpostfilenameformat) page to see what fields you can use. Description: Please refer to [custom filename formats](/config/custom-filename-formats#paidpostfilenameformat) page to see what fields you can use.
## PostFileNameFormat ## PostFileNameFormat
@ -467,7 +467,7 @@ Default: `""`
Allowed values: Any valid string Allowed values: Any valid string
Description: Please refer to the [custom filename formats](/docs/config/custom-filename-formats#postfilenameformat) page to see what fields you can use. Description: Please refer to the [custom filename formats](/config/custom-filename-formats#postfilenameformat) page to see what fields you can use.
## RenameExistingFilesWhenCustomFormatIsSelected ## RenameExistingFilesWhenCustomFormatIsSelected

View File

@ -34,7 +34,7 @@ dotnet publish -p:Version=%VERSION% -c Release
cd 'OF DL/bin/Release/net8.0' cd 'OF DL/bin/Release/net8.0'
``` ```
- Download the windows release as described on [here](/docs/installation/windows#installation). - Download the windows release as described on [here](/installation/windows#installation).
- Add the `config.json` and `rules.json` files as well as the `cdm` folder to the `OF DL/bin/Release/net8.0` folder. - Add the `config.json` and `rules.json` files as well as the `cdm` folder to the `OF DL/bin/Release/net8.0` folder.
- Run the application - Run the application