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-13378-fixed-1770412705473.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Fixed
---

Broken Linode CLI link in the Linode Create code snippets dialog ([#13378](https://github.com/linode/manager/pull/13378))
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const LinodeCLIPanel = ({
'Install and Configure the Linode CLI'
);
}}
to="https://techdocs.akamai.com/cloud-computing/docs/install-and-configure-the-cli"
to="https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli"
>
Install and Configure the Linode CLI
</Link>{' '}
Expand Down