From 534e4012a4dcb4838971361dcb4d01c9eb6f32f6 Mon Sep 17 00:00:00 2001 From: Sascha Wolf Date: Fri, 9 Aug 2019 13:58:16 +0200 Subject: [PATCH] Docs: Fix link to the `versioning` file (#45) The link to `action-versioning.md` was relative which lead to appending an additional `docs` folder to the current path which linked to `docs/docs/action-versioning.md` instead of `docs/action-versioning.md`. By adding the leading `/` the link now works correctly. --- docs/container-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/container-action.md b/docs/container-action.md index 417035f4..9b135248 100644 --- a/docs/container-action.md +++ b/docs/container-action.md @@ -64,7 +64,7 @@ $ git push The runner will download the action and build the docker container on the fly at runtime. -> Consider versioning your actions with tags. See [versioning](docs/action-versioning.md) +> Consider versioning your actions with tags. See [versioning](/docs/action-versioning.md)