diff --git a/.ci/generateIndex.py b/.ci/generateIndex.py
index fb23df6517455872013af356f820fd5e484c159f..af7705de4da68becdb044958ba895f3b9293cfd1 100644
--- a/.ci/generateIndex.py
+++ b/.ci/generateIndex.py
@@ -28,6 +28,7 @@ def build_section_start(title, shortcut):
     title = title.replace("Handbook additional", "PI/Supervisor specifics")
     title = title.replace("Handbook annexes", "Annexes")
     title = title.replace("Covid 19", "COVID-19")
+    title = title.replace("Ppc", "PPC")
 
     return f'\n\t<div class="index-box noborderbox" id="{shortcut}">\n\t\t<h3>{title}</h3>\n\t\t<ul>\n'