diff --git a/.gitmodules b/.gitmodules
index 3acac0804bb6cf5fe6a4cb84dc569b42c23d649d..bfcb8359e2d506c57c27328d6d0ba130fe9ccf91 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,3 @@
 [submodule "config"]
 	path = config
 	url = https://gitlab.com/bindrpg/config.git
-[submodule "cs"]
-	path = cs
-	url = https://gitlab.com/bindrpg/cs.git
diff --git a/cs b/cs
deleted file mode 160000
index 072650595ecc7ddde0cb10eb0692d1187039c372..0000000000000000000000000000000000000000
--- a/cs
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 072650595ecc7ddde0cb10eb0692d1187039c372
diff --git a/main.tex b/main.tex
index 30c92e4d8023124670169034210f5aee26428c78..4a162605b8a788b23aa3131dd3b506246c2579f4 100644
--- a/main.tex
+++ b/main.tex
@@ -65,10 +65,10 @@ Keywords={TTRPG,RPG,roleplaying}
 
 \input{appendix.tex}
 
-\include{cs/reset_cs.tex}
+\include{config/reset_cs.tex}
 
-\include{cs/GS.tex}
+\include{config/GS.tex}
 
-\include{cs/CS.tex}
+\include{config/CS.tex}
 
 \end{document}
diff --git a/resources.tex b/resources.tex
index dbc7f18467c6695eb6b402aaa7df7661a1d09720..2b8835aed2e2aa4b96db4dad5259b76c33386a0a 100644
--- a/resources.tex
+++ b/resources.tex
@@ -11,18 +11,18 @@
 
 \pagestyle{empty}
 
-\input{cs/commands.tex}
-\input{cs/reset_cs.tex}
+\input{config/commands.tex}
+\input{config/reset_cs.tex}
 
 \input{overview.tex}
 
 \shipout\null
 
 \Repeat{9}{
-  \input{cs/CS.tex}
-  \input{cs/backpage.tex}
+  \input{config/CS.tex}
+  \input{config/backpage.tex}
 }
 
-\input{cs/GS.tex}
+\input{config/GS.tex}
 
 \end{document}