From 989aed767a9c13d0992e485e40d7ebd116640626 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 28 Mar 2017 13:49:39 -0700 Subject: [PATCH] implementations: Fix 'name"..."' -> 'name="..."' runtime anchor Signed-off-by: W. Trevor King --- implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations.md b/implementations.md index 1631073ba..8479d6d71 100644 --- a/implementations.md +++ b/implementations.md @@ -3,7 +3,7 @@ The following sections link to associated projects, some of which are maintained by the OCI and some of which are maintained by external organizations. If you know of any associated projects that are not listed here, please file a pull request adding a link to that project. -## Runtime (Container) +## Runtime (Container) * [opencontainers/runc][runc] - Reference implementation of OCI runtime