Skip to content

Commit e31752d

Browse files
committed
Direct users to our GitHub issues instead of npm.community
1 parent 3027211 commit e31752d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/src/components/FoundTypo.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ const FoundTypo = () => {
1313
<p><span role='img' aria-label='eyes-emoji'>👀</span> Found a typo? <a href='https://github.com/npm/cli/'>Let us know!</a></p>
1414
<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>
1515
<p>
16-
To report bugs or submit feature requests for the docs, please post <a href='https://npm.community/c/support/docs-needed'>here</a>.
17-
Submit npm issues <a href='https://npm.community/c/bugs'>here.</a>
16+
To report bugs or submit feature requests for the docs, or for any
17+
issues regarding the npm command line tool, please post <a
18+
href='https://github.com/npm/cli/issues'>on the npm/cli GitHub
19+
project</a>.
1820
</p>
1921
</Container>
2022
)

lib/utils/error-handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ process.on('exit', code => {
5454
log.error('', 'cb() never called!')
5555
console.error('')
5656
log.error('', 'This is an error with npm itself. Please report this error at:')
57-
log.error('', ' <https://npm.community>')
57+
log.error('', ' <https://github.com/npm/cli/issues>')
5858
writeLogFile()
5959
}
6060

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/npm/cli"
2020
},
2121
"bugs": {
22-
"url": "https://npm.community/c/bugs"
22+
"url": "https://github.com/npm/cli/issues"
2323
},
2424
"directories": {
2525
"bin": "./bin",

0 commit comments

Comments
 (0)