Skip to content

Commit b1e9484

Browse files
authored
Merge pull request #7116 from umbraco/deploy13/brokenlinks
Fix broken links
2 parents 30c8c25 + 28ae8aa commit b1e9484

File tree

9 files changed

+13
-12
lines changed

9 files changed

+13
-12
lines changed

13/umbraco-deploy/deployment-workflow/restoring-content/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This will restore **all** content and media, plus any other entities configured
3030
3. When it's complete select _Open Umbraco_ to go to the backoffice.
3131
4. You will now see all your content and media in the Umbraco backoffice.
3232

33-
![Restore from start-up](../../../umbraco-cloud/deployment/restoring-content/images/Normal-Restore.gif)
33+
![Restore from start-up](images/Normal-Restore.gif)
3434

3535
### Restore everything through the Umbraco backoffice
3636

13/umbraco-deploy/deployment-workflow/restoring-content/partial-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ Imagine that you are working with your Umbraco project locally. One of your cont
5757
6. Start the restore by clicking _Restore_
5858
7. When the restore is done, reload the content tree to see the changes
5959

60-
![Partial restore](../../../umbraco-cloud/deployment/restoring-content/images/partialRestore-onEnvWithContent.png)
60+
![Partial restore](images/partialRestore-onEnvWithContent.png)
-39.9 KB
Binary file not shown.
-39.9 KB
Binary file not shown.
-39.9 KB
Binary file not shown.

13/umbraco-deploy/installation/install-configure.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Ensure to first read and follow the setup guides for either new or existing proj
1616

1717
Here we will cover how to install and set up Umbraco Deploy on a new website.
1818

19-
#### Requirement
19+
### Requirement
2020

2121
* Visual Studio 2017 v15.9.6 or later
2222
* Umbraco Deploy license
@@ -45,7 +45,7 @@ Here we will cover the steps in order for you to install Umbraco deploy on your
4545

4646
We will cover how to install and set up Umbraco deploy on your website and how to generate the UDA files based on your production website's database.
4747

48-
#### Requirement
48+
### Requirement
4949

5050
* Visual Studio 2017 v15.9.6 or later
5151
* Umbraco Deploy license
@@ -81,7 +81,7 @@ When Umbraco has been installed in a repository, we can continue to install and
8181

8282
After the Umbraco files have been committed add the following lines to the .gitignore so that they will not be picked up by Git when we are deploying.
8383

84-
```
84+
```none
8585
**/media/*
8686
8787
# Umbraco deploy specific
@@ -251,6 +251,7 @@ You will need to generate a unique GUID for each environment. This can be done i
251251
5. Generate a "New GUID" for each environment you will be adding to your setup.
252252

253253
Or by running the following PowerShell command:
254+
254255
```pwsh
255256
[guid]::NewGuid().ToString()
256257
```
@@ -263,7 +264,7 @@ Once the configuration has been set up with the correct information we can now g
263264

264265
This can be done by going to the `/umbraco/Deploy/Revision` folder of the project and create a test `.uda` file, and then check in either your Git GUI or in the command line and verify whether the test file is being tracked.
265266

266-
![Test UDA file](<images/test-UDA (1).png>)
267+
![Test UDA file](../getting-started/images/test-UDA.png)
267268

268269
We can see that the file has been created and it is being tracked by Git and we can go ahead and delete the test file.
269270

13/umbraco-deploy/installation/the-licensing-model.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ A single license covers one Umbraco solution. It includes all domains hosted by
3535

3636
To clarify the above:
3737

38-
* You only need one license when you have a solution covering multiple domains- for example, www.mysite.com and www.mysite.dk - load balanced in production over multiple servers running from the same database, managed from the same backoffice instance, and with any number of non-production environments (staging, QA, etc.)
39-
* You need two licenses if you have a web presence that consists of two separate websites hosted on different domains or sub-domains - for example, www.mysite.com and shop.mysite.com - with each of these managed as a separate Umbraco installation using their own database and backoffice in production.
38+
* You only need one license when you have a solution covering multiple domains- for example, `www.mysite.com` and `www.mysite.dk` - load balanced in production over multiple servers running from the same database, managed from the same backoffice instance, and with any number of non-production environments (staging, QA, etc.)
39+
* You need two licenses if you have a web presence that consists of two separate websites hosted on different domains or sub-domains - for example, `www.mysite.com` and shop.mysite.com - with each of these managed as a separate Umbraco installation using their own database and backoffice in production.
4040

4141
{% hint style="info" %}
4242
The license for Umbraco Deploy comes with a recurring yearly fee. Learn more about this and pricing on [Umbraco.com](https://umbraco.com/products/umbraco-deploy/).
@@ -81,9 +81,9 @@ Umbraco Cloud projects use a license file placed in the `/umbraco/Licenses` fold
8181

8282
On start-up and on a schedule, Umbraco running Deploy On-premise will call out to a service. It will pass the configured license key to determine its validity. The response triggers a notification that the Umbraco Deploy will handle. It will amend the available functionality as appropriate to a valid, invalid or expired license.
8383

84-
You can view the status of the Umbraco Deploy On-premise license in the backoffice. This is available via the _Settings_ section, listed along with any other products using the same licensing service:
84+
You can view the status of the Umbraco Deploy On-premise license in the backoffice. This is available via the _Settings_ section, listed along with any other products using the same licensing service.
8585

86-
![Licenses screen in Umbraco backoffice](./images/licenses-screen.png)
86+
![Licenses screen in Umbraco backoffice](../images/licenses-screen.png)
8787

8888
### When and how to configure an `UmbracoApplicationUrl`
8989

13/umbraco-deploy/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This section contains the release notes for Umbraco Deploy 13 including all chan
3636
* Ensure environment-to-environment actions are executed asynchronously on background job (fixes timeout issues on large deployments) [#179](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/179)
3737
* Only require default, allowed and master templates and their associated files to exist (avoids schema mismatches on template changes) [156](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/156)
3838

39-
### [13.3.1](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.3.1) (November 29th 2024)
39+
### 13.3.1 (November 29th 2024)
4040

4141
* Update documentation links in management dashboard to include major version in the URL
4242
* Add `ValidateDependenciesOnImport` setting to management dashboard

13/umbraco-deploy/test-the-release-candidate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ Remember to enable **pre-releases**.
3535
3636
## How to provide feedback
3737
38-
If you find issues that are not already [reported](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aopen+is%3Aissue+label%3Aproject%2Fv12+), please report them on the Umbraco Deploy [GitHub tracker](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/new?assignees=\&labels=\&projects=\&template=1\_Bug.md).
38+
If you find issues that are not already [reported](https://github.com/umbraco/Umbraco.Deploy.Issues/issues), please report them on the Umbraco Deploy [GitHub tracker](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/new?assignees=\&labels=\&projects=\&template=1\_Bug.md).

0 commit comments

Comments
 (0)