Skip to content

Commit 7986334

Browse files
committed
Fixed broken link
1 parent 6197b23 commit 7986334

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ The restore option also comes in really handy when you have content editors crea
1212

1313
There are four options when it comes to restoring content.
1414

15-
1. [Restore when starting up the project locally](./#restore-when-starting-up-the-project-locally)
16-
2. [Restore everything through the Umbraco backoffice](./#restore-everything-through-the-umbraco-backoffice)
17-
3. [Restore a single tree through the Umbraco backoffice](./#restore-a-single-tree-through-the-umbraco-backoffice)
15+
1. [Restore when starting up the project locally](#restore-when-starting-up-the-project-locally)
16+
2. [Restore everything through the Umbraco backoffice](#restore-everything-through-the-umbraco-backoffice)
17+
3. [Restore a single tree through the Umbraco backoffice](#restore-a-single-tree-through-the-umbraco-backoffice)
1818
4. [Partial Restores](partial-restore.md)
1919

2020
### Restore when starting up the project locally
@@ -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

16/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.3 KB
Loading
39.9 KB
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Once the configuration has been set up with the correct information we can now g
263263

264264
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.
265265

266-
![Test UDA file](<images/test-UDA (1).png>)
266+
![Test UDA file](images/test-UDA.png)
267267

268268
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.
269269

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ On start-up and on a schedule, Umbraco running Deploy On-premise will call out t
8585

8686
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:
8787

88-
![Licenses screen in Umbraco backoffice](./images/licenses-screen.png)
88+
![Licenses screen in Umbraco backoffice](images/licenses-screen1.png)
8989

9090
### When and how to configure an `UmbracoApplicationUrl`
9191

0 commit comments

Comments
 (0)