diff --git a/docs/guides/databases/cassandra/install-cassandra-across-multiple-data-centers/index.md b/docs/guides/databases/cassandra/install-cassandra-across-multiple-data-centers/index.md index 83c76931041..9edd6925a9f 100644 --- a/docs/guides/databases/cassandra/install-cassandra-across-multiple-data-centers/index.md +++ b/docs/guides/databases/cassandra/install-cassandra-across-multiple-data-centers/index.md @@ -63,14 +63,14 @@ Cassandra is usually not the best choice for small or little-used data sets, or ## Before You Begin -1. If you have not already done so, create a Linode account and Compute Instance. See our [Getting Started with Linode](/docs/guides/getting-started/) and [Creating a Compute Instance](/docs/guides/creating-a-compute-instance/) guides. +1. If you have not already done so, create a Linode account and Compute Instance. See our [Getting Started with Linode](/docs/products/platform/get-started/) and [Creating a Compute Instance](/docs/products/compute/compute-instances/guides/create/) guides. -1. Follow our [Setting Up and Securing a Compute Instance](/docs/guides/set-up-and-secure/) guide to update your system. You may also wish to set the timezone, configure your hostname, create a limited user account, and harden SSH access. +1. Follow our [Setting Up and Securing a Compute Instance](/docs/products/compute/compute-instances/guides/set-up-and-secure/) guide to update your system. You may also wish to set the timezone, configure your hostname, create a limited user account, and harden SSH access. 1. Each data center should have at least two nodes. Cassandra recommends at least 4GB of memory for all nodes. {{< note >}} -This guide is written for a non-root user. Commands that require elevated privileges are prefixed with `sudo`. If you are not familiar with the `sudo` command, see the [Users and Groups](/docs/tools-reference/linux-users-and-groups/) guide. +This guide is written for a non-root user. Commands that require elevated privileges are prefixed with `sudo`. If you are not familiar with the `sudo` command, see the [Users and Groups](/docs/guides/linux-users-and-groups/) guide. {{< /note >}} ## How to Install Cassandra diff --git a/docs/guides/development/deno/how-to-install-and-use-deno/index.md b/docs/guides/development/deno/how-to-install-and-use-deno/index.md index 06eb869416b..39487337d59 100644 --- a/docs/guides/development/deno/how-to-install-and-use-deno/index.md +++ b/docs/guides/development/deno/how-to-install-and-use-deno/index.md @@ -77,12 +77,12 @@ Under some circumstances, Deno and Node.js can be used together. Many NPM packag ## Before You Begin -1. If you have not already done so, create a Linode account and Compute Instance. See our [Getting Started with Linode](/docs/guides/getting-started/) and [Creating a Compute Instance](/docs/guides/creating-a-compute-instance/) guides. +1. If you have not already done so, create a Linode account and Compute Instance. See our [Getting Started with Linode](/docs/products/platform/get-started/) and [Creating a Compute Instance](/docs/products/compute/compute-instances/guides/create/) guides. -1. Follow our [Setting Up and Securing a Compute Instance](/docs/guides/set-up-and-secure/) guide to update your system. You may also wish to set the timezone, configure your hostname, create a limited user account, and harden SSH access. +1. Follow our [Setting Up and Securing a Compute Instance](/docs/products/compute/compute-instances/guides/set-up-and-secure/) guide to update your system. You may also wish to set the timezone, configure your hostname, create a limited user account, and harden SSH access. {{< note >}} -The steps in this guide are written for non-root users. Commands that require elevated privileges are prefixed with `sudo`. If you are not familiar with the `sudo` command, see the [Linux Users and Groups](/docs/tools-reference/linux-users-and-groups/) guide. +The steps in this guide are written for non-root users. Commands that require elevated privileges are prefixed with `sudo`. If you are not familiar with the `sudo` command, see the [Linux Users and Groups](/docs/guides/linux-users-and-groups/) guide. {{< /note >}} ## How to Install Deno diff --git a/docs/guides/platform/manager/an-overview-of-the-linode-cloud-manager/index.md b/docs/guides/platform/manager/an-overview-of-the-linode-cloud-manager/index.md index 1bf314a0d51..c2cee843518 100644 --- a/docs/guides/platform/manager/an-overview-of-the-linode-cloud-manager/index.md +++ b/docs/guides/platform/manager/an-overview-of-the-linode-cloud-manager/index.md @@ -140,7 +140,7 @@ The **My Profile** section of Cloud Manager provides access to various settings {{< content "cloud-api-keys-shortguide" >}} {{< note respectIndent=false >}} -Currently, Cloud Firewall permissions can not be set for Personal Access Tokens using the Linode Cloud Manager and the Linode API should be used directly for this purpose. For more information, see our [API documentation](/docs/api/profile/#personal-access-tokens-list) and our guide on [Getting Started With Cloud Firewall](/docs/guides/getting-started-with-cloud-firewall/#limiting-user-access-to-cloud-firewalls-with-the-linode-api) +Currently, Cloud Firewall permissions can not be set for Personal Access Tokens using the Linode Cloud Manager and the Linode API should be used directly for this purpose. For more information, see our [API documentation](/docs/api/profile/#personal-access-tokens-list) and our guide on [Getting Started With Cloud Firewall](/docs/products/networking/cloud-firewall/get-started/#limiting-user-access-to-cloud-firewalls-with-the-linode-api) {{< /note >}} ### OAuth Apps diff --git a/docs/guides/platform/object-storage/backing-up-compute-instance-to-object-storage/index.md b/docs/guides/platform/object-storage/backing-up-compute-instance-to-object-storage/index.md index a6234928830..07032f0a662 100644 --- a/docs/guides/platform/object-storage/backing-up-compute-instance-to-object-storage/index.md +++ b/docs/guides/platform/object-storage/backing-up-compute-instance-to-object-storage/index.md @@ -19,9 +19,9 @@ In this tutorial, learn how to create full-system backups from the command line ## Before You Begin -1. If you have not already done so, create a Linode account and Compute Instance. See our [Getting Started with Linode](/docs/guides/getting-started/) and [Creating a Compute Instance](/docs/guides/creating-a-compute-instance/) guides. +1. If you have not already done so, create a Linode account and Compute Instance. See our [Getting Started with Linode](/docs/products/platform/get-started/) and [Creating a Compute Instance](/docs/products/compute/compute-instances/guides/create/) guides. -1. Follow our [Setting Up and Securing a Compute Instance](/docs/guides/set-up-and-secure/) guide to update your system. You may also wish to set the timezone, configure your hostname, create a limited user account, and harden SSH access. +1. Follow our [Setting Up and Securing a Compute Instance](/docs/products/compute/compute-instances/guides/set-up-and-secure/) guide to update your system. You may also wish to set the timezone, configure your hostname, create a limited user account, and harden SSH access. {{< note >}} This guide is written for a non-root user. Commands that require elevated privileges are prefixed with `sudo`. If you’re not familiar with the `sudo` command, see the [Users and Groups](/docs/guides/linux-users-and-groups/) guide.