Skip to content

Commit 8561091

Browse files
committed
DOC: Update example service links
skipci
1 parent cdf1b1a commit 8561091

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: docs/source/testing_services.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Testing services
55
================
66
We recommend writing automated tests for your service so anyone who wants to use it can have confidence in its quality
7-
and reliability at a glance. `Here's an example test <https://github.com/octue/example-service-cloud-run/blob/main/tests/test_app.py>`_
7+
and reliability at a glance. `Here's an example test <https://github.com/octue/example-service-kueue/blob/main/tests/test_app.py>`_
88
for our example service.
99

1010

Diff for: docs/source/updating_services.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ service revision.
99
We assume that:
1010

1111
- Your service's repository is on GitHub and you have push access to it
12-
- The `standard Twined deployment GitHub Actions workflow <https://github.com/octue/workflows/blob/main/.github/workflows/build-twined-service.yml>`_
12+
- The `standard Twined service deployment GitHub Actions workflow <https://github.com/octue/workflows/blob/main/.github/workflows/build-twined-service.yml>`_
1313
is set up in the repository and being used to build and push the service image to the artifact registry on merge of a
14-
pull request into the ``main`` branch (see an example `here <https://github.com/octue/example-service-kueue/blob/main/.github/workflows/cd.yml>`_)
14+
pull request into the ``main`` branch (see an example `here <https://github.com/octue/example-service-kueue/blob/main/.github/workflows/release.yml>`_)
1515
- A release workflow is set up that will tag and release the new service revision on GitHub (see an example
16-
`here <https://github.com/octue/example-service-cloud-run/blob/main/.github/workflows/release.yml>`_)
16+
`here <https://github.com/octue/example-service-kueue/blob/main/.github/workflows/release.yml>`_)
1717

1818
Instructions
1919
-------------

0 commit comments

Comments
 (0)