Skip to content

Commit bd733b3

Browse files
committed
chore(docs): Fix links to integrate docs
1 parent c463d89 commit bd733b3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ npm run integrate
9292

9393
In your continuous integration (CI) environment, run `npm run integrate` (or `yarn integrate`) to run additional integration tests for the library. The integration "project" will also be typed and linted. This can also be run locally (i.e. for commit hooks but is not recommended).
9494

95+
Read the API docs for more on [`benmvp integrate`](docs/cli/integrate.md).
96+
9597
## Docs
9698

9799
`@benmvp/cli` has two interfaces: a CLI and a Node API. View the [full docs](docs/).

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The CLI exposes the following commands:
1010
- [`benmvp test`](cli/test.md) - Runs a one-time pass of typing, linting, unit tests & code coverage for the library
1111
- [`benmvp start`](cli/start.md) - Runs the lib's tests in on-going watch mode during active development
1212
- [`benmvp build`](cli/build.md) - Builds the library into the desired module formats at the specified location
13-
- [`benmvp integrate`](integrate.md) - Runs additional integration tests for the library
13+
- [`benmvp integrate`](cli/integrate.md) - Runs additional integration tests for the library
1414

1515
## Node API docs
1616

@@ -20,5 +20,5 @@ The Node API exposes the following functions:
2020
- [`test()`](api/test.md) - Runs a one-time pass of the specified modes of tests
2121
- [`start()`](api/start.md) - Runs the specified modes of tests in on-going watch mode during active development
2222
- [`build()`](api/build.md) - Builds the library into the desired module formats at the specified location
23-
- [`integrate()`](integrate.md) - Runs additional integration tests for the library
23+
- [`integrate()`](api/integrate.md) - Runs additional integration tests for the library
2424
- [`run()`](api/run.md) - Parses the specified array of CLI arguments to runs the desired command

0 commit comments

Comments
 (0)