From b9f58ccc2b747bc79500e84fc544e230ef5e4b57 Mon Sep 17 00:00:00 2001 From: Steel <mael.acier@ensiie.fr> Date: Thu, 10 Apr 2025 14:39:14 +0200 Subject: [PATCH] move to .well-known --- {uris => .well-known}/dnt | 0 {uris => .well-known}/dnt-policy.txt | 0 {uris => .well-known}/matrix/client | 0 {uris => .well-known}/matrix/server | 0 {uris => .well-known}/security.txt | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {uris => .well-known}/dnt (100%) rename {uris => .well-known}/dnt-policy.txt (100%) rename {uris => .well-known}/matrix/client (100%) rename {uris => .well-known}/matrix/server (100%) rename {uris => .well-known}/security.txt (100%) diff --git a/uris/dnt b/.well-known/dnt similarity index 100% rename from uris/dnt rename to .well-known/dnt diff --git a/uris/dnt-policy.txt b/.well-known/dnt-policy.txt similarity index 100% rename from uris/dnt-policy.txt rename to .well-known/dnt-policy.txt diff --git a/uris/matrix/client b/.well-known/matrix/client similarity index 100% rename from uris/matrix/client rename to .well-known/matrix/client diff --git a/uris/matrix/server b/.well-known/matrix/server similarity index 100% rename from uris/matrix/server rename to .well-known/matrix/server diff --git a/uris/security.txt b/.well-known/security.txt similarity index 100% rename from uris/security.txt rename to .well-known/security.txt -- GitLab