From 5fb646136a8fe0e620e8b38857d54e39c87256b5 Mon Sep 17 00:00:00 2001 From: Jonas Hummelstrand Date: Tue, 23 Jun 2026 15:23:20 +0200 Subject: [PATCH] chore: Fixed link for publications in data model doc --- .../versioned_docs/version-26.03.0/for-developers/data-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation/versioned_docs/version-26.03.0/for-developers/data-model.md b/packages/documentation/versioned_docs/version-26.03.0/for-developers/data-model.md index ee7143da9af..bff4b38a70c 100644 --- a/packages/documentation/versioned_docs/version-26.03.0/for-developers/data-model.md +++ b/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 without needing to worry too much about the strictness of schemas, and allows us to watch for changes happening inside the database as a way of ensuring that updates are reactive. -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. ## Collection Ownership