Project home is now at power-mailinabox.net

This commit is contained in:
David Duque 2022-03-22 18:05:02 +00:00
parent fece9355cf
commit 6bcf1169bd
No known key found for this signature in database
GPG key ID: 913FE0F2477D7D6B
4 changed files with 5 additions and 5 deletions

View file

@ -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
```

View file

@ -90,7 +90,7 @@
<br><br>
<h2 align=center>Oh and by the way: thank you for sticking by!</h2>
<p align=center>This project is maintained <a href="https://github.com/ddavness/power-mailinabox">on GitHub</a>.
<p align=center>This project is maintained <a href="https://power-mailinabox.net">on GitHub</a>.
Feel free to take a peek and maybe leave a star. It is very much appreciated! ❤</p>
<p align=center>Also feel free report any issues you may find, or leave your ideas.</p>
</div>

View file

@ -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))

View file

@ -237,7 +237,7 @@
<hr>
<footer>
<p>This is a <a href="https://github.com/ddavness/power-mailinabox">Power Mail-in-a-Box</a>.</p>
<p>This is a <a href="https://power-mailinabox.net">Power Mail-in-a-Box</a>.</p>
</footer>
</div> <!-- /container -->