From 7eb491367101a853b8dc5d4602426f000dc45628 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 12 Feb 2026 12:01:54 -0500 Subject: [PATCH] fix: bad relative path --- public/openapi/write/admin/activitypub/rules/order.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/openapi/write/admin/activitypub/rules/order.yaml b/public/openapi/write/admin/activitypub/rules/order.yaml index 3cf931875d..75f23ac859 100644 --- a/public/openapi/write/admin/activitypub/rules/order.yaml +++ b/public/openapi/write/admin/activitypub/rules/order.yaml @@ -24,6 +24,6 @@ put: type: object properties: status: - $ref: ../../../components/schemas/Status.yaml#/Status + $ref: ../../../../components/schemas/Status.yaml#/Status response: - $ref: ../../../components/schemas/admin/rules.yaml#/RulesArray + $ref: ../../../../components/schemas/admin/rules.yaml#/RulesArray