From ad6a2c8c1866b368e2bf668223dcf1569b154e8c Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Thu, 10 Oct 2024 07:19:28 -0700 Subject: [PATCH] Update Costura template references Signed-off-by: Emmanuel Ferdman --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index aeb32621..724acd75 100644 --- a/readme.md +++ b/readme.md @@ -93,8 +93,8 @@ static () ``` * Injects the following class into the target assembly. This means if an assembly load fails it will be loaded from the embedded resources. - * [ILTemplate.cs](https://github.com/Fody/Costura/blob/master/Costura.Template/ILTemplate.cs) - * [ILTemplateWithTempAssembly.cs](https://github.com/Fody/Costura/blob/master/Costura.Template/ILTemplateWithTempAssembly.cs) + * [ILTemplate.cs](https://github.com/Fody/Costura/blob/master/src/Costura.Template/ILTemplate.cs) + * [ILTemplateWithTempAssembly.cs](https://github.com/Fody/Costura/blob/master/src/Costura.Template/ILTemplateWithTempAssembly.cs) ## Configuration Options