From ed26f7f2433c8d2030136d845e308c11975064ea Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Thu, 19 Sep 2024 08:18:30 +0200 Subject: [PATCH] fix: :bug: Clarify that well-known does not need signatures --- app/federation/discovery/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/federation/discovery/page.mdx b/app/federation/discovery/page.mdx index fd20e9d..79a11b8 100644 --- a/app/federation/discovery/page.mdx +++ b/app/federation/discovery/page.mdx @@ -49,7 +49,7 @@ Accept: application/jrd+json ## Instance Discovery -Instaance metadata can be accessed by making a `GET` request to the instance's Versia metadata endpoint, which is located at `/.well-known/versia`. +Instaance metadata can be accessed by making a `GET` request to the instance's Versia metadata endpoint, which is located at `/.well-known/versia`. This endpoint does not need any signatures in the output. ### Example