Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

README links to command source code result in 404 #74

Closed
shazron opened this issue Apr 14, 2020 · 0 comments · Fixed by #75
Closed

README links to command source code result in 404 #74

shazron opened this issue Apr 14, 2020 · 0 comments · Fixed by #75

Comments

@shazron
Copy link
Member

shazron commented Apr 14, 2020

Describe the bug
oclif/dev-cli has a bug where it assumes a version tag is prefixed by v when it should respect the setting in .npmrc. See oclif/dev-cli#123

Workaround is setting this key in the plugin's package.json:

"oclif": {
    "repositoryPrefix": "<%- repo %>/blob/<%- version %>/<%- commandPath %>"
  }

To Reproduce
See the section for a command in README.md, the link to the source goes to 404.

Expected behavior
The link works.

Actual behavior
The link does not work.

@shazron shazron transferred this issue from adobe/aio-lib-ims-jwt Apr 15, 2020
@shazron shazron transferred this issue from adobe/jwt-auth Apr 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant