From 84e5342440e514afbe16f3832970c1981db6f977 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Sat, 12 Oct 2024 19:10:30 +0000 Subject: [PATCH] chore(well-known): update .well-known/matrix to point into new endpoints Signed-off-by: Andrei Jiroh Halili --- markdown/.well-known/matrix/client | 2 +- markdown/.well-known/matrix/server | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown/.well-known/matrix/client b/markdown/.well-known/matrix/client index aec7a91..27733da 100644 --- a/markdown/.well-known/matrix/client +++ b/markdown/.well-known/matrix/client @@ -1,5 +1,5 @@ { "m.homeserver": { - "base_url": "https://matrix.andreijiroh.xyz" + "base_url": "https://matrix.andreijiroh.dev" } } \ No newline at end of file diff --git a/markdown/.well-known/matrix/server b/markdown/.well-known/matrix/server index 36317f5..185ffc8 100644 --- a/markdown/.well-known/matrix/server +++ b/markdown/.well-known/matrix/server @@ -1,3 +1,3 @@ { - "m.server": "matrix.andreijiroh.xyz:443" + "m.server": "matrix.andreijiroh.dev:443" } \ No newline at end of file