Skip to content

Commit 699f620

Browse files
committed
DOC: Fix links to images
skipci
1 parent 7b267ea commit 699f620

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/core_concepts/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Another advantage to using the Octue log handler is that each Twined
3030
service is coloured according to its position in the tree, making it
3131
much easier to read log messages from multiple levels of children.
3232

33-
![image](../../images/coloured_logs.png)
33+
![image](../images/coloured_logs.png)
3434

3535
In this example:
3636

docs/core_concepts/updating_services.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ We assume that:
6969
7. Run the tests locally using `pytest` and fix anything that makes
7070
them fail
7171
72-
![image](../../images/updating_services/pytest.png)
72+
![image](../images/updating_services/pytest.png)
7373
7474
8. Update the [semantic version](https://semver.org/) of your app. This
7575
communicates to anyone updating from a previous version of the
@@ -89,13 +89,13 @@ We assume that:
8989
forget to push a commit). Ask your colleagues to review the code if
9090
required.
9191

92-
![image](../../images/updating_services/diff.png)
92+
![image](../images/updating_services/diff.png)
9393

9494
10. When you're ready to release the new version of your service, check
9595
that the GitHub checks have passed. These ensure code quality, that
9696
the tests pass, and that the new version number is correct.
9797
98-
![image](../../images/updating_services/checks.png)
98+
![image](../images/updating_services/checks.png)
9999
100100
11. Merge the pull request into `main`. This will run the deployment
101101
workflow (usually called `cd` - continuous deployment), making the
@@ -104,4 +104,4 @@ We assume that:
104104
take a few minutes). You can check the progress in the "Actions"
105105
tab of the GitHub repository
106106
107-
![image](../../images/updating_services/deployment.png)
107+
![image](../images/updating_services/deployment.png)

docs/getting_started/creating_services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ should show next to the most recent commit.
275275

276276
<br/>
277277
<figure markdown="span">
278-
![GitHub repository "Actions" tab](../../images/actions_tab.png)
278+
![GitHub repository "Actions" tab](../images/actions_tab.png)
279279
<figcaption>The "Actions" tab of the GitHub repository. A successful workflow run is shown at the top with a green
280280
tick while a failed one is shown below it with a red cross. Note that the workflow in the image is called
281281
"release.yaml" but yours is called "deploy.yaml".

0 commit comments

Comments
 (0)