Skip to content

Commit 0ba3347

Browse files
Updated SourcePushAdd.description
1 parent b227a28 commit 0ba3347

File tree

1 file changed

+1
-1
lines changed
  • packages/cli/source/src/commands/source/push

1 file changed

+1
-1
lines changed

packages/cli/source/src/commands/source/push/add.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {AddDisplay} from '../../../lib/addDisplay';
2929

3030
export default class SourcePushAdd extends CLICommand {
3131
public static description =
32-
'Index a JSON document into a Coveo Push source. See https://github.com/coveo/cli/wiki/Pushing-JSON-Files-with-the-Coveo-CLI for more information.';
32+
'Index a JSON document into a Coveo Push source. See [Pushing JSON Files with the Coveo CLI](https://github.com/coveo/cli/wiki/Pushing-JSON-Files-with-the-Coveo-CLI) for more information.';
3333

3434
public static flags = {
3535
...withFiles(),

0 commit comments

Comments
 (0)