@salesforce/plugin-command-reference 3.1.111 → 3.1.113

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -133,7 +133,7 @@ EXAMPLES
133
133
  $ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
134
134
  ```
135
135
 
136
- _See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.111/src/commands/commandreference/generate.ts)_
136
+ _See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.113/src/commands/commandreference/generate.ts)_
137
137
 
138
138
  ## `sf jit install`
139
139
 
@@ -154,6 +154,6 @@ EXAMPLES
154
154
  $ sf jit install
155
155
  ```
156
156
 
157
- _See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.111/src/commands/jit/install.ts)_
157
+ _See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.113/src/commands/jit/install.ts)_
158
158
 
159
159
  <!-- commandsstop -->