@salesforce/plugin-community 3.2.18 → 3.2.20

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
@@ -167,7 +167,7 @@ FLAG DESCRIPTIONS
167
167
  available in your org.
168
168
  ```
169
169
 
170
- _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.18/src/commands/community/create.ts)_
170
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.20/src/commands/community/create.ts)_
171
171
 
172
172
  ## `sf community list template`
173
173
 
@@ -202,7 +202,7 @@ EXAMPLES
202
202
  $ sf community list template --target-org my-scratch-org
203
203
  ```
204
204
 
205
- _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.18/src/commands/community/list/template.ts)_
205
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.20/src/commands/community/list/template.ts)_
206
206
 
207
207
  ## `sf community publish`
208
208
 
@@ -251,6 +251,6 @@ EXAMPLES
251
251
  $ sf community publish --name 'My Customer Site'
252
252
  ```
253
253
 
254
- _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.18/src/commands/community/publish.ts)_
254
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.20/src/commands/community/publish.ts)_
255
255
 
256
256
  <!-- commandsstop -->