diff --git a/luacs-docs/cs/DoxygenLayout.xml b/luacs-docs/cs/DoxygenLayout.xml index fd08b2482..ea1d5b777 100644 --- a/luacs-docs/cs/DoxygenLayout.xml +++ b/luacs-docs/cs/DoxygenLayout.xml @@ -3,7 +3,7 @@ - + diff --git a/luacs-docs/cs/manual/inmemorymod.dox b/luacs-docs/cs/manual/inmemorymod.dox index 634e725da..e44a79b6a 100644 --- a/luacs-docs/cs/manual/inmemorymod.dox +++ b/luacs-docs/cs/manual/inmemorymod.dox @@ -1,5 +1,4 @@ # In-memory CSharp Mod ---- One type of CSharp mod that can be created is an in-memory mod. This type of mod is compiled in memory and does not require the distribution of dll files. This type of mod is relatively easy to create and is useful for small mods that do not require a lot of complexity. diff --git a/luacs-docs/cs/manual/intro.md b/luacs-docs/cs/manual/intro.md index 0322ecc36..04f97f685 100644 --- a/luacs-docs/cs/manual/intro.md +++ b/luacs-docs/cs/manual/intro.md @@ -16,7 +16,7 @@ You can also enable by setting the `EnableCSharp` option in the `LuaCsConfig.xml ## Development -- [In-memory CSharp Mod](/md_manual_inmemorymod.html) -- [Assembly CSharp Mod](/md_setting_up_assembly_mod.html) -- [Using Harmony](/md_manual_2md_manual_harmony.html) +- [In-memory CSharp Mod](md_manual_inmemorymod.html) +- [Assembly CSharp Mod](md_manual_assemblymod.html) +- [Using Harmony](md_manual_harmony.html)