Skip to content

Commit

Permalink
fix: [M3-7558] - Update guide link for Secure Your Server Marketplace…
Browse files Browse the repository at this point in the history
… app (linode#10782)

* fix link for Secure Your Server marketplace app

* Added changeset: Guide link for Secure Your Server app on Marketplace

* update title
  • Loading branch information
coliu-akamai authored Aug 14, 2024
1 parent 8c6f129 commit 543ad59
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-10782-fixed-1723574317048.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Fixed
---

Guide link for Secure Your Server app on Marketplace ([#10782](https://github.com/linode/manager/pull/10782))
5 changes: 3 additions & 2 deletions packages/manager/src/features/OneClickApps/oneClickAppsv2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -825,8 +825,9 @@ export const oneClickApps: Record<number, OCA> = {
name: 'Secure Your Server',
related_guides: [
{
href: 'https://www.linode.com/docs/guides/set-up-and-secure/',
title: 'Securing your Server',
href:
'https://www.linode.com/docs/products/tools/marketplace/guides/secure-your-server/',
title: 'Secure Your Server through the Linode Marketplace',
},
],
summary: `Harden your Linode before you deploy with the Secure Your Server One-Click App.`,
Expand Down

0 comments on commit 543ad59

Please sign in to comment.