diff --git a/source/dashboard/overview/features-dashboard.md b/source/dashboard/overview/features-dashboard.md index 3b669f3a5d..cccfd5c1b5 100644 --- a/source/dashboard/overview/features-dashboard.md +++ b/source/dashboard/overview/features-dashboard.md @@ -25,7 +25,7 @@ Additionally we've integrated the test runs into the Cypress {% url 'Desktop App # Example Projects -Once you're logged into the {% url 'Dashboard' https://on.cypress.io/dashboard %} you can view any {% url "public project" projects-dashboard#Public-vs-Private-Projects %}. +Once you're logged into the {% url 'Dashboard' https://on.cypress.io/dashboard %} you can view any {% url "public project" projects-dashboard#Public-vs-Private %}. **Here are some of our own public projects you can view:** diff --git a/source/dashboard/overview/runs-dashboard.md b/source/dashboard/overview/runs-dashboard.md index 634fd36454..988debab5b 100644 --- a/source/dashboard/overview/runs-dashboard.md +++ b/source/dashboard/overview/runs-dashboard.md @@ -6,7 +6,7 @@ comments: false Recorded runs capture the results from your test runs. {% note info %} -If you haven't set up your project to record {% url "read here" projects-dashboard#Set-up-a-project-to-record %}. +If you haven't set up your project to record {% url "read here" projects-dashboard#Setup %}. {% endnote %} # What is recorded? diff --git a/source/faq/questions/dashboard-faq.md b/source/faq/questions/dashboard-faq.md index 8aa33f6728..da6d9bcbc9 100644 --- a/source/faq/questions/dashboard-faq.md +++ b/source/faq/questions/dashboard-faq.md @@ -15,7 +15,7 @@ You can read more {% url 'here' features-dashboard %}. ## {% fa fa-angle-right %} How do I record my tests? -1. First {% url 'set up the project to record' projects-dashboard#Set-up-a-project-to-record %}. +1. First {% url 'set up the project to record' projects-dashboard#Setup %}. 2. Then {% url 'record your runs' runs-dashboard %}. After recording your tests, you will see them in the {% url 'Dashboard' https://on.cypress.io/dashboard %} and in the "Runs" tab of the Desktop Application. diff --git a/source/guides/guides/command-line.md b/source/guides/guides/command-line.md index d3e5b33292..90de10820f 100644 --- a/source/guides/guides/command-line.md +++ b/source/guides/guides/command-line.md @@ -135,7 +135,7 @@ cypress run --project ./some/nested/folder ***Run and record video of tests*** -Record video of tests running after {% url 'setting up your project to record' projects-dashboard#Set-up-a-project-to-record %}. After setting up your project you will be given a **Record Key**. +Record video of tests running after {% url 'setting up your project to record' projects-dashboard#Setup %}. After setting up your project you will be given a **Record Key**. ```shell cypress run --record --key @@ -155,7 +155,7 @@ Now you can omit the `--key` flag. cypress run --record ``` -You can {% url 'read more about recording runs here' projects-dashboard#Set-up-a-project-to-record %}. +You can {% url 'read more about recording runs here' projects-dashboard#Setup %}. ## `cypress open` diff --git a/source/guides/guides/continuous-integration.md b/source/guides/guides/continuous-integration.md index bdd3dc86ab..c8a156ee28 100644 --- a/source/guides/guides/continuous-integration.md +++ b/source/guides/guides/continuous-integration.md @@ -99,7 +99,7 @@ Cypress can record your tests running and make them available in our {% url 'Das ***To record tests running:*** -1. {% url 'Set up your project to record' projects-dashboard#Set-up-a-project-to-record %} +1. {% url 'Set up your project to record' projects-dashboard#Setup %} 2. {% url 'Pass the `--record` flag to `cypress run`' command-line#cypress-run %} You can {% url 'read more about the Dashboard here' features-dashboard %}. diff --git a/source/guides/references/configuration.md b/source/guides/references/configuration.md index f96b714f76..af60242d7e 100644 --- a/source/guides/references/configuration.md +++ b/source/guides/references/configuration.md @@ -3,7 +3,7 @@ title: Configuration comments: false --- -When a project is added to Cypress, a `cypress.json` file is created in the project. This file is used to store the `projectId` ({% url 'after configuring your tests to record' projects-dashboard#Set-up-a-project-to-record %}) and any configuration values you supply. +When a project is added to Cypress, a `cypress.json` file is created in the project. This file is used to store the `projectId` ({% url 'after configuring your tests to record' projects-dashboard#Setup %}) and any configuration values you supply. ```json {