clicking on Books & Training sends user to Education (#2701)

When user clicks in Books & Training item in footer the website should take them to Education section (anchor) in the middle of the page, not to the top where Development section is.
This commit is contained in:
ikilled 2016-11-14 18:39:46 +00:00 committed by Ward Bell
parent d63b1ccea3
commit a423a5abc7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ div(class="main-footer" data-swiftype-index="false")
// TODO: (ericjim) make a libraries page to showcase all angular libraries
//li <a href="/libraries.html">Libraries</a>
li <a href="/about/">About</a>
li <a href="/resources/">Books & Training</a>
li <a href="/resources/#Education">Books & Training</a>
li <a href="/resources/">Tools & Libraries</a>
li <a href="/resources/">Community</a>
li <a href="/presskit.html">Press Kit</a>