Skip to content

Commit 7fbe7cd

Browse files
committed
docs: fix links to commands
1 parent 1b02378 commit 7fbe7cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ EXAMPLES
8484
$ sf metadata-coverage check --metadata CustomHelpMenuSection --2gp-managed --api-version 65.0
8585
```
8686

87-
_See code: [lib/commands/metadata-coverage/check.js](https://github.com/amtrack/sf-plugin-metadata-coverage/blob/main/lib/commands/metadata-coverage/check.js)_
87+
_See code: [lib/commands/metadata-coverage/check.js](https://github.com/amtrack/sf-plugin-metadata-coverage/blob/main/src/commands/metadata-coverage/check.ts)_
8888

8989
## `sf metadata-coverage download`
9090

@@ -112,7 +112,7 @@ EXAMPLES
112112
$ sf metadata-coverage download --api-version 65.0
113113
```
114114

115-
_See code: [lib/commands/metadata-coverage/download.js](https://github.com/amtrack/sf-plugin-metadata-coverage/blob/main/lib/commands/metadata-coverage/download.js)_
115+
_See code: [lib/commands/metadata-coverage/download.js](https://github.com/amtrack/sf-plugin-metadata-coverage/blob/main/src/commands/metadata-coverage/download.ts)_
116116
<!-- commandsstop -->
117117

118118
### Example Use Cases

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"bin": "sf",
3535
"commands": "./lib/commands",
36-
"repositoryPrefix": "<%- repo %>/blob/main/<%- commandPath %>",
36+
"repositoryPrefix": "<%- repo %>/blob/main/<%- commandPath.replace('lib/', 'src/').replace('.js', '.ts') %>",
3737
"topicSeparator": " ",
3838
"topics": {
3939
"metadata-coverage": {

0 commit comments

Comments
 (0)