We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a4d0d commit 5fb6461Copy full SHA for 5fb6461
1 file changed
packages/documentation/versioned_docs/version-26.03.0/for-developers/data-model.md
@@ -7,7 +7,7 @@ Sofie persists the majority of its data in a MongoDB database. This allows us to
7
without needing to worry too much about the strictness of schemas, and allows us to watch for changes happening inside
8
the database as a way of ensuring that updates are reactive.
9
10
-Data is typically pushed to the UI or the gateways through [Publications](./publications) over the DDP connection that Meteor provides.
+Data is typically pushed to the UI or the gateways through [Publications](publications/) over the DDP connection that Meteor provides.
11
12
## Collection Ownership
13
0 commit comments