Skip to content

Commit b0e5482

Browse files
committed
Fixed broken links
1 parent 6ad92cf commit b0e5482

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

13/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Ensure to replace `YOURCLIENTID` and `YOURCLIENTSECRET` in the code with the val
193193

194194
{% hint style="warning" %}
195195

196-
The Client Secret value will expire and must be regenerated in the Entra admin center. Use configurable secret storage to provide the value to your code, rather than hard-coding it.
196+
The Client Secret value will expire and must be regenerated in the Entra admin center. Use configurable secret storage to provide the value to your code, rather than hard-coding it.
197197

198198
{% endhint %}
199199

13/umbraco-cms/tutorials/editors-manual/getting-started-with-umbraco/logging-in-and-out.md

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

55
To access the Umbraco Backoffice:
66

7-
1. Open your web browser and enter your website domain name followed by `/umbraco` (for example: http://www.company.com/umbraco/). A login screen appears.
7+
1. Open your web browser and enter your website domain name followed by `/umbraco` (for example: `http://www.company.com/umbraco/`). A login screen appears.
88
2. Enter your **Email** and **Password** provided by your system administrator.
99
3. Click **Login**.
1010

0 commit comments

Comments
 (0)