Skip to content

Commit 5728577

Browse files
committed
docs(nx-plugin): correct README links
1 parent ec71b18 commit 5728577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/nx-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Examples:
4646
#### CLI
4747

4848
Install JS packages configure a target in your project json.
49-
See [CLI executor docs](./src/executor/cli/README.md) for details
49+
See [CLI executor docs](./src/executors/cli/README.md) for details
5050

5151
Examples:
5252

packages/nx-plugin/src/executors/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ Show what will be executed without actually executing it:
7474
| **dryRun** | `boolean` | To debug the executor, dry run the command without real execution. |
7575
| **bin** | `string` | Path to Code PushUp CLI |
7676

77-
For all other options see the [CLI autorun documentation](../../cli/packages/cli/README.md#autorun-command).
77+
For all other options see the [CLI autorun documentation](../../../../cli/README.md#autorun-command).

0 commit comments

Comments
 (0)