Skip to content

Commit 7d7e386

Browse files
committed
chore: fix docs
1 parent 46369a4 commit 7d7e386

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/documentation/docs/user-guide/features/sofie-views-and-screens.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,15 +214,15 @@ The [Settings View](../configuration/settings-view.md) is only available to user
214214

215215
![Prompter Screen](/img/docs/main/features/prompter-example.png)
216216

217-
A fullscreen page which displays the prompter text for the currently active rundown. The prompter can be controlled and configured in various ways, see more at the [Prompter](prompter.md) documentation. If no Rundown is active in a given studio, the [Screensaver](sofie-views.mdx#screensaver) will be displayed.
217+
A fullscreen page which displays the prompter text for the currently active rundown. The prompter can be controlled and configured in various ways, see more at the [Prompter](prompter.md) documentation. If no Rundown is active in a given studio, the [Screensaver](./sofie-views-and-screens.mdx#screensaver) will be displayed.
218218

219219
### Presenter Screen
220220

221221
`/countdowns/:studioId/director`
222222

223223
![Director View](/img/docs/main/features/director-screen-example.png)
224224

225-
A fullscreen page, intended to be shown to the director. It displays countdown timers for the current and next items in the rundown. If no Rundown is active in a given studio, the [Screensaver](sofie-views.mdx#screensaver) will be shown.
225+
A fullscreen page, intended to be shown to the director. It displays countdown timers for the current and next items in the rundown. If no Rundown is active in a given studio, the [Screensaver](./sofie-views-and-screens.mdx#screensaver) will be shown.
226226

227227
## Presenter View
228228

packages/documentation/docs/user-guide/installation/installing-a-gateway/rundown-or-newsroom-system-connection/inews-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The iNEWS Gateway communicates with an iNEWS system to ingest and remain in sync
66

77
The iNEWS Gateway allows you to create rundowns from within iNEWS and sync them with the _Sofie Core_. The rundowns will update in real time and any changes made will be seen from within your Playout Timeline.
88

9-
An example setup for the iNEWS Gateway is included in the example Docker Compose file found in the [Quick install](../installing-sofie-server-core.md), but commented out.
9+
An example setup for the iNEWS Gateway is included in the example Docker Compose file found in the [Quick install](../../installing-sofie-server-core.md), but commented out.
1010

1111
Remove the _\#_ symbol from the start of the lines beginning at `# inews-gateway:` and ending at the next blank line. Be careful not to change the indentation of the file.
1212

packages/documentation/docs/user-guide/installation/installing-a-gateway/rundown-or-newsroom-system-connection/installing-sofie-with-google-spreadsheet-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Instructions on how to install any Blueprint can be found in the [Installing Blu
1010

1111
### Spreadsheet Gateway Configuration
1212

13-
If you are using the example Docker Compose file found in the [Quick install](../installing-sofie-server-core.md), then the configuration for the Spreadsheet Gateway is included but commented out. For those who are not, please follow the [instructions listed on the GitHub page](https://github.com/SuperFlyTV/spreadsheet-gateway) labeled _Installation \(for developers\)._
13+
If you are using the example Docker Compose file found in the [Quick install](../../installing-sofie-server-core.md), then the configuration for the Spreadsheet Gateway is included but commented out. For those who are not, please follow the [instructions listed on the GitHub page](https://github.com/SuperFlyTV/spreadsheet-gateway) labeled _Installation \(for developers\)._
1414

1515
Once the Gateway has been installed, you can navigate to the _Settings page_ and check the newly added Gateway is listed as _Spreadsheet Gateway_ under the _Devices section_.
1616

packages/documentation/docs/user-guide/installation/installing-blueprints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Blueprints are little plug-in programs that runs inside _Sofie_. They are the lo
1313

1414
Blueprints are custom scripts that you can download or create yourself. There is a set of example Blueprints for the [Rundown Editor](https://github.com/SuperFlyTV/sofie-automation-rundown-editor) or the [Spreadsheet Gateway](https://github.com/SuperFlyTV/spreadsheet-gateway) available for use here: [https://github.com/SuperFlyTV/sofie-demo-blueprints](https://github.com/SuperFlyTV/sofie-demo-blueprints).
1515

16-
To begin installing any Blueprint, navigate to the _Settings page_. (<http://localhost:3000/settings/?admin=1)[http://localhost:3000/settings/?admin=1>], otherwise see the [Sofie Access Level](../features/access-levels.md) page for assistance getting there.
16+
To begin installing any Blueprint, navigate to the _Settings page_. ( [http://localhost:3000/settings/?admin=1](http://localhost:3000/settings/?admin=1>) ), otherwise see the [Sofie Access Level](../features/access-levels.md) page for assistance getting there.
1717

1818
![The Settings Page](/img/docs/getting-started/settings-page.jpg)
1919

0 commit comments

Comments
 (0)