Skip to content

Commit 77167c0

Browse files
committed
Fix company name and website in footer
1 parent 1ca26df commit 77167c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/page.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@
114114
</div>
115115
</div>
116116
&copy; <script type="text/javascript"> var d = new Date();
117-
document.write(d.getFullYear());</script> <a href="http://gopivotal.com">GoPivotal</a>, Inc. All Rights Reserved.
118-
<a href="http://www.gopivotal.com/terms-of-use">Terms of Use</a> and
119-
<a href="http://www.gopivotal.com/privacy-policy">Privacy</a>
117+
document.write(d.getFullYear());</script> <a href="http://www.pivotal.io">Pivotal Software</a>, Inc. All Rights Reserved.
118+
<a href="http://www.pivotal.io/terms-of-use">Terms of Use</a> and
119+
<a href="http://www.pivotal.io/privacy-policy">Privacy</a>
120120
</div>
121121
<div class="span4 footer-newsletter--wrapper pull-right">
122122
<div class="footer-newsletter--container">

0 commit comments

Comments
 (0)