Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

@Julusian Julusian Jun 29, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not finding this link to be broken in the published version of the docs.. Oh right it happens if you are viewing the page with a / at the end, but not without, and the sidebar takes me to the page without the slash

Is there a reason for changing this in just the 26.03 version and not the in-development version?

Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading