diff --git a/README.md b/README.md
index 6ae4d95..d6d15ad 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,10 @@
+!!! TinyIB has moved to GitLab !!!
+====
+
+Please visit https://gitlab.com/tslocum/tinyib
+
+------------
+
TinyIB - A Lightweight and Efficient [Image Board](https://en.wikipedia.org/wiki/Imageboard) Script
====
diff --git a/inc/html.php b/inc/html.php
index 8d0de2b..55001bf 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -771,6 +771,15 @@ function manageStatus() {
$info = $threads . ' ' . plural('thread', $threads) . ', ' . $bans . ' ' . plural('ban', $bans);
$output = '';
+ if ($isadmin) {
+ $output .= << TinyIB has moved to GitLab. If you installed via git, please run git remote set-url origin https://gitlab.com/tslocum/tinyib.git
to continue receiving updates.