diff --git a/README.md b/README.md index 370abef..6ea7c9a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Website -The source code for https://henryhiles.com +The source code for https://federated.nexus diff --git a/public/.well-known/matrix/client b/public/.well-known/matrix/client index 2a5154e..a4c7e60 100644 --- a/public/.well-known/matrix/client +++ b/public/.well-known/matrix/client @@ -1,8 +1,8 @@ { "m.homeserver": { - "base_url": "https://matrix.henryhiles.com", + "base_url": "https://matrix.federated.nexus", "org.matrix.msc3575.proxy": { - "url": "https://matrix.henryhiles.com" + "url": "https://matrix.federated.nexus" } } } diff --git a/public/.well-known/matrix/server b/public/.well-known/matrix/server index 3e6ac2a..cce79bc 100644 --- a/public/.well-known/matrix/server +++ b/public/.well-known/matrix/server @@ -1,3 +1,3 @@ { - "m.server": "matrix.henryhiles.com:443" + "m.server": "matrix.federated.nexus:443" } diff --git a/public/.well-known/matrix/support b/public/.well-known/matrix/support index 7f0d927..5e742c1 100644 --- a/public/.well-known/matrix/support +++ b/public/.well-known/matrix/support @@ -1,7 +1,7 @@ { "contacts": [ { - "matrix_id": "@quadradical:henryhiles.com", + "matrix_id": "@quadradical:federated.nexus", "email_address": "henry@henryhiles.com", "role": "m.role.admin" }