From 8aa47ba94ec535fd111ef953b9441c174c80422a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Forward?= Date: Sun, 27 Oct 2024 16:18:01 +0100 Subject: [PATCH] doc: fix broken link in poc.integration.md --- doc/poc.integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/poc.integration.md b/doc/poc.integration.md index a2acc9c..093ea9b 100644 --- a/doc/poc.integration.md +++ b/doc/poc.integration.md @@ -14,7 +14,7 @@ The highly customisable mod uses a unique configuration file named `config.json` This causes third party mods needing to fully integrate the mod in its module folder to rely on an external POC instance. It also does not support the Steam Workshop. -So in order to kill two birds with one stone, we implemented a [Harmony patch](../src/DellarteDellaGuerra/Patches/PocConfigReaderPatch.cs) addressing both issues. +So in order to kill two birds with one stone, we implemented a [Harmony patch](../src/DellarteDellaGuerra.Infrastructure/Poc/Patches/PocConfigReaderOverriderPatch.cs) addressing both issues. It detects whether POC is integrated in DADG or is in an external module and overrides the configuration path to a custom location. For now, the POC configuration is expected to be in DellarteDellaGuerra config folder and named `poc.config.json`.