Skip to content

Commit 7d78d67

Browse files
authored
Merge pull request linode#358 from linode/master
Release v1.1.61 merge master into develop
2 parents 6ba3660 + aa971cb commit 7d78d67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/3_organisms/footer-nav.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const FooterNav = () => (
6767
</a>
6868
</div>
6969
<div className="o-layout__module c-copyright">
70-
&copy; {new Date().getFullYear()} All rights reserved.
70+
&copy; 2003-{new Date().getFullYear()} Linode LLC. <br />All rights reserved.
7171
</div>
7272
<div className="o-layout__module c-social">
7373
<nav className="o-menu">
@@ -182,9 +182,9 @@ const FooterNav = () => (
182182
</a>
183183
</li>
184184
<li className="o-menu__item">
185-
<a className="o-menu__link" href="https://www.linode.com/linode-vs-aws/">
185+
<a className="o-menu__link" href="https://www.linode.com/compare/">
186186
<span className="o-menu__title">
187-
Linode vs. AWS
187+
Linode vs. Competitors
188188
</span>
189189
</a>
190190
</li>

src/content/changelog/4-87-0-2021-03-22.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ changelog:
1414

1515
- The Service Transfer Create ([POST /account/service-transfers](https://www.linode.com/docs/api/account/#service-transfer-create)) endpoint description incorrectly stated that Backups for transferred Linodes were not included in a transfer, and associated data would be removed/cancelled. This has been corrected to state that Backups are transferred with Linodes as well.
1616

17-
- Previously, the IPv6 SLAAC address for Linodes were incorrectly returned with /64 prefixes for endpoints such as Linode View ([GET /linode/instances/{linodeId}](https://www.linode.com/docs/api/linode-instances/#linode-view)). This has been fixed so that Linode IPv6 SLAAC addresses are accurately returned with /128 prefixes.
17+
- Previously, the IPv6 SLAAC addresses for Linodes were incorrectly returned with /64 prefixes for endpoints such as Linode View ([GET /linode/instances/{linodeId}](https://www.linode.com/docs/api/linode-instances/#linode-view)). This has been fixed so that Linode IPv6 SLAAC addresses are accurately returned with /128 prefixes.

0 commit comments

Comments
 (0)