Fix links.

This commit is contained in:
Patrick Cloke 2023-03-14 12:38:04 -04:00
parent 1e888d6a3f
commit f05a8468cd
2 changed files with 4 additions and 4 deletions

View file

@ -214,7 +214,7 @@ The following conditions are defined:
This is a glob pattern match on a property of the event. Parameters:
- `key`: The [dot-separated path of the property](/appendices#dot-separated property paths)
- `key`: The [dot-separated path of the property](/appendices#dot-separated-property-paths)
of the event to match, e.g. `content.body`.
- `pattern`: The [glob-style pattern](/appendices#glob-style-matching) to match against.
@ -297,7 +297,7 @@ For an example of this, see the default rule
This is an exact value match on a property of the event. Parameters:
- `key`: The [dot-separated path of the property](/appendices#dot-separated property paths)
- `key`: The [dot-separated path of the property](/appendices#dot-separated-property-paths)
of the event to match, e.g. `content.body`.
- `value`: The value to match against.
@ -341,7 +341,7 @@ The following `m.federate` values will NOT match:
This matches if an array property of an event exactly contains a value. Parameters:
- `key`: The [dot-separated path of the property](/appendices#dot-separated property paths)
- `key`: The [dot-separated path of the property](/appendices#dot-separated-property-paths)
of the event to match, e.g. `content.body`.
- `value`: The value to match against.

View file

@ -16,7 +16,7 @@ title: Filter
properties:
event_fields:
description: List of event fields to include. If this list is absent then all
fields are included. The entries are [dot-separated paths for each property](/appendices#dot-separated property paths)
fields are included. The entries are [dot-separated paths for each property](/appendices#dot-separated-property-paths)
to include. So ['content.body'] will include the 'body' field of the 'content' object.
A server may include more fields than were requested.
items: