Fixed links

This commit is contained in:
EvilFactory
2024-08-25 14:20:07 -03:00
parent 3788e4641c
commit 5e02b3e082
2 changed files with 6 additions and 6 deletions

View File

@@ -2,9 +2,9 @@
<navindex>
<tab type="mainpage" visible="yes" title=""/>
<tab type="usergroup" title="Development">
<tab type="user" url="md_manual_2inmemorymod.html" title="In-memory CSharp Mod" />
<tab type="user" url="md_manual_2assemblymod.html" title="Assembly CSharp Mod" />
<tab type="user" url="md_manual_2harmony.html" title="Using Harmony" />
<tab type="user" url="md_manual_inmemorymod.html" title="In-memory CSharp Mod" />
<tab type="user" url="md_setting_up_assembly_mod.html" title="Assembly CSharp Mod" />
<tab type="user" url="md_manual_harmony.html" title="Using Harmony" />
</tab>
<tab type="usergroup" title="Generated Documentation">
<tab type="user" url="../baro-server/html/index.html" title="Server Documentation"/>

View File

@@ -16,7 +16,7 @@ You can also enable by setting the `EnableCSharp` option in the `LuaCsConfig.xml
## Development
- [In-memory CSharp Mod](/md_manual_2inmemorymod.html)
- [Assembly CSharp Mod](/md_manual_2assemblymod.html)
- [Using Harmony](/md_manual_2harmony.html)
- [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)