From 1148f0415ba6c9846e50571fbb84ad6651ff7997 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 11 Aug 2020 02:14:13 +0200 Subject: [PATCH] Fix typo in filename introduced in #801 (#802) --- content/en/entities/relationship.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/entities/relationship.md b/content/en/entities/relationship.md index b8b45af7..3fb12e4e 100644 --- a/content/en/entities/relationship.md +++ b/content/en/entities/relationship.md @@ -112,7 +112,7 @@ menu: ## See also -* [GET /api/v1/accounts/relationships]({{< relref "../methods/accounts.d#check-relationships-to-other-accounts" >}}) +* [GET /api/v1/accounts/relationships]({{< relref "../methods/accounts.md#check-relationships-to-other-accounts" >}}) {{< caption-link url="https://github.com/tootsuite/mastodon/blob/master/app/serializers/rest/relationship_serializer.rb" caption="app/serializers/rest/relationship\_serializer.rb" >}}