diff --git a/mkdocs.yml b/mkdocs.yml
index 82c0d0d225948808bbcaa03afcd6160ab887f3ad..4b80915375e259c0d84b5cb2e0d85ff4ec5ce986 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -15,19 +15,16 @@ copyright: Copyright (c) 2017 IT4Innovations__VERSION__
 
 pages:
   - Home: index.md
-#  - History of Downtimes: downtimes_history.md
   - General:
     - Applying for Resources: general/applying-for-resources.md
     - Obtaining Login Credentials: general/obtaining-login-credentials/obtaining-login-credentials.md
     - Certificates FAQ: general/obtaining-login-credentials/certificates-faq.md
     - Accessing the Clusters:
-      #- Introduction: general/accessing-the-clusters/introduction.md
       - OpenSSH Keys (UN*X): general/accessing-the-clusters/shell-access-and-data-transfer/ssh-keys.md
       - PuTTY (Windows): general/accessing-the-clusters/shell-access-and-data-transfer/putty.md
       - X Window System: general/accessing-the-clusters/graphical-user-interface/x-window-system.md
       - VNC: general/accessing-the-clusters/graphical-user-interface/vnc.md
       - VPN Access: general/accessing-the-clusters/vpn-access.md
-#    - VPN-Connection-Fail-in-Win-8.1: general/accessing-the-clusters/shell-access-and-data-transfer/vpn-connection-fail-in-win-8.1.md
   - Salomon Cluster:
     - Introduction: salomon/introduction.md
     - Hardware Overview: salomon/hardware-overview.md
@@ -196,13 +193,9 @@ pages:
       - Operating System: anselm/software/operating-system.md
       - ParaView: anselm/software/paraview.md
       - Virtualization: anselm/software/virtualization.md
-#  - Modules Matrix: modules-matrix.md
   - PBS Pro Documentation: pbspro.md
-#  - Testing:
-#    - Colors: colors.md
 
 extra:
-  #logo: img/logo2.png
   repo_icon: gitlab
   palette:
     primary: 'grey'
diff --git a/scripts/get_cvs.sh b/scripts/get_cvs.sh
index 2726c1a49dfdbcaa71c748a07894c8f1a9b676d3..92e50152df10eb9aed365e204237312fbf58b412 100755
--- a/scripts/get_cvs.sh
+++ b/scripts/get_cvs.sh
@@ -1,4 +1,4 @@
 #!/bin/bash
-curl -s https://code.it4i.cz/hrb33/modules-anselm/raw/master/anselm.csv -o modules-anselm.csv
-curl -s https://code.it4i.cz/hrb33/modules-salomon/raw/master/salomon.csv -o modules-salomon.csv
-curl -s https://code.it4i.cz/hrb33/modules-salomon/raw/master/salomon-uv.csv -o modules-salomon-uv.csv
+curl -s https://code.it4i.cz/sccs/it4i-modules/raw/master/anselm.csv -o modules-anselm.csv
+curl -s https://code.it4i.cz/sccs/it4i-modules/raw/master/salomon.csv -o modules-salomon.csv
+curl -s https://code.it4i.cz/sccs/it4i-modules/raw/master/uv2000.csv -o modules-salomon-uv.csv
diff --git a/scripts/get_modules.sh b/scripts/get_modules.sh
index b356329cdd2d1cd45497e965c8646456e1f249bf..8e9a985479b871249ac26d8a81be70ed0a13a9b9 100755
--- a/scripts/get_modules.sh
+++ b/scripts/get_modules.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
-curl -s https://code.it4i.cz/hrb33/modules-anselm/raw/master/anselm.md -o docs.it4i/modules-anselm.md
-curl -s https://code.it4i.cz/hrb33/modules-salomon/raw/master/salomon.md -o docs.it4i/modules-salomon.md
-curl -s https://code.it4i.cz/hrb33/modules-salomon/raw/master/salomon-uv.md -o docs.it4i/modules-salomon-uv.md
-curl -s https://code.it4i.cz/hrb33/modules-anselm/raw/master/anselm.csv -o scripts/modules-anselm.csv
-curl -s https://code.it4i.cz/hrb33/modules-salomon/raw/master/salomon.csv -o scripts/modules-salomon.csv
-curl -s https://code.it4i.cz/hrb33/modules-salomon/raw/master/salomon-uv.csv -o scripts/modules-salomon-uv.csv
+curl -s https://code.it4i.cz/sccs/it4i-modules/raw/master/anselm.md -o docs.it4i/modules-anselm.md
+curl -s https://code.it4i.cz/sccs/it4i-modules/raw/master/salomon.md -o docs.it4i/modules-salomon.md
+curl -s https://code.it4i.cz/sccs/it4i-modules/raw/master/uv2000.md -o docs.it4i/modules-salomon-uv.md
+curl -s https://code.it4i.cz/sccs/it4i-modules/raw/master/anselm.csv -o scripts/modules-anselm.csv
+curl -s https://code.it4i.cz/sccs/it4i-modules/raw/master/salomon.csv -o scripts/modules-salomon.csv
+curl -s https://code.it4i.cz/sccs/it4i-modules/raw/master/uv2000.csv -o scripts/modules-salomon-uv.csv