From b08975953ab5e852f2d8ac7d3887e2ab7614d38f Mon Sep 17 00:00:00 2001 From: "Ingyu Hwang (Evan)" Date: Thu, 2 Dec 2021 11:57:37 +0900 Subject: [PATCH] docs: fix ryuk link --- docs/features/garbage_collector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/garbage_collector.md b/docs/features/garbage_collector.md index b34cd8bb70..54d1d9f007 100644 --- a/docs/features/garbage_collector.md +++ b/docs/features/garbage_collector.md @@ -25,7 +25,7 @@ on test completion. ## Ryuk -[https://github.com/testcontainers/moby-ryuk](Ryuk) (also referred to as +[Ryuk](https://github.com/testcontainers/moby-ryuk) (also referred to as `Reaper` in this package) removes containers/networks/volumes created by Testcontainers-Go after a specified delay. It is a project developed by the TestContainers organization and is used across the board for many of the