Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-13306-changed-1769075007870.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Changed
---

Update copy & URL for feedback link ([#13306](https://github.com/linode/manager/pull/13306))
2 changes: 1 addition & 1 deletion packages/manager/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export const ADDRESSES = {
// Linode Community URL accessible from the TopMenu Community icon
export const LINODE_COMMUNITY_URL = 'https://linode.com/community';

export const FEEDBACK_LINK = 'https://www.linode.com/feedback/';
export const FEEDBACK_LINK = 'https://www.akamai.com/cloud/feedback';

export const DEVELOPERS_LINK = 'https://developers.linode.com';

Expand Down
2 changes: 1 addition & 1 deletion packages/manager/src/features/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const Footer = React.memo(() => {
v{packageJson.version}
</StyledLink>
<StyledLink to={DEVELOPERS_LINK}>API Reference</StyledLink>
<StyledLink to={FEEDBACK_LINK}>Provide Feedback</StyledLink>
<StyledLink to={FEEDBACK_LINK}>Suggest Improvements</StyledLink>
</Stack>
<Stack
direction="row"
Expand Down