From 37fae9185a7e78155705c43e3039bdbfd4e69c65 Mon Sep 17 00:00:00 2001 From: whimsical-c4lic0 Date: Wed, 18 Jun 2025 01:50:41 -0500 Subject: [PATCH] Fix links --- docs/config/all-configuration-options.md | 14 +++++++------- docs/installation/linux.md | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/config/all-configuration-options.md b/docs/config/all-configuration-options.md index b4168b2..60583a6 100644 --- a/docs/config/all-configuration-options.md +++ b/docs/config/all-configuration-options.md @@ -1,6 +1,6 @@ # 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 @@ -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 (see [PaidPostFileNameFormat](#paidpostfilenameformat), [PostFileNameFormat](#postfilenameformat), [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: ``` @@ -392,7 +392,7 @@ Default: `""` 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 @@ -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 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 @@ -447,7 +447,7 @@ Default: `""` 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 @@ -457,7 +457,7 @@ Default: `""` 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 @@ -467,7 +467,7 @@ Default: `""` 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 diff --git a/docs/installation/linux.md b/docs/installation/linux.md index e904f52..faab242 100644 --- a/docs/installation/linux.md +++ b/docs/installation/linux.md @@ -34,7 +34,7 @@ dotnet publish -p:Version=%VERSION% -c Release 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. - Run the application