From 843fa04f19e625271df8b50af98c60bba0e4300b Mon Sep 17 00:00:00 2001 From: Max Dor Date: Fri, 12 Oct 2018 16:21:29 +0200 Subject: [PATCH] Update links to new repo org --- README.md | 2 +- application.example.yaml | 12 ++++++------ docs/build.md | 2 +- docs/features/identity.md | 2 +- docs/getting-started.md | 4 ++-- docs/install/debian.md | 2 +- docs/threepids/notification/sendgrid-handler.md | 2 +- src/debian/control | 2 +- src/main/resources/application.yaml | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 5f396e0..6cdbc2e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ mxisd - Federated Matrix Identity Server ---------------------------------------- -![Travis-CI build status](https://travis-ci.org/kamax-io/mxisd.svg?branch=master) +![Travis-CI build status](https://travis-ci.org/kamax-matrix/mxisd.svg?branch=master) - [Overview](#overview) - [Features](#features) diff --git a/application.example.yaml b/application.example.yaml index ed9dcfa..dee1a60 100644 --- a/application.example.yaml +++ b/application.example.yaml @@ -1,6 +1,6 @@ # Sample configuration file explaining the minimum required keys to be set to run mxisd # -# For a complete list of options, see https://github.com/kamax-io/mxisd +# For a complete list of options, see https://github.com/kamax-matrix/mxisd ####################### # Matrix config items # @@ -53,7 +53,7 @@ storage.provider.sqlite.database: '/path/to/mxisd.db' # # Root/Central servers to be used as final fallback when performing lookups. # By default, for privacy reasons, matrix.org servers are not enabled anymore. -# See the following issue: https://github.com/kamax-io/mxisd/issues/76 +# See the following issue: https://github.com/kamax-matrix/mxisd/issues/76 # # If you would like to use them and trade away your privacy for convenience, uncomment the following option: # @@ -64,28 +64,28 @@ storage.provider.sqlite.database: '/path/to/mxisd.db' # LDAP Backend # ################ # If you would like to integrate with your AD/Samba/LDAP server, -# see https://github.com/kamax-io/mxisd/blob/master/docs/backends/ldap.md +# see https://github.com/kamax-matrix/mxisd/blob/master/docs/backends/ldap.md ############### # SQL Backend # ############### # If you would like to integrate with a MySQL/MariaDB/PostgreQL/SQLite DB, -# see https://github.com/kamax-io/mxisd/blob/master/docs/backends/sql.md +# see https://github.com/kamax-matrix/mxisd/blob/master/docs/backends/sql.md ################ # REST Backend # ################ # If you would like to integrate with an existing web service/webapp, -# see https://github.com/kamax-io/mxisd/blob/master/docs/backends/rest.md +# see https://github.com/kamax-matrix/mxisd/blob/master/docs/backends/rest.md ################################################# # Notifications for invites/addition to profile # ################################################# # If you would like to change the content, -# see https://github.com/kamax-io/mxisd/blob/master/docs/threepids/notifications/template-generator.md +# see https://github.com/kamax-matrix/mxisd/blob/master/docs/threepids/notifications/template-generator.md # #### E-mail invite sender # diff --git a/docs/build.md b/docs/build.md index faf2e84..bc868e1 100644 --- a/docs/build.md +++ b/docs/build.md @@ -12,7 +12,7 @@ ### Build ```bash -git clone https://github.com/kamax-io/mxisd.git +git clone https://github.com/kamax-matrix/mxisd.git cd mxisd ./gradlew build ``` diff --git a/docs/features/identity.md b/docs/features/identity.md index aeb3a4b..9f7ad13 100644 --- a/docs/features/identity.md +++ b/docs/features/identity.md @@ -11,7 +11,7 @@ forward.servers: - 'matrix-org' ``` **NOTE:** You should carefully consider enabling this option, which is discouraged. -For more info, see the [relevant issue](https://github.com/kamax-io/mxisd/issues/76). +For more info, see the [relevant issue](https://github.com/kamax-matrix/mxisd/issues/76). ## Room Invitations Resolution can be customized using the following configuration: diff --git a/docs/getting-started.md b/docs/getting-started.md index 037d18e..a61a57f 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -20,7 +20,7 @@ not support HTTPS listener at this time. For maximum integration, it is best to have your Homeserver and mxisd reachable via the same hostname. -Be aware of a [NAT/Reverse proxy gotcha](https://github.com/kamax-io/mxisd/wiki/Gotchas#nating) if you use the same +Be aware of a [NAT/Reverse proxy gotcha](https://github.com/kamax-matrix/mxisd/wiki/Gotchas#nating) if you use the same hostname. The following Quick Start guide assumes you will host the Homeserver and mxisd under the same hostname. @@ -34,7 +34,7 @@ Install via: - [Docker image](install/docker.md) - [Sources](build.md) -See the [Latest release](https://github.com/kamax-io/mxisd/releases/latest) for links to each. +See the [Latest release](https://github.com/kamax-matrix/mxisd/releases/latest) for links to each. ## Configure **NOTE**: please view the install instruction for your platform, as this step might be optional or already handled for you. diff --git a/docs/install/debian.md b/docs/install/debian.md index fa0401c..262ae72 100644 --- a/docs/install/debian.md +++ b/docs/install/debian.md @@ -1,6 +1,6 @@ # Debian package ## Install -1. Download the [latest release](https://github.com/kamax-io/mxisd/releases/latest) +1. Download the [latest release](https://github.com/kamax-matrix/mxisd/releases/latest) 2. Run: ```bash dpkg -i /path/to/downloaded/mxisd.deb diff --git a/docs/threepids/notification/sendgrid-handler.md b/docs/threepids/notification/sendgrid-handler.md index de7113c..30460ee 100644 --- a/docs/threepids/notification/sendgrid-handler.md +++ b/docs/threepids/notification/sendgrid-handler.md @@ -1,5 +1,5 @@ # SendGrid Notification handler -To be completed. See [raw possible configuration items](https://github.com/kamax-io/mxisd/blob/master/src/main/resources/application.yaml#L172). +To be completed. See [raw possible configuration items](https://github.com/kamax-matrix/mxisd/blob/master/src/main/resources/application.yaml#L172). Enabled with: ```yaml diff --git a/src/debian/control b/src/debian/control index e3c837c..65131a5 100644 --- a/src/debian/control +++ b/src/debian/control @@ -1,6 +1,6 @@ Package: mxisd Maintainer: Kamax.io -Homepage: https://github.com/kamax-io/mxisd +Homepage: https://github.com/kamax-matrix/mxisd Description: Federated Matrix Identity Server Architecture: all Depends: openjdk-8-jre | openjdk-8-jre-headless | openjdk-8-jdk | openjdk-8-jdk-headless diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 8bee8d6..2715d29 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -1,7 +1,7 @@ # DO NOT USE THIS FILE AS-IS FOR YOUR INITIAL CONFIGURATION # ONLY TAKE THE SPECIFIC SECTION YOU WANT TO CONFIGURE # -# For more information about configuration, visit https://github.com/kamax-io/mxisd/blob/master/docs/configure.md +# For more information about configuration, visit https://github.com/kamax-matrix/mxisd/blob/master/docs/configure.md spring: main: