diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9e0e5a58be446c574f04974ba57015d496729d88..dfcf7b26c02b5eed6aefbbed1029c14dfe32dde1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -101,7 +101,7 @@ build-release-deb:
     description: 'TextGrid Repository API Documentation'
     url: 'https://textgrid.de'
     build_number: $PIPELINE_ID
-    version: '2024-02'
+    version: '2024-10'
     deb_file_name: '${name}_${version}.deb'
   script:
     - gem install fpm
diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html
index cbe311a7b139f0dc68542feb1870da06da006f0d..88c4693923f8a15d238fe4176f65ed46aa88ee3c 100644
--- a/docs/_templates/footer.html
+++ b/docs/_templates/footer.html
@@ -25,13 +25,11 @@
                 <img alt="GKFI Logo" src="https://res.de.dariah.eu/logos/gfki/GKFI-Logo.png" style="height:40px!important;margin-right:20px;filter:grayscale(100%);">
         </a>
         <a href="https://text-plus.org/" target="_blank">
-                <img alt="Textplus Logo" src="https://res.de.dariah.eu/logos/textplus/textplus_logo_RGB.svg" style="height:40px!important;filter:grayscale(100%);">
+                <img alt="Textplus Logo" src="https://res.de.dariah.eu/logos/textplus/textplus_logo_RGB.svg" style="height:40px!important;margin-right:20px;filter:grayscale(100%);">
         </a>
-        <!--
-        <a href="" target="_blank">
+        <a href="https://doi.org/10.34894/L1F7BS" target="_blank">
             <img alt="CoreTrustSeal Logo" src="https://res.de.dariah.eu/logos/coretrustseal/cts-logo-transparent.png" style="height:40px!important;filter:grayscale(100%);">
         </a>
-        -->
 </div>
 
 {% endblock %}