Skip to content

Commit

Permalink
feat(links): change enterprise links
Browse files Browse the repository at this point in the history
Update Enterprise links in header and footer to new landing page.
  • Loading branch information
theetrain committed Aug 23, 2016
1 parent 49cab1b commit 2a6f50e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<a href="/license">License</a>
<a href="/terms">Terms</a>
<a href="/privacy">Privacy</a>
<a href="/enterprise">Enterprise</a>
<a href="https://www.mashape.com/enterprise/">Enterprise</a>
<a href="http://blog.mashape.com/category/open-source/" target="_blank">News</a>
</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/_includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<li><a href="/docs/" {% if page.url contains "/docs/" %} class="active"{% endif %}>Docs</a></li>
<li><a href="/plugins/" {% if page.url == "/plugins/" %} class="active"{% endif %}>Plugins</a></li>
<li><a href="/community/" {% if page.url == "/community/" %} class="active"{% endif %}>Community</a></li>
<li><a href="/enterprise/" {% if page.url == "/enterprise/" %} class="active"{% endif %}>Enterprise</a></li>
<li><a href="https://www.mashape.com/enterprise/">Enterprise</a></li>
<li><a href="{{ site.repos.kong }}" target="_blank">GitHub</a></li>
<li>
<a href="/install/" class="button button-dark{% if page.url == "/install/" %} active{% endif %}" data-analytics='{"event": "Clicked download", "type": "button", "location": "header"}'>Installation</a>
Expand Down

0 comments on commit 2a6f50e

Please sign in to comment.