Skip to content

Commit

Permalink
fix: [OCA-1229] - Correct links to Main Concept and Simplex docs (#9854)
Browse files Browse the repository at this point in the history
* fix:[oca-1229] correct links to main concept docs

* fix:[oca-1129] correct simplex doc hyperlink

* adds changeset

* lint changeset formatting

* Update packages/manager/.changeset/pr-9854-fixed.md

Co-authored-by: Connie Liu <139280159+coliu-akamai@users.noreply.github.com>

* remove changeset formatting

* Fix changeset

* Make changeset description better

---------

Co-authored-by: Connie Liu <139280159+coliu-akamai@users.noreply.github.com>
Co-authored-by: mjac0bs <mjacobs@akamai.com>
  • Loading branch information
3 people authored Oct 31, 2023
1 parent a6b17ec commit 6d29594
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-9854-fixed-1698764756434.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Fixed
---

Incorrect docs links for Main Concept and Simplex Marketplace apps ([#9854](https://github.com/linode/manager/pull/9854))
12 changes: 6 additions & 6 deletions packages/manager/src/features/OneClickApps/oneClickApps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ export const oneClickApps: OCA[] = [
related_guides: [
{
href:
'https://www.linode.com/docs/products/tools/marketplace/guides/mcffmpegplugins/',
'https://www.linode.com/docs/products/tools/marketplace/guides/mainconcept-ffmpeg-plugins/',
title:
'Deploy MainConcept FFmpeg Plugins through the Linode Marketplace',
},
Expand All @@ -1158,7 +1158,7 @@ export const oneClickApps: OCA[] = [
related_guides: [
{
href:
'https://www.linode.com/docs/products/tools/marketplace/guides/mcliveencoder/',
'https://www.linode.com/docs/products/tools/marketplace/guides/mainconcept-live-encoder/',
title: 'Deploy MainConcept Live Encoder through the Linode Marketplace',
},
],
Expand All @@ -1179,7 +1179,7 @@ export const oneClickApps: OCA[] = [
related_guides: [
{
href:
'https://www.linode.com/docs/products/tools/marketplace/guides/mcp2avcultratranscoder/',
'https://www.linode.com/docs/products/tools/marketplace/guides/mainconcept-p2-avc-ultra/',
title:
'Deploy MainConcept P2 AVC Ultra Transcoder through the Linode Marketplace',
},
Expand All @@ -1202,7 +1202,7 @@ export const oneClickApps: OCA[] = [
related_guides: [
{
href:
'https://www.linode.com/docs/products/tools/marketplace/guides/mcp2xavc/',
'https://www.linode.com/docs/products/tools/marketplace/guides/mainconcept-xavc-transcoder/',
title:
'Deploy MainConcept XAVC Transcoder through the Linode Marketplace',
},
Expand All @@ -1225,7 +1225,7 @@ export const oneClickApps: OCA[] = [
related_guides: [
{
href:
'https://www.linode.com/docs/products/tools/marketplace/guides/mcp2xdcam/',
'https://www.linode.com/docs/products/tools/marketplace/guides/mainconcept-xdcam-transcoder/',
title:
'Deploy MainConcept XDCAM Transcoder through the Linode Marketplace',
},
Expand Down Expand Up @@ -2265,7 +2265,7 @@ export const oneClickApps: OCA[] = [
related_guides: [
{
href:
'https://www.linode.com/docs/products/tools/marketplace/guides/simplexchat/',
'https://www.linode.com/docs/products/tools/marketplace/guides/simplex/',
title: 'Deploy SimpleX chat through the Linode Marketplace',
},
],
Expand Down

0 comments on commit 6d29594

Please sign in to comment.