From 064efb475f842b89a29f2fe5f0d1fb8ee5771c01 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 23 Mar 2017 20:07:17 -0700 Subject: [PATCH] fix: replace 2.X.Y with 4.X.Y --- public/_includes/_hero.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/_includes/_hero.jade b/public/_includes/_hero.jade index 725e0e8985..bf346a6a3a 100644 --- a/public/_includes/_hero.jade +++ b/public/_includes/_hero.jade @@ -15,7 +15,7 @@ if current.path[4] && current.path[3] == 'api' if current.path.indexOf('cheatsheet') > 0 || current.path[current.path.length-2] === 'api' - var base = current.path[4] ? '../guide' : './guide'; - - var ngVersion = '(v2.X.Y)'; + - var ngVersion = '(v4.X.Y)'; header.hero.background-sky h1(class="hero-title #{textFormat}") #{headerTitle} !{ngVersion}