From ca17162e377e0a0bf3fae9d92d0fdcb32084a9fe Mon Sep 17 00:00:00 2001 From: zhoulixiang <18366276315@163.com> Date: Wed, 29 Sep 2021 17:59:17 +0800 Subject: [PATCH] docs: update link to nodejs.org to use https (#4700) --- .github/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/contributing.md b/.github/contributing.md index 9dd15e39..608af30f 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -40,7 +40,7 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before ## Development Setup -You will need [Node.js](http://nodejs.org) **version 10+**, and [Yarn 1.x](https://yarnpkg.com/en/docs/install). +You will need [Node.js](https://nodejs.org) **version 10+**, and [Yarn 1.x](https://yarnpkg.com/en/docs/install). After cloning the repo, run: