diff --git a/views/registration.pug b/views/registration.pug
index 9f843960f84ce72a1c82faf292f6607d1c05e4c4..105fe7a7f14d6d2b27e7160d7749c71e2a69abd4 100644
--- a/views/registration.pug
+++ b/views/registration.pug
@@ -86,6 +86,6 @@ html(lang="en")
     // toggle password
     script(src='https://unpkg.com/bootstrap-show-password@1.2.1/dist/bootstrap-show-password.min.js')
     // M4_LAB
-    script(src="/js/generalFunction.js")
-    script(src="/js/registration.js")
-    script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
\ No newline at end of file
+    script(src="/account/js/generalFunction.js")
+    script(src="/account/js/registration.js")
+    script(src="/js/headfoot.js")
\ No newline at end of file