From ad8d817c5241314217f0429fc18c94a22b99c087 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Wed, 22 Apr 2015 08:53:59 +0200 Subject: [PATCH] Add missing hashmark to link --- tests/integration/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/README.rst b/tests/integration/README.rst index 2e720e4..01c4f0f 100644 --- a/tests/integration/README.rst +++ b/tests/integration/README.rst @@ -11,7 +11,7 @@ Since hardcoding manifests for each test, bootstrapping them and booting the resulting images is too much code for a single test, a testing harness has been developed that reduces each test to it's bare essentials: -* Combine available `manifest partials `__ into a single manifest +* Combine available `manifest partials <#manifest-partials>`__ into a single manifest * Boot an instance from a manifest * Run tests on the booted instance