From 00ed3a249d3413621cfee6e900f3cf71c80ea1d3 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Wed, 28 Mar 2018 10:26:35 +0100 Subject: [PATCH] docs: Fix runtime link in dev guide The table of contents showed an incorrect link for building and installing the runtime. Fixes #40. Signed-off-by: James O. D. Hunt --- Developer-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-Guide.md b/Developer-Guide.md index 6d7b2d4098..4ffeae3adc 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -1,6 +1,6 @@ * [Warning](#warning) * [Assumptions](#assumptions) -* [Build and install a Kata Containers runtime](#build-and-install-a-kata-containers-runtime) +* [Build and install the Kata Containers runtime](#build-and-install-the-kata-containers-runtime) * [Check hardware requirements](#check-hardware-requirements) * [Enable full debug](#enable-full-debug) * [Build and install Kata proxy](#build-and-install-kata-proxy)