Skip to content

Commit

Permalink
fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mann committed Oct 26, 2017
1 parent 4b3b80e commit 61e0e08
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion source/dashboard/overview/features-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down
2 changes: 1 addition & 1 deletion source/dashboard/overview/runs-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion source/faq/questions/dashboard-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions source/guides/guides/command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <record_key>
Expand All @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion source/guides/guides/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}.
Expand Down
2 changes: 1 addition & 1 deletion source/guides/references/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 61e0e08

Please sign in to comment.