Skip to content

Commit

Permalink
fix: README links to command source code result in 404 (#102)
Browse files Browse the repository at this point in the history
closes #99
  • Loading branch information
shazron committed Apr 15, 2020
1 parent c9e528e commit 54702ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $ npm install -g @adobe/aio-cli-plugin-console
$ ./bin/run COMMAND
running command...
$ ./bin/run (-v|--version|version)
@adobe/aio-cli-plugin-console/2.0.4 darwin-x64 node-v10.15.3
@adobe/aio-cli-plugin-console/2.0.4 darwin-x64 node-v10.18.1
$ ./bin/run --help [COMMAND]
USAGE
$ ./bin/run COMMAND
Expand Down Expand Up @@ -82,7 +82,7 @@ EXAMPLES
$ aio console current-integration
```

_See code: [src/commands/console/index.js](https://github.com/adobe/aio-cli-plugin-console/blob/v2.0.4/src/commands/console/index.js)_
_See code: [src/commands/console/index.js](https://github.com/adobe/aio-cli-plugin-console/blob/2.0.4/src/commands/console/index.js)_

## `./bin/run console:integration NAMESPACE`

Expand All @@ -103,7 +103,7 @@ ALIASES
$ ./bin/run console:int
```

_See code: [src/commands/console/integration.js](https://github.com/adobe/aio-cli-plugin-console/blob/v2.0.4/src/commands/console/integration.js)_
_See code: [src/commands/console/integration.js](https://github.com/adobe/aio-cli-plugin-console/blob/2.0.4/src/commands/console/integration.js)_

## `./bin/run console:list-integrations`

Expand All @@ -124,7 +124,7 @@ ALIASES
$ ./bin/run console:list
```

_See code: [src/commands/console/list-integrations.js](https://github.com/adobe/aio-cli-plugin-console/blob/v2.0.4/src/commands/console/list-integrations.js)_
_See code: [src/commands/console/list-integrations.js](https://github.com/adobe/aio-cli-plugin-console/blob/2.0.4/src/commands/console/list-integrations.js)_

## `./bin/run console:reset-integration [INTEGRATION_ID]`

Expand All @@ -142,7 +142,7 @@ ALIASES
$ ./bin/run console:reset
```

_See code: [src/commands/console/reset-integration.js](https://github.com/adobe/aio-cli-plugin-console/blob/v2.0.4/src/commands/console/reset-integration.js)_
_See code: [src/commands/console/reset-integration.js](https://github.com/adobe/aio-cli-plugin-console/blob/2.0.4/src/commands/console/reset-integration.js)_

## `./bin/run console:select-integration [INTEGRATION_ID]`

Expand All @@ -169,7 +169,7 @@ ALIASES
$ ./bin/run console:select
```

_See code: [src/commands/console/select-integration.js](https://github.com/adobe/aio-cli-plugin-console/blob/v2.0.4/src/commands/console/select-integration.js)_
_See code: [src/commands/console/select-integration.js](https://github.com/adobe/aio-cli-plugin-console/blob/2.0.4/src/commands/console/select-integration.js)_

## `./bin/run console:selected-integration`

Expand All @@ -187,5 +187,5 @@ ALIASES
$ ./bin/run console:current
```

_See code: [src/commands/console/selected-integration.js](https://github.com/adobe/aio-cli-plugin-console/blob/v2.0.4/src/commands/console/selected-integration.js)_
_See code: [src/commands/console/selected-integration.js](https://github.com/adobe/aio-cli-plugin-console/blob/2.0.4/src/commands/console/selected-integration.js)_
<!-- commandsstop -->
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"console": {
"description": "List or select console integrations for the Adobe I/O Runtime"
}
}
},
"repositoryPrefix": "<%- repo %>/blob/<%- version %>/<%- commandPath %>"
},
"repository": "adobe/aio-cli-plugin-console",
"scripts": {
Expand Down

0 comments on commit 54702ca

Please sign in to comment.