diff --git a/source/content/customer-scheduled-cron-jobs.md b/source/content/customer-scheduled-cron-jobs.md index ce25bce560..e8a52c33fe 100644 --- a/source/content/customer-scheduled-cron-jobs.md +++ b/source/content/customer-scheduled-cron-jobs.md @@ -28,7 +28,7 @@ While this feature is in Early Access, Pantheon's development team releases new -The [Terminus](/terminus-overview) Scheduled Jobs Plugin allows customers to schedule and automate specific cron jobs according to their requirements. You can specify the desired frequency (e.g., daily, weekly, monthly, hourly), and the actions to be performed. The system then executes the scheduled jobs automatically based on the provided instructions. +The [Terminus](/terminus) Scheduled Jobs Plugin allows customers to schedule and automate specific cron jobs according to their requirements. You can specify the desired frequency (e.g., daily, weekly, monthly, hourly), and the actions to be performed. The system then executes the scheduled jobs automatically based on the provided instructions. ## Requirements diff --git a/source/content/drupal-10.md b/source/content/drupal-10.md index 31eca44d67..f013c3041f 100644 --- a/source/content/drupal-10.md +++ b/source/content/drupal-10.md @@ -41,7 +41,7 @@ Drupal 10 is now available on the Pantheon platform. This page will be updated f This process requires [Composer](https://getcomposer.org/doc/01-basic-usage.md) version 2.2 and uses Pantheon's current [PHP version](/guides/php#supported-php-versions). -1. Create a new Drupal site using the ["Drupal with Composer" CMS/Start State](/add-site/) documentation. +1. Create a new Drupal site following the steps to ["Create a new CMS Site"](/guides/getstarted/addsite/#create-a-new-cms-site) documentation. 1. [Clone the site](/guides/git/git-config#clone-your-site-codebase) locally with Git. diff --git a/source/content/guides/account-mgmt/workspace-sites-teams/03-workspaces.md b/source/content/guides/account-mgmt/workspace-sites-teams/03-workspaces.md index 1c208e2a23..abf695721d 100644 --- a/source/content/guides/account-mgmt/workspace-sites-teams/03-workspaces.md +++ b/source/content/guides/account-mgmt/workspace-sites-teams/03-workspaces.md @@ -132,7 +132,7 @@ Workspaces cannot be deleted. 1. [Go to the workspace](/guides/account-mgmt/workspace-sites-teams/workspaces#switch-between-workspaces) you wish to add sites to. -1. Click **Migrate Existing Site** or **Create New Site**. Refer to [Adding a Site to Pantheon](/add-site) for more details. +1. Click **Migrate Existing Site** or **Create New Site**. Refer to [Adding a Site to Pantheon](/guides/getstarted/addsite/) for more details. ### Why do login attempts fail for all users across my workspace simultaneously? diff --git a/source/content/guides/account-mgmt/workspace-sites-teams/05-sites.md b/source/content/guides/account-mgmt/workspace-sites-teams/05-sites.md index 40992810fd..ff78180dfe 100644 --- a/source/content/guides/account-mgmt/workspace-sites-teams/05-sites.md +++ b/source/content/guides/account-mgmt/workspace-sites-teams/05-sites.md @@ -34,7 +34,7 @@ To view a Site Dashboard: ## Add a Site -For guidance on how best to create or migrate a site, see [Adding a Site to Pantheon](/add-site). +For guidance on how best to create or migrate a site, see [Adding a Site to Pantheon](/guides/getstarted/addsite/). ## Manage Sites diff --git a/source/content/guides/getstarted/01-introduction.md b/source/content/guides/getstarted/01-introduction.md index b182b1dcdd..57d80f31b5 100644 --- a/source/content/guides/getstarted/01-introduction.md +++ b/source/content/guides/getstarted/01-introduction.md @@ -35,7 +35,6 @@ This guide will walk you through the specific steps of getting set up on Pantheo | Resource | Use this to... | |---|---| -| [Pantheon Overview](/overview) | Learn the language of Pantheon by learning about its architecture, products, workflows, and more. | | [Workspaces, Sites, and Teams](/guides/account-mgmt/workspace-sites-teams) | Learn how Workspaces, Sites, and Teams work together to help you manage your sites. | | [The Pantheon Dashboard](/guides/new-dashboard)| Get an overview of the features and functionality of the Pantheon Dashboard. diff --git a/source/content/guides/getstarted/06-addsite.md b/source/content/guides/getstarted/06-addsite.md index 5720e12af2..fc32725bc8 100644 --- a/source/content/guides/getstarted/06-addsite.md +++ b/source/content/guides/getstarted/06-addsite.md @@ -17,7 +17,7 @@ permalink: docs/guides/getstarted/addsite editpath: getstarted/addsite.md --- -There are dozens of ways to add a site on Pantheon. This section covers the most common scenarios for new users: creating a new CMS site (a site running WordPress or Drupal), or migrating an existing WordPress or Drupal site. For additional scenarios, see the [Adding a Site to Pantheon](/add-site) section at the end of this document. +There are dozens of ways to add a site on Pantheon. This section covers the most common scenarios for new users: creating a new CMS site (a site running WordPress or Drupal), or migrating an existing WordPress or Drupal site. For additional scenarios, see the [Adding a Site to Pantheon](/guides/getstarted/addsite/) section at the end of this document. ## Create a New CMS Site Pantheon CMS site contains three components: code, files, and a database containing the content and configurations of your Content Management System (CMS). When you create a site, you are creating each of these components in the Dev environment. Then, when you are ready, you will create your Test and Live environments. diff --git a/source/content/guides/launch/02-create-site-launch.md b/source/content/guides/launch/02-create-site-launch.md index 8694b9bff9..e0b86c5933 100644 --- a/source/content/guides/launch/02-create-site-launch.md +++ b/source/content/guides/launch/02-create-site-launch.md @@ -17,7 +17,7 @@ integration: [--] This section provides information on how to create your Live environment. -1. [Create a New Site](/add-site). +1. [Create a New Site](/guides/getstarted/addsite/). 1. Learn how to use [Workspaces](/guides/account-mgmt/workspace-sites-teams/workspaces). diff --git a/source/content/guides/local-development/03-lando-wordpress.md b/source/content/guides/local-development/03-lando-wordpress.md index 396d5fb8b4..e96c14d4cb 100644 --- a/source/content/guides/local-development/03-lando-wordpress.md +++ b/source/content/guides/local-development/03-lando-wordpress.md @@ -134,7 +134,7 @@ Verify that you have: - An account with Pantheon, which you can [register](https://pantheon.io/register) for free. -- A Pantheon hosted site ready to go. You can either use an existing Pantheon site or [spin up a new one](/add-site). +- A Pantheon hosted site ready to go. You can either use an existing Pantheon site or [spin up a new one](/guides/getstarted/addsite/). - A unique Pantheon [machine token](/machine-tokens). diff --git a/source/content/guides/woocommerce/01-introduction.md b/source/content/guides/woocommerce/01-introduction.md index 4f38acc43b..6760bec044 100644 --- a/source/content/guides/woocommerce/01-introduction.md +++ b/source/content/guides/woocommerce/01-introduction.md @@ -27,7 +27,7 @@ This guide is here to help you get a WooCommerce store up and running on Pantheo * Accept orders on your ** Live** site and pull your database to your ** Test** and ** Dev** environments for future changes. ## Before You Begin -Before we get going it's important that you already have a [Pantheon account](https://pantheon.io/register) (they're free!), and you already know how to [create a site](/add-site). +Before we get going it's important that you already have a [Pantheon account](https://pantheon.io/register) (they're free!), and you already know how to [create a site](/guides/getstarted/addsite/). ### Learn the Pantheon Workflow At Pantheon we believe in workflows and processes that make developer's (and site owner's) lives better. To help with that, every site on Pantheon has three environments: ** Dev**, ** Test**, and ** Live**. diff --git a/source/content/guides/woocommerce/02-store-setup.md b/source/content/guides/woocommerce/02-store-setup.md index 2a20b459ae..a69fabbf72 100644 --- a/source/content/guides/woocommerce/02-store-setup.md +++ b/source/content/guides/woocommerce/02-store-setup.md @@ -14,7 +14,7 @@ type: guide permalink: docs/guides/woocommerce/store-setup/ editpath: woocommerce/02-store-setup.md --- -I've already gone ahead and [created a new site on Pantheon](/add-site). +I've already gone ahead and [created a new site on Pantheon](/guides/getstarted/addsite/). ![New Pantheon Site Dashboard](../../../images/guides/woocommerce/01-new-pantheon-site.png) diff --git a/source/content/products.md b/source/content/products.md index d734cb151c..2ea1a5fcac 100644 --- a/source/content/products.md +++ b/source/content/products.md @@ -96,7 +96,7 @@ Pantheon offers a wide array of products and features to simplify building and m - + New RelicĀ® Performance Monitoring provides a nearly real-time look into the performance of a web application. @@ -108,7 +108,7 @@ Pantheon offers a wide array of products and features to simplify building and m - + Access complete platform functionality from our integrated command line.