From 3d117567da4bf17aea45b443ec677dbce8305ebb Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Wed, 13 Sep 2017 09:15:04 +0100 Subject: [PATCH] docs: Remove one level of backticks in dev guide The developers guide was using double-backticks for literal text, however only 1 backtick around the text to modify is required. Signed-off-by: James O. D. Hunt --- docs/developers-clear-containers-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers-clear-containers-install.md b/docs/developers-clear-containers-install.md index b42ed225..f0e1cbb8 100644 --- a/docs/developers-clear-containers-install.md +++ b/docs/developers-clear-containers-install.md @@ -37,7 +37,7 @@ all required components, it is only necessary to install the source for the component(s) you wish to develop with. **IMPORTANT:** Do not combine [Clear Containers 2.x](https://github.com/01org/cc-oci-runtime) and [Clear Containers 3.x](https://github.com/clearcontainers) on the same system. -Both projects ship ``cc-proxy`` and ``cc-shim`` which are not compatible with each other. +Both projects ship `cc-proxy` and `cc-shim` which are not compatible with each other. See [the upgrading document](upgrading.md) for further details. ### Setup the environment