Skip to content

Commit def6dbe

Browse files
committed
Some more image paths updated
1 parent a7edfcf commit def6dbe

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

umbraco-cloud/begin-your-cloud-journey/creating-a-cloud-project/baselines.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Any project can act as a Baseline project.
66

77
The basic idea is that you have a project that contains all your standard Umbraco packages/components. Some default Document Types which you want to use as a baseline for future projects is also configured. When you've made changes to your Baseline project, you push these changes out to all the Child projects with a click of a button.
88

9-
![Baseline workflow](../../begin-your-cloud-journey/creating-a-cloud-project/images/baseline-workflow.gif)
9+
![Baseline workflow](images/baseline-workflow.gif)
1010

1111
## Video Tutorial
1212

@@ -37,7 +37,7 @@ Any Umbraco Cloud project can be used as a Baseline project
3737

3838
It might take couple of minutes for the project to spin up before your environments are ready. When your environments are ready, you will see a _green_ light next to the environment name.
3939

40-
![Creating a Baseline child project](../../begin-your-cloud-journey/creating-a-cloud-project/images/baseline-creation.gif)
40+
![Creating a Baseline child project](images/baseline-creation.gif)
4141

4242
{% hint style="info" %}
4343
Depending on the size of the project you've chosen as a Baseline project, it might take several minutes before the Child project is ready.
@@ -55,7 +55,7 @@ When you've created the Child project you can choose to restore content from you
5555

5656
If you do not see the content, **Reload** the content tree once the restore is complete.
5757

58-
![Restore content from Baseline project](../../begin-your-cloud-journey/creating-a-cloud-project/images/RestoreFromBaseline_v10.gif)
58+
![Restore content from Baseline project](images/RestoreFromBaseline_v10.gif)
5959

6060
## [Merge Conflicts](../../optimize-and-maintain-your-site/monitor-and-troubleshoot/resolve-issues-quickly-and-efficiently/baseline-merge-conflicts/)
6161

umbraco-cloud/explore-umbraco-cloud/technology-overview/repositories-in-a-cloud-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Once you're happy with the results or wish to see how your website has progresse
4141
{% tab title="Umbraco 10+" %}
4242
#### Code Deployment Summary
4343

44-
![Umbraco Cloud Overview](../../begin-your-cloud-journey/project-features/images/UCP.png)
44+
![Umbraco Cloud Overview](images/UCP.png)
4545

4646
In the above diagram, the Umbraco Git repository contains the source code of a class library CS project.
4747

@@ -56,7 +56,7 @@ With this setup, once you commit your code in the Umbraco Cloud Git repository,
5656
{% tab title="Legacy Umbraco 7 and 8" %}
5757
#### Code Deployment Summary
5858

59-
<figure><img src="../../begin-your-cloud-journey/project-features/images/UCP_v8.png" alt=""><figcaption><p>Umbraco cloud overview Legacy versions</p></figcaption></figure>
59+
<figure><img src="images/UCP_v8.png" alt=""><figcaption><p>Umbraco cloud overview Legacy versions</p></figcaption></figure>
6060

6161
In the above diagram, the external git repository contains the source code of a class library CS project, if you had a class library project that was used in your Cloud project.
6262

0 commit comments

Comments
 (0)