diff --git a/public/register/index.html b/public/register/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..0206cd9b93c8dd5ec7ad8f0a5c3b8a8ed293a5f9
--- /dev/null
+++ b/public/register/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML>
+<html lang="en-US">
+    <head>
+        <meta charset="UTF-8">
+        <meta http-equiv="refresh" content="0; url=https://docs.cloud.muni.cz/cloud/register/">
+        <script type="text/javascript">
+            window.location.href = "https://docs.cloud.muni.cz/cloud/register/"
+        </script>
+        <title>Page Redirection</title>
+    </head>
+    <body>
+        <!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
+        Documentation has been <a href='https://docs.cloud.muni.cz/cloud/register/'>moved</a>.
+    </body>
+</html>