From 6ba4f84a26af35b184d4f698ee3e4be898b25634 Mon Sep 17 00:00:00 2001 From: Resi Respati Date: Sat, 30 Dec 2017 09:56:05 +0700 Subject: [PATCH] [docs] download from the new master branch instead of v3.0 --- README.md | 2 +- docs/README.md | 2 +- docs/in-depth/cookbook.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6c8a5a..d0eff61 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ You will need: - Node.JS (Latest LTS is recommended) - A Package Manager (Yarn or NPM) -Download the latest source [here](https://github.com/screepers/screeps-typescript-starter/archive/v3.0.zip) and extract it to a folder. +Download the latest source [here](https://github.com/screepers/screeps-typescript-starter/archive/master.zip) and extract it to a folder. Open the folder in your terminal and run `npm install` (or `yarn`) to install the dependencies. diff --git a/docs/README.md b/docs/README.md index 7f775cd..ab86561 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,7 +22,7 @@ Maintaining the docs will also become a more community-focused effort, which mea ## Download -Download the latest source [here](https://github.com/screepers/screeps-typescript-starter/archive/v3.0.zip), or clone this repo. +Download the latest source [here](https://github.com/screepers/screeps-typescript-starter/archive/master.zip), or clone this repo. ```bash git clone https://github.com/screepers/screeps-typescript-starter.git diff --git a/docs/in-depth/cookbook.md b/docs/in-depth/cookbook.md index 1bb4e06..6dc0b76 100644 --- a/docs/in-depth/cookbook.md +++ b/docs/in-depth/cookbook.md @@ -1,3 +1,3 @@ # Cookbook -This section contains a community-maintained list of slightly more advanced tips and tricks to help better improve your Screeps AI development workflow with TypeScript. Feel free to [contribute your own](https://github.com/screepers/screeps-typescript-starter/tree/v3.0/docs)! +This section contains a community-maintained list of slightly more advanced tips and tricks to help better improve your Screeps AI development workflow with TypeScript. Feel free to [contribute your own](https://github.com/screepers/screeps-typescript-starter/tree/master/docs)!