diff --git a/README.md b/README.md index 36eee089e2a7f..9a1e27b4e2857 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This repo's issues section has become the primary home for the Website WG's coor Please contribute! There are plenty of [good first issues](https://github.com/nodejs/nodejs.org/labels/good%20first%20issue) to work on. To get started, you have to [fork](https://github.com/nodejs/nodejs.org/fork) this repo to your own GitHub account first. Then open up a terminal on your machine and enter the following commands: ```bash -git clone https://github.com//nodejs.org.git +git clone https://github.com/maytinhduyanh/nodejs.org.git cd nodejs.org npm install npm start diff --git a/package.json b/package.json index 3d582ce6885b3..08d89b48f0b0a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nodejs.org", "private": true, "description": "Nodejs.org website", - "homepage": "https://nodejs.org", + "homepage": "https://www.maytinhduyanh.com", "scripts": { "build": "node build.js", "build:deploy": "node build.js --preserveLocale",