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 #21
  • Loading branch information
shazron committed Apr 15, 2020
1 parent 8aa2fe9 commit 225fcd4
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 @@ -128,7 +128,7 @@ EXAMPLE
}
```

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

## `aio auth:ctx`

Expand Down Expand Up @@ -168,7 +168,7 @@ ALIASES
$ aio context
```

_See code: [src/commands/auth/ctx.js](https://github.com/adobe/aio-cli-plugin-auth/blob/v2.0.0/src/commands/auth/ctx.js)_
_See code: [src/commands/auth/ctx.js](https://github.com/adobe/aio-cli-plugin-auth/blob/2.0.0/src/commands/auth/ctx.js)_

## `aio auth:login`

Expand Down Expand Up @@ -220,7 +220,7 @@ ALIASES
$ aio login
```

_See code: [src/commands/auth/login.js](https://github.com/adobe/aio-cli-plugin-auth/blob/v2.0.0/src/commands/auth/login.js)_
_See code: [src/commands/auth/login.js](https://github.com/adobe/aio-cli-plugin-auth/blob/2.0.0/src/commands/auth/login.js)_

## `aio auth:logout`

Expand Down Expand Up @@ -257,7 +257,7 @@ ALIASES
$ aio logout
```

_See code: [src/commands/auth/logout.js](https://github.com/adobe/aio-cli-plugin-auth/blob/v2.0.0/src/commands/auth/logout.js)_
_See code: [src/commands/auth/logout.js](https://github.com/adobe/aio-cli-plugin-auth/blob/2.0.0/src/commands/auth/logout.js)_
<!-- commandsstop -->


Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"bin": "aio",
"devPlugins": [
"@oclif/plugin-help"
]
],
"repositoryPrefix": "<%- repo %>/blob/<%- version %>/<%- commandPath %>"
},
"repository": "https://github.com/adobe/aio-cli-plugin-auth",
"scripts": {
Expand Down

0 comments on commit 225fcd4

Please sign in to comment.