diff --git a/content/behind-atom/sections/interacting-with-other-packages-via-services.md b/content/behind-atom/sections/interacting-with-other-packages-via-services.md index 388e638cea..5419d743c3 100644 --- a/content/behind-atom/sections/interacting-with-other-packages-via-services.md +++ b/content/behind-atom/sections/interacting-with-other-packages-via-services.md @@ -37,7 +37,7 @@ module.exports = { } ``` -Similarly, to consume a service, specify one or more [version _ranges_](https://docs.npmjs.com/cli/v7/using-npm/semver#ranges), each paired with the name of a method on the package's main module: +Similarly, to consume a service, specify one or more [version _ranges_](https://github.com/npm/node-semver#ranges), each paired with the name of a method on the package's main module: ```json {