Skip to content

Commit

Permalink
docs: correct bad links in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Dec 10, 2022
1 parent 7349f07 commit ad4c2ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -14,7 +14,7 @@
- Specify [environment variables](#env)
- Run only some [spec files](#specs)
- Test [project in subfolder](#project)
- [Record results](#record-test-results-on-cypress-dashboard) on Cypress Cloud
- [Record results](#record-test-results-on-cypress-cloud) on Cypress Cloud
- Tag [recordings](#tag-recordings)
- [Quiet output](#quiet-flag)
- Store [test artifacts](#artifacts) on GitHub
Expand Down Expand Up @@ -550,7 +550,7 @@ You can run [Cypress component tests](https://on.cypress.io/component-testing) i
component: true
```

See the example project [component-test](/examples/v10/component-tests/) and the [example-component-test-workflow](.github/workflows/example-component-test.yml) for more details.
See the example project [component-test](examples/v10/component-tests/) and the [example-component-test-workflow](.github/workflows/example-component-test.yml) for more details.

### Build app

Expand Down Expand Up @@ -900,7 +900,7 @@ See [cypress-gh-action-subfolders](https://github.com/bahmutov/cypress-gh-action

### Yarn workspaces

This action should discover Yarn workspace correctly. For example, see folder [examples/start-and-yarn-workspaces](examples/start-and-yarn-workspaces) and workflow file [example-start-and-yarn-workspaces.yml](.github/workflows/example-start-and-yarn-workspaces.yml)
This action should discover Yarn workspace correctly. For example, see folder [examples/v10/start-and-yarn-workspaces](examples/v10/start-and-yarn-workspaces) and workflow file [example-start-and-yarn-workspaces.yml](.github/workflows/example-start-and-yarn-workspaces.yml)

```yaml
name: example-start-and-yarn-workspaces
Expand All @@ -915,7 +915,7 @@ jobs:
- uses: actions/checkout@v2
- uses: cypress-io/github-action@v4
with:
working-directory: examples/start-and-yarn-workspaces/workspace-1
working-directory: examples/v10/start-and-yarn-workspaces/workspace-1
build: yarn run build
start: yarn start
wait-on: 'http://localhost:5000'
Expand Down

0 comments on commit ad4c2ed

Please sign in to comment.