Skip to content

Commit 39612b9

Browse files
committed
fix broken links and correct json quotes
1 parent 4d5c98d commit 39612b9

File tree

10 files changed

+21
-20
lines changed

10 files changed

+21
-20
lines changed

10/umbraco-workflow/getting-started/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ All Workflow configuration is optional and will a fallback to defaults, if not s
3636
"ReminderNotificationPeriod": Timespan.FromHours(8),
3737
"EnableTestLicense": false,
3838
"EmailTemplatePath": "~/Views/Partials/WorkflowEmails",
39-
"SettingsCustomization: {...}
39+
"SettingsCustomization": {...}
4040
}
4141
```
4242

10/umbraco-workflow/installation/licensing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ To impersonate the full license on a local site, set `EnableTestLicense` to `tru
9292

9393
```json
9494
{
95-
Umbraco: {
96-
Workflow: {
97-
EnableTestLicense: true
95+
"Umbraco": {
96+
"Workflow": {
97+
"EnableTestLicense": true
9898
}
9999
}
100100
}

13/umbraco-engage/developers/analytics/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: square-exclamation
55

66
# Extending forms
77

8-
To track Umbraco Forms submissions, you need to install [Umbraco Forms](https://umbraco.com/products/add-ons/forms/) with a valid license from Umbraco HQ. You also need to install the Umbraco Engage[ Forms Addon package from Nuget](https://www.nuget.org/packages/Umbraco.Engage.UmbracoForms).
8+
To track Umbraco Forms submissions, you need to install [Umbraco Forms](https://umbraco.com/products/add-ons/forms/) with a valid license from Umbraco HQ. You also need to install the Umbraco Engage[ Forms Addon package from Nuget](https://www.nuget.org/packages/Umbraco.Engage.Forms).
99

1010
## Summary
1111

13/umbraco-workflow/installation/licensing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ To impersonate the full license on a local site, set `EnableTestLicense` to `tru
9090

9191
```json
9292
{
93-
Umbraco: {
94-
Workflow: {
95-
EnableTestLicense: true
93+
"Umbraco": {
94+
"Workflow": {
95+
"EnableTestLicense": true
9696
}
9797
}
9898
}

14/umbraco-workflow/getting-started/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ All Workflow configuration is optional and will fallback to defaults, if not set
4444
"TimeFormat": "h:mm tt",
4545
"TimeFormatShort": "HH:mm"
4646
},
47-
"SettingsCustomization: {...}
47+
"SettingsCustomization": {...}
4848
}
4949
```
5050

14/umbraco-workflow/installation/licensing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ To impersonate the full license on a local site, set `EnableTestLicense` to `tru
9191

9292
```json
9393
{
94-
Umbraco: {
95-
Workflow: {
96-
EnableTestLicense: true
94+
"Umbraco": {
95+
"Workflow": {
96+
"EnableTestLicense": true
9797
}
9898
}
9999
}

15/umbraco-workflow/getting-started/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ All Workflow configuration is optional and will fallback to defaults, if not set
4343
"TimeFormat": "h:mm tt",
4444
"TimeFormatShort": "HH:mm"
4545
},
46-
"SettingsCustomization: {...}
46+
"SettingsCustomization": {...}
4747
}
4848
```
4949

15/umbraco-workflow/installation/licensing.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ To impersonate the full license on a local site, set `EnableTestLicense` to `tru
9191

9292
```json
9393
{
94-
Umbraco: {
95-
Workflow: {
96-
EnableTestLicense: true
94+
"Umbraco": {
95+
"Workflow": {
96+
"EnableTestLicense": true
9797
}
9898
}
9999
}
@@ -128,6 +128,7 @@ Then configure a random string as an authorization key in configuration. This is
128128
"EnableScheduledValidation": false,
129129
"ValidatedLicenseRelayAuthKey": "<your authorization key>"
130130
}
131+
}
131132
```
132133

133134
Your Internet enabled server should make a request of the following form to the online license validation service:

generic/getting-started/developing-websites-with-umbraco/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This will break into two sections: Extending the Umbraco backoffice and Developi
2424

2525
The Umbraco backoffice can be extended using AngularJS and C#. Customizing the Umbraco backoffice and editing experience includes creating your own Property Editors, Dashboards, and packages. You will also find information about how to customize things like Health Checks and the built-in search functionality.
2626

27-
Check out[ the Extending section](http://127.0.0.1:5000/s/OdQETpqkO0Kcv8KMquKL/extending) in the CMS docs for a good place to start.
27+
Check out [the Extending section](https://docs.umbraco.com/welcome/getting-started/developing-websites-with-umbraco/extending-the-umbraco-backoffice) in the CMS docs for a good place to start.
2828

2929
{% hint style="info" %}
3030
From a frontend perspective, Umbraco does not dictate HTML, CSS, or JS in your website build. There is nothing Umbraco-specific about it.

umbraco-cloud/set-up/project-settings/secrets-management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ You should specify this with a corresponding name in a configuration file such a
5858

5959
```json
6060
{
61-
Serilog: {
61+
"Serilog": {
6262
6363
},
64-
Umbraco:{
64+
"Umbraco":{
6565
6666
},
67-
ApiKey”: “Value,
67+
"ApiKey": "Value",
6868
}
6969
```
7070

0 commit comments

Comments
 (0)