From 8760bf7be484e23c9422f941aedce98b2039a9e4 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Wed, 3 May 2017 08:52:00 +0100 Subject: [PATCH] build(aio): fix paths to template macros in overview-dump template --- aio/tools/transforms/templates/overview-dump.template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/tools/transforms/templates/overview-dump.template.html b/aio/tools/transforms/templates/overview-dump.template.html index 86e1b72e0e..2bd79834fa 100644 --- a/aio/tools/transforms/templates/overview-dump.template.html +++ b/aio/tools/transforms/templates/overview-dump.template.html @@ -1,5 +1,5 @@ -{% import "lib/githubLinks.html" as github -%} -{% import "lib/paramList.html" as params -%} +{% import "api/lib/githubLinks.html" as github -%} +{% import "api/lib/paramList.html" as params -%}