Skip to content

Commit 2c80900

Browse files
Backport PR #7730: Remove link to npmjs.com (#7731)
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
1 parent d2f4e0c commit 2c80900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jupyter notebook
7272

7373
### Local changes in Notebook dependencies
7474

75-
The development installation described above fetches JavaScript dependencies from [npmjs](https://www.npmjs.com/),
75+
The development installation described above fetches JavaScript dependencies from `npm`.
7676
according to the versions in the _package.json_ file.
7777
However, it is sometimes useful to be able to test changes in Notebook, with dependencies (e.g. `@jupyterlab` packages) that have not yet
7878
been published.

0 commit comments

Comments
 (0)