From 3b79220b95cee03d3b5c92eeed0d1221ce3c6683 Mon Sep 17 00:00:00 2001 From: Resi Respati Date: Mon, 11 Dec 2017 23:52:52 +0700 Subject: [PATCH] [docs] added some links --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index bc37a22..4448036 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # Screeps Typescript Starter -Screeps Typescript Starter is a starting point for a Screeps AI written in Typescript. It provides everything you need to start writing your AI whilst leaving `main.ts` as empty as possible. +Screeps Typescript Starter is a starting point for a Screeps AI written in [Typescript](http://www.typescriptlang.org/). It provides everything you need to start writing your AI whilst leaving `main.ts` as empty as possible. ## What's new @@ -12,7 +12,7 @@ The new version does away with all this and only provides only the code and tool ### Rollup! -We have swapped the bundler from Webpack to Rollup. Rollup is easier to configure and can be set up to do everything needed for Screeps. It also comes with various improvements over Webpack, which you can learn more about [here](./in-depth/module-bundling.md). +We have swapped the bundler from Webpack to [Rollup](https://rollupjs.org/). Rollup is easier to configure and can be set up to do everything needed for Screeps. It also comes with various improvements over Webpack, which you can learn more about [here](./in-depth/module-bundling.md). ### Better docs!