Skip to content

Commit 732495b

Browse files
authored
Merge pull request #6024 from klm-b/main
Fix broken links
2 parents 3c123ff + 45db719 commit 732495b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

10/umbraco-cms/implementation/controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The Umbraco Authorized controllers and attributes for Backoffice Users are:
5656
- `[Authorize(Policy = AuthorizationPolicies.BackOfficeAccess)]`: Uses .NET authorization using the BackOfficeAccess policy. We recommend adding extra custom authorization policies for your endpoints.
5757
- `[DisableBrowserCache]`: Tells the browser to not cache the result.
5858

59-
Remember to [add a route](../reference/routing/authorized/defining-a-route) for your controller.
59+
Remember to [add a route](../reference/routing/authorized.md#defining-a-route) for your controller.
6060

6161
#### Example custom authorized backoffice MVC Controller
6262
```csharp

12/umbraco-cms/implementation/controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The Umbraco Authorized controllers and attributes for Backoffice Users are:
5050
- `[Authorize(Policy = AuthorizationPolicies.BackOfficeAccess)]`: Uses .NET authorization using the BackOfficeAccess policy. We recommend adding extra custom authorization policies for your endpoints.
5151
- `[DisableBrowserCache]`: Tells the browser to not cache the result.
5252

53-
Remember to [add a route](../reference/routing/authorized/defining-a-route) for your controller.
53+
Remember to [add a route](../reference/routing/authorized.md#defining-a-route) for your controller.
5454

5555
#### Example custom authorized backoffice MVC Controller
5656
```csharp

13/umbraco-cms/implementation/controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The Umbraco Authorized controllers and attributes for Backoffice Users are:
5050
- `[Authorize(Policy = AuthorizationPolicies.BackOfficeAccess)]`: Uses .NET authorization using the BackOfficeAccess policy. We recommend adding extra custom authorization policies for your endpoints.
5151
- `[DisableBrowserCache]`: Tells the browser to not cache the result.
5252

53-
Remember to [add a route](../reference/routing/authorized/defining-a-route) for your controller.
53+
Remember to [add a route](../reference/routing/authorized.md#defining-a-route) for your controller.
5454

5555
#### Example custom authorized backoffice MVC Controller
5656
```csharp

14/umbraco-cms/implementation/controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The Umbraco Authorized controllers and attributes for Backoffice Users are:
5050
- `[Authorize(Policy = AuthorizationPolicies.BackOfficeAccess)]`: Uses .NET authorization using the BackOfficeAccess policy. We recommend adding extra custom authorization policies for your endpoints.
5151
- `[DisableBrowserCache]`: Tells the browser to not cache the result.
5252

53-
Remember to [add a route](../reference/routing/authorized/defining-a-route) for your controller.
53+
Remember to [add a route](../reference/routing/authorized.md#defining-a-route) for your controller.
5454

5555
#### Example custom authorized backoffice MVC Controller
5656
```csharp

umbraco-heartcore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Umbraco Heartcore is a headless Software As A Service (SAAS) offered by Umbraco. The service enables you to create and manage content and media in the Umbraco backoffice and make it available to any platforms, devices, channels and so forth.
44

5-
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Getting started</strong></td><td>Get started working with Umbraco Heartcore</td><td><a href="../generic/images/headless.png">headless.png</a></td><td><a href="api-documentation/content-delivery/content.md">content.md</a></td></tr><tr><td><strong>Umbraco Heartcore APIs</strong></td><td>See the different APIs available in Umbraco Heartcore</td><td><a href="../generic/images/code (1) (1) (1).png">code (1) (1) (1).png</a></td><td><a href="broken-reference">Broken link</a></td></tr><tr><td><strong>Client libraries</strong></td><td>Test out your Umbraco Heartcore project with the pre-made client libraries</td><td><a href="../generic/images/devices.png">devices.png</a></td><td><a href="https://docs.umbraco.com/umbraco-heartcore/client-libraries/client-libraries">https://docs.umbraco.com/umbraco-heartcore/client-libraries/client-libraries</a></td></tr></tbody></table>
5+
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Getting started</strong></td><td>Get started working with Umbraco Heartcore</td><td><a href="../generic/images/headless.png">headless.png</a></td><td><a href="api-documentation/content-delivery/content.md">content.md</a></td></tr><tr><td><strong>Umbraco Heartcore APIs</strong></td><td>See the different APIs available in Umbraco Heartcore</td><td><a href="../generic/images/code (1) (1) (1).png">code (1) (1) (1).png</a></td><td><a href="api-documentation/">api-documentation/</a></td></tr><tr><td><strong>Client libraries</strong></td><td>Test out your Umbraco Heartcore project with the pre-made client libraries</td><td><a href="../generic/images/devices.png">devices.png</a></td><td><a href="client-libraries/">client-libraries/</a></td></tr></tbody></table>
66

77
{% embed url="https://www.youtube.com/embed/Rujaw1VWUaQ?rel=0" %}
88
How to create a Heartcore Trial

umbraco-heartcore/api-documentation/content-management/media/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ Media can be created by sending a POST request to the media endpoint. The reques
482482
The `umbracoFile.src` property in the first `MultipartBoundary`'s JSON body defines the name of the file to be uploaded. The `fileName` in the second `MultipartBoundary` must match the `umbracoFile.src` property's value.
483483

484484
{% hint style="info" %}
485-
Different media property editors will require different request body formats.The File Upload property editor has the file name as the value `"umbracoFile": FILE_NAME`, and the Image Cropper property editor expects a JSON value `"umbracoFile": { "src": FILE_NAME }`. To verify the JSON structure you can manually upload the media file via the backoffice and fetch the data. It can then be used for reference. (See how in the [Creating Content with Media](../../../tutorials/management-api/creating-content-with-media.md) tutorial.)
485+
Different media property editors will require different request body formats.The File Upload property editor has the file name as the value `"umbracoFile": FILE_NAME`, and the Image Cropper property editor expects a JSON value `"umbracoFile": { "src": FILE_NAME }`. To verify the JSON structure you can manually upload the media file via the backoffice and fetch the data. It can then be used for reference. (See how in the [Creating Content with Media](../../../tutorials/creating-content-with-media.md) tutorial.)
486486
{% endhint %}
487487

488488
**URL**: `/media`

umbraco-heartcore/tutorials/creating-content-with-media.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To use the Management API, you need an API key. You can get your API key by foll
7474
1. Go to the `Users` section in the backoffice and click the `API Keys` tab in the editor window.
7575
2. Click show on the API key you want to use.
7676

77-
If you do not have an API key yet, you can create one under `Users > Your User > API Keys > Create API Key`. See the [Getting Started](broken-reference) section for more information on how to do this.
77+
If you do not have an API key yet, you can create one under `Users > Your User > API Keys > Create API Key`. See the [Getting Started](../getting-started/backoffice-users-and-api-keys.md) section for more information on how to do this.
7878

7979
### Getting the content node ID
8080

0 commit comments

Comments
 (0)