diff --git a/README.md b/README.md index c38e702..1011ee5 100644 --- a/README.md +++ b/README.md @@ -73,5 +73,5 @@ sudo dpkg-reconfigure locales 3. Run the following command, and then follow the instructions that appear on the screen: ``` -curl https://raw.githubusercontent.com/ddavness/power-mailinabox/main/setup/bootstrap.sh | sudo bash +curl https://power-mailinabox.net/setup.sh | sudo bash ``` diff --git a/conf/www_default.html b/conf/www_default.html index d933623..c7a4b3d 100644 --- a/conf/www_default.html +++ b/conf/www_default.html @@ -90,7 +90,7 @@

Oh and by the way: thank you for sticking by!

-

This project is maintained on GitHub. +

This project is maintained on GitHub. Feel free to take a peek and maybe leave a star. It is very much appreciated! ❤

Also feel free report any issues you may find, or leave your ideas.

@@ -103,4 +103,4 @@ - \ No newline at end of file + diff --git a/management/status_checks.py b/management/status_checks.py index caedeef..bfe7c50 100755 --- a/management/status_checks.py +++ b/management/status_checks.py @@ -1449,7 +1449,7 @@ def check_miab_version(env, output): % this_ver) else: output.print_error( - "A new version of Mail-in-a-Box is available. You are running version %s. The latest version is %s. For upgrade instructions, visit https://github.com/ddavness/power-mailinabox. " + "A new version of Mail-in-a-Box is available. You are running version %s. The latest version is %s. For upgrade instructions, visit https://power-mailinabox.net" % (this_ver, latest_ver)) diff --git a/management/templates/index.html b/management/templates/index.html index b060132..57e676e 100644 --- a/management/templates/index.html +++ b/management/templates/index.html @@ -237,7 +237,7 @@