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}