We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec71b18 commit 5728577Copy full SHA for 5728577
2 files changed
packages/nx-plugin/README.md
@@ -46,7 +46,7 @@ Examples:
46
#### CLI
47
48
Install JS packages configure a target in your project json.
49
-See [CLI executor docs](./src/executor/cli/README.md) for details
+See [CLI executor docs](./src/executors/cli/README.md) for details
50
51
Examples:
52
packages/nx-plugin/src/executors/cli/README.md
@@ -74,4 +74,4 @@ Show what will be executed without actually executing it:
74
| **dryRun** | `boolean` | To debug the executor, dry run the command without real execution. |
75
| **bin** | `string` | Path to Code PushUp CLI |
76
77
-For all other options see the [CLI autorun documentation](../../cli/packages/cli/README.md#autorun-command).
+For all other options see the [CLI autorun documentation](../../../../cli/README.md#autorun-command).
0 commit comments