Skip to content

Commit 05e1b75

Browse files
committed
chore: update links in readme
1 parent 9c65b13 commit 05e1b75

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ EXAMPLES
136136
$ sfdx force:apex:log:get -d Users/Desktop/logs -n 2
137137
```
138138

139-
_See code: [force/apex/log/get.ts](https://github.com/forcedotcom/salesforcedx-apex/blob/develop/packages/plugin-apex/src/commands/force/apex/log/get.ts)_
139+
_See code: [force/apex/log/get.ts](https://github.com/salesforcecli/plugin-apex/blob/main/src/commands/force/apex/log/get.ts)_
140140
<br /><br />
141141

142142
### `sfdx force:apex:log:list`
@@ -172,7 +172,7 @@ EXAMPLES
172172
$ sfdx force:apex:log:list -u [email protected]
173173
```
174174

175-
_See code: [force/apex/log/list.ts](https://github.com/forcedotcom/salesforcedx-apex/blob/develop/packages/plugin-apex/src/commands/force/apex/log/list.ts)_
175+
_See code: [force/apex/log/list.ts](https://github.com/salesforcecli/plugin-apex/blob/main/src/commands/force/apex/log/list.ts)_
176176
<br /><br />
177177

178178
### `sfdx force:apex:log:tail`
@@ -216,7 +216,7 @@ EXAMPLES
216216
$ sfdx force:apex:log:tail -c -s
217217
```
218218

219-
_See code: [force/apex/log/tail.ts](https://github.com/forcedotcom/salesforcedx-apex/blob/develop/packages/plugin-apex/src/commands/force/apex/log/tail.ts)_
219+
_See code: [force/apex/log/tail.ts](https://github.com/salesforcecli/plugin-apex/blob/main/src/commands/force/apex/log/tail.ts)_
220220
<br /><br />
221221

222222
### `sfdx force:apex:execute`
@@ -262,7 +262,7 @@ EXAMPLES
262262
finished.
263263
```
264264

265-
_See code: [force/apex/execute.ts](https://github.com/forcedotcom/salesforcedx-apex/blob/develop/packages/plugin-apex/src/commands/force/apex/execute.ts)_
265+
_See code: [force/apex/execute.ts](https://github.com/salesforcecli/plugin-apex/blob/main/src/commands/force/apex/execute.ts)_
266266
<br /><br />
267267

268268
### `sfdx force:apex:test:run`
@@ -355,7 +355,7 @@ EXAMPLES
355355
$ sfdx force:apex:test:run -l RunLocalTests -d <path to outputdir> -u [email protected]
356356
```
357357

358-
_See code: [force/apex/test/run.ts](https://github.com/forcedotcom/salesforcedx-apex/blob/develop/packages/plugin-apex/src/commands/force/apex/test/run.ts)_
358+
_See code: [force/apex/test/run.ts](https://github.com/salesforcecli/plugin-apex/blob/main/src/commands/force/apex/test/run.ts)_
359359
<br /><br />
360360

361361
### `sfdx force:apex:test:report`
@@ -414,6 +414,6 @@ EXAMPLES
414414
$ sfdx force:apex:test:report -i <test run id> -c -d <path to outputdir> -u me@myorg
415415
```
416416

417-
_See code: [force/apex/test/report.ts](https://github.com/forcedotcom/salesforcedx-apex/blob/develop/packages/plugin-apex/src/commands/force/apex/test/report.ts)_
417+
_See code: [force/apex/test/report.ts](https://github.com/salesforcecli/plugin-apex/blob/main/src/commands/force/apex/test/report.ts)_
418418

419419
<!-- commandsstop -->

0 commit comments

Comments
 (0)