diff --git a/SECURITY.md b/SECURITY.md index 9ce05db..e16fb21 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -32,6 +32,6 @@ session. You'll get an acknowledgement within a few days. A report that turns out to affect the mail server rather than this interface will be moved to -[inbuxa-server](https://github.com/inbuxa/inbuxa-server), and one that affects +[inbuxa-server](https://git.coffeylabs.org/inbuxa/inbuxa-server), and one that affects upstream Stalwart's web interface will be passed to Stalwart Labs with credit to you. diff --git a/src/lib/sourceDownload.ts b/src/lib/sourceDownload.ts index 7a3a33e..100450d 100644 --- a/src/lib/sourceDownload.ts +++ b/src/lib/sourceDownload.ts @@ -11,4 +11,4 @@ * this fork. The version shown beside the link names the build, which is what * makes the offer something a person can act on. */ -export const SOURCE_URL = 'https://github.com/inbuxa/inbuxa-admin'; +export const SOURCE_URL = 'https://git.coffeylabs.org/inbuxa/inbuxa-admin';