Skip to content

Commit 71d7235

Browse files
authored
Merge pull request #7103 from umbraco/workflow15/brokenlinks
Fix broken links in Workflow
2 parents 642a0dd + f78c602 commit 71d7235

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

15/umbraco-workflow/getting-started/submitting-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ It is possible to schedule both **Publish on** and **Unpublish on** dates in a P
3232

3333
If the document varies by culture, the editor must select one or more variants to submit for approval.
3434

35-
When a document is invariant, the variants selector is not displayed, and the approval flow follows the [default permissions inheritance pattern](workflow-content-app.md#approval-flow-types).
35+
When a document is invariant, the variants selector is not displayed, and the approval flow follows the [default permissions inheritance pattern](workflow-workspace-view.md#approval-flow-types).
3636

3737
![Request approval overlay](images/approval-request-overlay-variants-v14.png)
3838

15/umbraco-workflow/installation/installing-workflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ To install the Umbraco Workflow package (Umbraco.Workflow), follow these steps:
2525

2626
1. Run the following command to add a package reference to your Umbraco project:
2727

28-
```
28+
```console
2929
dotnet add package Umbraco.Workflow
3030
```
3131

3232
2. Restart the web application using the following command:
3333

34-
```
34+
```console
3535
dotnet run
3636
```
3737

@@ -55,7 +55,7 @@ To install via Visual Studio, follow these steps:
5555
```
5656

5757
{% hint style="info" %}
58-
To test-drive Umbraco Workflow consider installing the [Umbraco.Workflow.DataGenerator package](../data-generator/data-generator).
58+
To test-drive Umbraco Workflow consider installing the [Umbraco.Workflow.DataGenerator package](../data-generator/data-generator.md).
5959
{% endhint %}
6060

6161
## Using Umbraco Workflow

15/umbraco-workflow/workflow-section/active-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Additionally, you can adjust the total number of records displayed on a page.
1717

1818
![Workflow history PageSize](../images/content-reviews-pagesize-v14.png)
1919

20-
The **Detail** button at the end of the record displays an overlay with content similar to the [Active workflow](../getting-started/workflow-content-app.md#active-workflow) sub-section.
20+
The **Detail** button at the end of the record displays an overlay with content similar to the [Active workflow](../getting-started/workflow-workspace-view.md#active-workflow) sub-section.
2121

2222
![Details overlay](../getting-started/images/Active-Workflow-detailed-info-v14.png)

15/umbraco-workflow/workflow-section/approval-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ The History tab provides an overview of the workflow activity for the current gr
9393

9494
You can also **Filter** the records based on the Document Type, Requested by, Created date, Completed date, Page Language, Workflow Type, and Workflow Status. Additionally, you can adjust the total number of records displayed on a page.
9595

96-
The **Detail** button at the end of the record displays an overlay with content similar to the [Active workflow](../getting-started/workflow-content-app.md#active-workflow) sub-section.
96+
The **Detail** button at the end of the record displays an overlay with content similar to the [Active workflow](../getting-started/workflow-workspace-view.md#active-workflow) sub-section.
9797

9898
![Details overlay](../getting-started/images/Workflow-Content-app-Details-overlay-v14.png)

15/umbraco-workflow/workflow-section/content-reviews.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Content review permissions can be set at the node or Document Type level, both o
6363
* Internal Reviewers: Users assigned to roles like *Editors* or *Content Managers* may have permissions to review content during the Internal Review stage. They ensure content quality, compliance with standards, and provide feedback for improvements before the content is published.
6464
* External Reviewers: External reviewers are users who are invited to participate in the content review process but do not have Backoffice access. Their main role is to provide feedback or suggest changes based on their expertise or stake in the content being published. This feedback is not managed by Workflow.
6565

66-
![Content review permissions](../images/Content-review-permissions-v13.png)
66+
![Content review permissions](../images/Content-review-permissions-v14.png)
6767

6868
The current permissions for a content node are displayed in the **Workflow** content app on the **Configuration** tab.
6969

0 commit comments

Comments
 (0)