From 40ca29c6b7b455c0f02287f918c238714e14e54f Mon Sep 17 00:00:00 2001 From: parhan <57286339+apriliandi246@users.noreply.github.com> Date: Sat, 3 Oct 2020 03:57:29 +0700 Subject: [PATCH] fix link in getting started page fix link for npm, to directly go to npm for jest --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 6627ec9f40e3..e5a9f42e529c 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -9,7 +9,7 @@ Install Jest using [`yarn`](https://yarnpkg.com/en/package/jest): yarn add --dev jest ``` -Or [`npm`](https://www.npmjs.com/): +Or [`npm`](https://www.npmjs.com/package/jest): ```bash npm install --save-dev jest