From 034ca5c073e7148c78d9f69c9c56c0b67ba272f1 Mon Sep 17 00:00:00 2001 From: Tiago Nobrega Date: Mon, 12 Aug 2024 16:54:15 -0300 Subject: [PATCH] chore(docs): update link to docker docs There is a redirect from the previous one to this one but it breaks the link checker. --- docs/explanation/pebble.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/explanation/pebble.rst b/docs/explanation/pebble.rst index 417f09630..e2157c61a 100644 --- a/docs/explanation/pebble.rst +++ b/docs/explanation/pebble.rst @@ -83,5 +83,5 @@ convert a Docker entrypoint to a Pebble layer. .. _Pebble: https://github.com/canonical/pebble .. _tini: https://github.com/krallin/tini .. _s6-overlay: https://github.com/just-containers/s6-overlay -.. _imperative wrapper scripts (as suggested in the Docker documentation): https://docs.docker.com/config/containers/multi-service_container/#use-a-wrapper-script +.. _imperative wrapper scripts (as suggested in the Docker documentation): https://docs.docker.com/engine/containers/multi-service_container/#use-a-wrapper-script .. _Pebble layer specification: https://github.com/canonical/pebble#layer-specification