From 1af13a113ad01728c93e17e48f3adbe92de217b5 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon <67381+philsturgeon@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:01:56 +0100 Subject: [PATCH] prefers project relative path to ./ --- src/_guides/bump-sh-tutorials/testing-with-microcks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_guides/bump-sh-tutorials/testing-with-microcks.md b/src/_guides/bump-sh-tutorials/testing-with-microcks.md index 44077349..191e3ec6 100644 --- a/src/_guides/bump-sh-tutorials/testing-with-microcks.md +++ b/src/_guides/bump-sh-tutorials/testing-with-microcks.md @@ -159,7 +159,7 @@ If they're not accurate, then either the OpenAPI is wrong, or the API is wrong, ## Automate Testing -Below is the standard GitHub Action used to deploy API changes to Bump.sh with one modification to also deploy changes to a Microcks server (which we assume was set up following instructions for [mocking with Microcks](./mocking-with-microcks.md)). +Below is the standard GitHub Action used to deploy API changes to Bump.sh with one modification to also deploy changes to a Microcks server (which we assume was set up following instructions for [mocking with Microcks](src/_guides/bump-sh-tutorials/mocking-with-microcks.md)). ```yaml # .github/workflows/deploy-docs.yml