From 17ad220069cb6cc438a0f677a2bbad34a92e02a5 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 2 May 2021 20:09:19 +0200 Subject: [PATCH] Add header clarification --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 19ac8d3..d38d26c 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -234,6 +234,6 @@ It can also pay off when dealing with GDPR related issues and the need to have m ## How do I keep up-to-date with Docker Swarm developments? -- [Official release changelog for Docker Engine](https://docs.docker.com/engine/release-notes/) +- [Official release changelog for Docker Engine (look for entries under the "Swarm" header)](https://docs.docker.com/engine/release-notes/) - [All issues raised with label `area/swarm` label on github.com/moby/moby](https://github.com/moby/moby/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Fswarm) - [All pull requests submitted with the `area/swarm` label on github.com/moby/moby](https://github.com/moby/moby/pulls?q=is%3Aopen+is%3Apr+label%3Aarea%2Fswarm)