Skip to content

Commit

Permalink
docs: update link to CLI issues
Browse files Browse the repository at this point in the history
Credit: @jameshfisher
Close: #1881
Reviewed-by: @darcyclarke
  • Loading branch information
jameshfisher authored and darcyclarke committed Jan 8, 2021
1 parent 7a05740 commit 1d235b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/FoundTypo.js
Expand Up @@ -13,8 +13,8 @@ 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, please post <a href='https://github.com/npm/cli/issues'>here</a>.
Submit npm issues <a href='https://github.com/npm/cli/issues'>here.</a>
</p>
</Container>
)
Expand Down

0 comments on commit 1d235b2

Please sign in to comment.