Skip to content

Commit

Permalink
Cleanup links throughout
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelwhitton committed Dec 2, 2024
1 parent 5037dc0 commit 40fc0d0
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion source/content/customer-scheduled-cron-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ While this feature is in Early Access, Pantheon's development team releases new

</Alert>

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

Expand Down
2 changes: 1 addition & 1 deletion source/content/drupal-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion source/content/guides/getstarted/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Alert>
Expand Down
2 changes: 1 addition & 1 deletion source/content/guides/getstarted/06-addsite.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion source/content/guides/launch/02-create-site-launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion source/content/guides/woocommerce/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This guide is here to help you get a WooCommerce store up and running on Pantheo
* Accept orders on your **<Icon icon="wavePulse" /> Live** site and pull your database to your **<Icon icon="equalizer" /> Test** and **<Icon icon="wrench" /> 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: **<Icon icon="wrench" /> Dev**, **<Icon icon="equalizer" /> Test**, and **<Icon icon="wavePulse" /> Live**.
Expand Down
2 changes: 1 addition & 1 deletion source/content/guides/woocommerce/02-store-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions source/content/products.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Pantheon offers a wide array of products and features to simplify building and m

</Product>

<Product title={"New Relic Performance Monitoring"} link={"/newrelic"}>
<Product title={"New Relic Performance Monitoring"} link={"/guides/new-relic"}>

New Relic® Performance Monitoring provides a nearly real-time look into the performance of a web application.

Expand All @@ -108,7 +108,7 @@ Pantheon offers a wide array of products and features to simplify building and m

</Product>

<Product title={"Terminus CLI"} link={"/terminus-overview"}>
<Product title={"Terminus CLI"} link={"/terminus"}>

Access complete platform functionality from our integrated command line.

Expand Down

0 comments on commit 40fc0d0

Please sign in to comment.