From 60324a8f59501de627c26479bc6ec933d2e4fc9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 24 Jan 2024 21:23:51 +0100 Subject: [PATCH] Update upstream url --- README.md | 4 ++-- README_fr.md | 6 +++--- doc/DISCLAIMER.md | 2 +- doc/POST_INSTALL.md | 2 +- manifest.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f774950..8d785cb 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ _matrix._tcp.example.com. 3600 IN SRV 10 0 SYNAPSE_PORT synapse.exam ``` You need to replace SYNAPSE_PORT by the real port. This port can be obtained by the command: `yunohost app setting SYNAPSE_INSTANCE_NAME port_synapse_tls` -For more details, see : https://github.com/matrix-org/synapse/blob/master/docs/federate.md +For more details, see : https://github.com/element-hq/synapse/blob/master/docs/federate.md If it is not automatically done, you need to open this in your ISP box. @@ -204,7 +204,7 @@ Before installing a second instance of the app it's really recommended to update * Official app website: * Official admin documentation: -* Upstream app code repository: +* Upstream app code repository: * YunoHost Store: * Report a bug: diff --git a/README_fr.md b/README_fr.md index c0ec8ea..2526b4a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -54,7 +54,7 @@ _matrix._tcp.example.com. 3600 IN SRV 10 0 SYNAPSE_PORT synapse.exam ``` You need to replace SYNAPSE_PORT by the real port. This port can be obtained by the command: `yunohost app setting SYNAPSE_INSTANCE_NAME port_synapse_tls` -For more details, see : https://github.com/matrix-org/synapse/blob/master/docs/federate.md +For more details, see : https://github.com/element-hq/synapse/blob/master/docs/federate.md If it is not automatically done, you need to open this in your ISP box. @@ -204,7 +204,7 @@ Before installing a second instance of the app it's really recommended to update * Site officiel de l’app : * Documentation officielle de l’admin : -* Dépôt de code officiel de l’app : +* Dépôt de code officiel de l’app : * YunoHost Store: * Signaler un bug : @@ -220,4 +220,4 @@ ou sudo yunohost app upgrade synapse -u https://github.com/YunoHost-Apps/synapse_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 6b4d8d8..2854220 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -28,7 +28,7 @@ _matrix._tcp.example.com. 3600 IN SRV 10 0 SYNAPSE_PORT synapse.exam ``` You need to replace SYNAPSE_PORT by the real port. This port can be obtained by the command: `yunohost app setting SYNAPSE_INSTANCE_NAME port_synapse_tls` -For more details, see : https://github.com/matrix-org/synapse/blob/master/docs/federate.md +For more details, see : https://github.com/element-hq/synapse/blob/master/docs/federate.md If it is not automatically done, you need to open this in your ISP box. diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index 67749a8..cc05dbd 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -4,7 +4,7 @@ If not, you may need to put the following line in the dns configuration: _matrix._tcp.$domain. 3600 IN SRV 10 0 $port_synapse_tls $domain. -For more details, see : https://github.com/matrix-org/synapse#setting-up-federation +For more details, see : https://github.com/element-hq/synapse#setting-up-federation You also need to open the TCP port $port_synapse_tls on your ISP box if it's not automatically done. diff --git a/manifest.toml b/manifest.toml index d127c34..a839bc1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -12,7 +12,7 @@ maintainers = ["Josué Tille"] [upstream] license = "Apache-2.0" website = "https://matrix.org/" -code = "https://github.com/matrix-org/synapse" +code = "https://github.com/element-hq/synapse" admindoc = "https://matrix-org.github.io/synapse/latest/welcome_and_overview.html" cpe = "cpe:2.3:a:matrix:synapse" fund = "https://matrix.org/support/#"