Point links at git.coffeylabs.org after the move from GitHub #8

Merged
jcoffey-dev merged 1 commits from fix/links-after-move into main 2026-09-22 16:17:17 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ to Stalwart Labs with credit to you, and you'll be told that has happened.
This repository is the mail server. The web front ends have their own:
- [inbuxa-admin](https://github.com/inbuxa/inbuxa-admin)
- [ihasmail-inbuxa](https://github.com/inbuxa/ihasmail-inbuxa)
- [inbuxa-admin](https://git.coffeylabs.org/inbuxa/inbuxa-admin)
- [ihasmail-inbuxa](https://git.coffeylabs.org/inbuxa/ihasmail-inbuxa)
Upstream's own security documents are kept in `.github-upstream/` for
reference. They describe Stalwart Labs' process, not this project's.
+1 -1
View File
@@ -21,6 +21,6 @@ echo >&2
echo "A server started with no configuration comes up in bootstrap mode;" >&2
echo "INBUXA Admin's setup wizard completes first boot over JMAP." >&2
echo >&2
echo "Releases: https://github.com/inbuxa/inbuxa-server/releases" >&2
echo "Releases: https://git.coffeylabs.org/inbuxa/inbuxa-server/releases" >&2
echo "Docs: https://docs.inbuxa.org/install/fresh/" >&2
exit 1