@@ -69,7 +69,7 @@ We assume that:
69697. Run the tests locally using `pytest` and fix anything that makes
7070 them fail
7171
72- 
72+ 
7373
74748. 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
949410. 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- 
98+ 
9999
10010011. 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- 
107+ 
0 commit comments