From c624b7e0cba03369334554559c6cf735ebe1ba41 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 9 Aug 2021 13:23:09 +0200 Subject: [PATCH] engine: fix incorrect Markdown link in release notes Signed-off-by: Sebastiaan van Stijn --- engine/release-notes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/release-notes/index.md b/engine/release-notes/index.md index 5e44ce523a..1514130e0b 100644 --- a/engine/release-notes/index.md +++ b/engine/release-notes/index.md @@ -64,7 +64,7 @@ for Docker Engine. - Fix incorrect `Your kernel does not support swap memory limit` warning when running with cgroups v2 [moby/moby#42479](https://github.com/moby/moby/pull/42479). - Windows: Fix a situation where containers were not stopped if `HcsShutdownComputeSystem` - returned an `ERROR_PROC_NOT_FOUND` error moby/moby#42613](https://github.com/moby/moby/pull/42613) + returned an `ERROR_PROC_NOT_FOUND` error [moby/moby#42613](https://github.com/moby/moby/pull/42613) ## Swarm