Skip to content

Commit

Permalink
fix: README links to command source code result in 404
Browse files Browse the repository at this point in the history
closes #8
  • Loading branch information
shazron committed Apr 15, 2020
1 parent 3917be8 commit c42b91e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @adobe/aio-cli-plugin-certificate
$ ./bin/run COMMAND
running command...
$ ./bin/run (-v|--version|version)
@adobe/aio-cli-plugin-certificate/0.1.1 darwin-x64 node-v10.16.1
@adobe/aio-cli-plugin-certificate/0.1.1 darwin-x64 node-v10.18.1
$ ./bin/run --help [COMMAND]
USAGE
$ ./bin/run COMMAND
Expand All @@ -43,7 +43,7 @@ USAGE
$ ./bin/run certificate
```

_See code: [src/commands/certificate/index.js](https://github.com/adobe/aio-cli-plugin-certificate/blob/v0.1.1/src/commands/certificate/index.js)_
_See code: [src/commands/certificate/index.js](https://github.com/adobe/aio-cli-plugin-certificate/blob/0.1.1/src/commands/certificate/index.js)_

## `./bin/run certificate:generate`

Expand Down Expand Up @@ -77,7 +77,7 @@ DESCRIPTION
services.
```

_See code: [src/commands/certificate/generate.js](https://github.com/adobe/aio-cli-plugin-certificate/blob/v0.1.1/src/commands/certificate/generate.js)_
_See code: [src/commands/certificate/generate.js](https://github.com/adobe/aio-cli-plugin-certificate/blob/0.1.1/src/commands/certificate/generate.js)_

## `./bin/run certificate:verify FILE`

Expand All @@ -97,7 +97,7 @@ DESCRIPTION
Verifies that the certificate is valid, and/or will not expire in [--days] days from now.
```

_See code: [src/commands/certificate/verify.js](https://github.com/adobe/aio-cli-plugin-certificate/blob/v0.1.1/src/commands/certificate/verify.js)_
_See code: [src/commands/certificate/verify.js](https://github.com/adobe/aio-cli-plugin-certificate/blob/0.1.1/src/commands/certificate/verify.js)_
<!-- commandsstop -->

## Contributing
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"bin": "./bin/run",
"devPlugins": [
"@oclif/plugin-help"
]
],
"repositoryPrefix": "<%- repo %>/blob/<%- version %>/<%- commandPath %>"
},
"main": "src/certificate-helpers.js",
"scripts": {
Expand Down

0 comments on commit c42b91e

Please sign in to comment.