diff --git a/locale/en/knowledge/getting-started/npm/what-is-the-file-package-json.md b/locale/en/knowledge/getting-started/npm/what-is-the-file-package-json.md index a7f05e6b93540..00ea1daf422ef 100644 --- a/locale/en/knowledge/getting-started/npm/what-is-the-file-package-json.md +++ b/locale/en/knowledge/getting-started/npm/what-is-the-file-package-json.md @@ -47,4 +47,4 @@ Finally, the `dependencies` field is used to list all the dependencies of your p It is also possible to add a `devDependencies` field to your `package.json` - these are dependencies not required for normal operation, but required/recommended if you want to patch or modify the project. If you built your unit tests using a testing framework, for example, it would be appropriate to put the testing framework you used in your `devDependencies` field. To install a project's `devDependencies`, simply pass the `--dev` option when you use `npm install`. -For even more options, you can look through the [online docs](https://github.com/npm/npm/blob/master/doc/files/package.json.md) or run `npm help json` +For even more options, you can look through the [online docs](https://docs.npmjs.com/files/package.json) or run `npm help json`. diff --git a/locale/pt-br/knowledge/getting-started/npm/what-is-the-file-package-json.md b/locale/pt-br/knowledge/getting-started/npm/what-is-the-file-package-json.md index 2fe8928d7100e..934024f1c6a42 100644 --- a/locale/pt-br/knowledge/getting-started/npm/what-is-the-file-package-json.md +++ b/locale/pt-br/knowledge/getting-started/npm/what-is-the-file-package-json.md @@ -47,4 +47,4 @@ Finalmente, o campo `dependencies` é usado para listar todas as dependências d Também é possível adicionar um campo `devDependencies` ao seu `package.json` - são dependências não necessárias para a operação normal, mas necessárias/recomendadas se você deseja corrigir ou modificar o projeto. Por exemplo, se você construiu testes de unidade usando um framework, seria apropriado colocar o framework de testes utilizado no campo `devDependencies`. Para instalar o `devDependencies` de um projeto, simplesmente passe a opção` --dev` ao usar o `npm install`. -Para ainda mais opções, você pode consultar os [documentos on-line](https://github.com/npm/npm/blob/master/doc/files/package.json.md) ou executar o `npm help json`. +Para ainda mais opções, você pode consultar os [documentos on-line](https://docs.npmjs.com/files/package.json) ou executar o `npm help json`.