From b96ef9b984e327f0b4fd709855f0a1999d1c1847 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Mon, 6 Mar 2023 11:21:17 -0500 Subject: [PATCH] More linking. --- data/api/client-server/definitions/push_condition.yaml | 4 ++-- data/api/client-server/definitions/push_rule.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/api/client-server/definitions/push_condition.yaml b/data/api/client-server/definitions/push_condition.yaml index 044f8627..4f2fe472 100644 --- a/data/api/client-server/definitions/push_condition.yaml +++ b/data/api/client-server/definitions/push_condition.yaml @@ -34,8 +34,8 @@ properties: pattern: type: string description: |- - Required for `event_match` conditions. The glob-style pattern to - match against. + Required for `event_match` conditions. The [glob-style pattern](/appendices#glob-style-matching) + to match against. is: type: string description: |- diff --git a/data/api/client-server/definitions/push_rule.yaml b/data/api/client-server/definitions/push_rule.yaml index 06efad74..0e8a7948 100644 --- a/data/api/client-server/definitions/push_rule.yaml +++ b/data/api/client-server/definitions/push_rule.yaml @@ -47,8 +47,8 @@ properties: pattern: type: string description: |- - The glob-style pattern to match against. Only applicable to `content` - rules. + The [glob-style pattern](/appendices#glob-style-matching) to match against. + Only applicable to `content` rules. required: - actions - default