Skip to content

Commit d30416d

Browse files
committed
Fixed broken links
1 parent b030564 commit d30416d

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/restoring-content/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ The restore option can be used to always ensure you work with the latest content
88

99
You can restore the content in the following ways:
1010

11-
1. [Restore when starting up the project locally](./#restore-when-starting-up-the-project-locally)
12-
2. [Workspace Restore](./#workspace-restore)
13-
3. [Tree Restore](./#tree-restore)
14-
4. [Partial Restore](./#partial-restore)
11+
1. [Restore when starting up the project locally](#restore-when-starting-up-the-project-locally)
12+
2. [Workspace Restore](#workspace-restore)
13+
3. [Tree Restore](#tree-restore)
14+
4. [Partial Restore](#partial-restore)
1515

1616
### Restore when starting up the project locally
1717

umbraco-cloud/build-and-customize-your-solution/set-up-your-project/security/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ For more information see [the related GitHub issue](https://github.com/Azure/app
135135

136136
## Deny specific IPs from accessing your website
137137

138-
You can block people and bots(like a malicious scanning bot) from accessing your website by adding their IP addresses to a deny-list.
138+
You can block people and bots (like a malicious scanning bot) from accessing your website by adding their IP addresses to a deny-list.
139139

140140
The following rule can be added to your web.config file in the `system.webServer/rewrite/rules/` section.
141141

umbraco-cloud/explore-umbraco-cloud/what-is-umbraco-cloud/frequently-asked-questions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ Other reasons for missing the upgrade:
10031003
* Active deployments during the upgrade attempt.
10041004
* Environments running different minor versions, such as one environment on 15.0.x and another on 15.1.x.
10051005

1006-
For more details, see the [Upgrades](../../optimize-and-maintain-your-site/manage-product-upgrades/product-upgrades/#the-process-of-auto-upgrading-a-umbraco-cloud-project) article.
1006+
For more details, see the [Upgrades](../../optimize-and-maintain-your-site/manage-product-upgrades/product-upgrades/README.md#the-process-of-auto-upgrading-a-umbraco-cloud-project) article.
10071007

10081008
### Do pending commits between environments derail the upgrade process?
10091009

@@ -1063,7 +1063,7 @@ By default, Umbraco Cloud supports HTTP/2.
10631063

10641064
No, this is not a security risk. The ARRAffinity cookie is set by the load balancer (LB) to track which server the site is on. It is a built-in feature of Azure App Service and is only useful when scaling to multiple servers. Since Umbraco Cloud does not scale sites across multiple servers, this cookie remains unused.
10651065

1066-
Learn more in our [Security](../../build-and-customize-your-solution/set-up-your-project/security/#cookies-and-security) article.
1066+
Learn more in our [Security](../../build-and-customize-your-solution/set-up-your-project/security/README.md#cookies-and-security) article.
10671067

10681068
### Can wildcard, EV, DV, or OV certificates be used on Umbraco Cloud?
10691069

@@ -1077,7 +1077,7 @@ This warning appears when domain bindings are not set up correctly. Check bindin
10771077

10781078
Yes. IP filtering can be added to control access. However, Umbraco Deploy must still communicate between environments, and the site should remain accessible locally.
10791079

1080-
Learn more and how to set it up in the [Security](../../build-and-customize-your-solution/set-up-your-project/security/#restrict-backoffice-access-using-ip-filtering) article.
1080+
Learn more and how to set it up in the [Security](../../build-and-customize-your-solution/set-up-your-project/security/README.md#deny-specific-ips-from-accessing-your-website) article.
10811081

10821082
### Does Umbraco Cloud use Transparent Data Encryption (TDE) for databases?
10831083

umbraco-cloud/go-live/manage-hostnames/hostname-pre-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ In a proxy case, you'll need to ensure that the URI `http://{custom-hostname}/.w
8282

8383
## Custom Certificate
8484

85-
If you plan to use a [custom certificate](security-certificates), the Hostname Pre-Validation method can be used to prove ownership of the hostname. This is done before binding the custom certificate.
85+
If you plan to use a [custom certificate](security-certificates.md), the Hostname Pre-Validation method can be used to prove ownership of the hostname. This is done before binding the custom certificate.
8686

8787
You can do this by following these steps:
8888

umbraco-cloud/optimize-and-maintain-your-site/manage-product-upgrades/hotfixes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Following Umbraco Cloud's workflow, you should never make changes directly to th
1818

1919
It is possible to apply specific changes to your Live environment without breaking Umbraco Cloud workflow. Here are two approaches:
2020

21-
1. [Deploy hotfix with Git branching](./#deploy-hotfix-with-git-branching)
22-
2. [Move files manually](./#move-files-manually)
21+
1. [Deploy hotfix with Git branching](#deploy-hotfix-with-git-branching)
22+
2. [Move files manually](#move-files-manually)
2323

2424
## [Deploy hotfix with Git branching](using-git.md)
2525

umbraco-cloud/optimize-and-maintain-your-site/monitor-and-troubleshoot/resolve-issues-quickly-and-efficiently/deployments/structure-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For this example, it’s decided that the Document Type currently used on the Li
7171

7272
In order to figure out which of the two colliding `.uda` files are the one for the Document Type being used on the Live environment follow these steps:
7373

74-
1. Connect to the database of the Live environment using the [connect to your cloud database locally tutorial](../../../../build-and-customize-your-solution/set-up-your-project/databases/cloud-database/#connecting-to-your-cloud-database-locally).
74+
1. Connect to the database of the Live environment using the [connect to your cloud database locally tutorial](../../../../build-and-customize-your-solution/set-up-your-project/databases/cloud-database/README.md#connecting-to-your-cloud-database-locally).
7575
2. Run one of the following queries on the database, depending on the type you see the error with
7676

7777
* Run the following query, if the error states that the error is a `Collisions for entity type "document-type"`:

umbraco-cloud/release-notes/archive/overview-2022/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ description: >-
7373
* **Content Comparison** - Explore the new feature in Umbraco Deploy feature that enables you to preview content changes prior to transferring them to another environment.
7474
* **Bandwidth Usage Top 10 for resources** - Wondering which resources of your Umbraco Cloud project contributes to the most bandwidth usage? Now you can find the answer in the new bandwidth Top 10 for resources on the project usage page.
7575

76-
## [February 2022](./#february-2022)
76+
## [February 2022](2022-02-15-releasenotes.md)
7777

7878
### Key Takeaways
7979

umbraco-cloud/release-notes/archive/overview-2024/2024-07-releasenotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Many operations on Cloud are complex, whether you are pushing Code changes to an
1616

1717
## Security Issue Fixed in UmbracoID
1818

19-
Thanks to a report from [Joshua Nibbs](https://www.linkedin.com/in/joshua-nibbs/) a high-severity issue has been mitigated, enhancing the security of your projects on Umbraco Cloud.
19+
Thanks to a report from Joshua Nibbs a high-severity issue has been mitigated, enhancing the security of your projects on Umbraco Cloud.

0 commit comments

Comments
 (0)