Skip to content

Commit 5fb6461

Browse files
authored
chore: Fixed link for publications in data model doc
1 parent 97a4d0d commit 5fb6461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/documentation/versioned_docs/version-26.03.0/for-developers

packages/documentation/versioned_docs/version-26.03.0/for-developers/data-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Sofie persists the majority of its data in a MongoDB database. This allows us to
77
without needing to worry too much about the strictness of schemas, and allows us to watch for changes happening inside
88
the database as a way of ensuring that updates are reactive.
99

10-
Data is typically pushed to the UI or the gateways through [Publications](./publications) over the DDP connection that Meteor provides.
10+
Data is typically pushed to the UI or the gateways through [Publications](publications/) over the DDP connection that Meteor provides.
1111

1212
## Collection Ownership
1313

0 commit comments

Comments
 (0)