diff --git a/StellaBellum-Administration-Guide.md b/StellaBellum-Administration-Guide.md
index 43c5230..a1bac8e 100644
--- a/StellaBellum-Administration-Guide.md
+++ b/StellaBellum-Administration-Guide.md
@@ -3,51 +3,38 @@
## Index
* [Getting Started](#getting-started)
- * [Architecture](stella-administration-guide#arch)
- * [Services](stella-administration-guide#services)
+ * [Architecture](#architecture)
+ * [Services](#services)
-* [Installation](stella-administration-guide#pre_install)
- * [GameServer](stella-administration-guide#pre_game)
- * [DatabaseServer](stella-administration-guide#pre_db)
- * [AuthenticationSystem](stella-administration-guide#pre_auth)
- * [Optional]
+* [Installation](#installation)
+ * [GameServer](#gameserver)
+ * [DatabaseServer](#databaseserver)
+ * [AuthenticationSystem](#authenticationsystem)
+ * [Optional](#optional)
-* [Authentication](stella-administration-guide#auth)
- * Enabling Authentication
- * Banning Accounts
- * Suspending Accounts
- * Admintables
+* [Authentication](#authentication)
+ * [Enabling Authentication](#enabling-authentication)
+ * [Banning Accounts](#banning-accounts)
+ * [Suspending Accounts](#suspending-accounts)
+ * [Admintables](#admintables)
-* [MVC-Framework](stella-administration-guide#mvc)
- * Register an Account
- * Change Userrole to Admin or GM
- * Usermanagement
- * Banning Accounts
- * Suspending Accounts
- * Getting Items/Objects related to Characters of Account X
- * Getting Loginformations
- * Automatic Ban System on Exploitwarnings or Overfloods
- * Caches
- * osTicket Ticketing System
-
-
-* [LoginServer](stella-administration-guide#loginserver)
+* [LoginServer](loginserver)
* Configuration Parameters
-* [GameServer](stella-administration-guide#gameserver)
+* [GameServer](#gameserver)
* Configuration Parameters
-* [ConnectionServer](stella-administration-guide#connectionserver)
+* [ConnectionServer](#connectionserver)
* Configuration Parameters
-* [CentralServer](stella-administration-guide#centralserver)
+* [CentralServer](#centralserver)
* Configuration Parameters
-* [PlanetServer](stella-administration-guide#planetserver)
+* [PlanetServer](#planetserver)
* Configuration Parameters
-## Getting Started
+## Getting Started
If you come here, you most likely used a SOE-SWG Source Server in the past, if you have been working with other Linux-Releases you will find yourself
in a familiar environment. There are some differences tough that you encounter with the stellab Version.
* 64bit Linux using 32bit Binarys
@@ -105,7 +92,7 @@ After this we are ready to prepare the DatabaseServer.
-### AuthenticationSystem
+### AuthenticationSystem
### Optional