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