Skip to content

Commit

Permalink
Direct users to our GitHub issues instead of npm.community
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 7, 2020
1 parent 3027211 commit e31752d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions docs/src/components/FoundTypo.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ const FoundTypo = () => {
<p><span role='img' aria-label='eyes-emoji'>👀</span> Found a typo? <a href='https://github.com/npm/cli/'>Let us know!</a></p>
<p>The current stable version of npm is <a href='https://github.com/npm/cli/'>here</a>. To upgrade, run: <code className='language-text'>npm install npm@latest -g</code></p>
<p>
To report bugs or submit feature requests for the docs, please post <a href='https://npm.community/c/support/docs-needed'>here</a>.
Submit npm issues <a href='https://npm.community/c/bugs'>here.</a>
To report bugs or submit feature requests for the docs, or for any
issues regarding the npm command line tool, please post <a
href='https://github.com/npm/cli/issues'>on the npm/cli GitHub
project</a>.
</p>
</Container>
)
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/error-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ process.on('exit', code => {
log.error('', 'cb() never called!')
console.error('')
log.error('', 'This is an error with npm itself. Please report this error at:')
log.error('', ' <https://npm.community>')
log.error('', ' <https://github.com/npm/cli/issues>')
writeLogFile()
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "https://github.com/npm/cli"
},
"bugs": {
"url": "https://npm.community/c/bugs"
"url": "https://github.com/npm/cli/issues"
},
"directories": {
"bin": "./bin",
Expand Down

0 comments on commit e31752d

Please sign in to comment.