From 31b8f0cbbd78b56ca21847a95000ff60e1dbdbb8 Mon Sep 17 00:00:00 2001 From: Reece Langerock Date: Sat, 6 Jun 2020 06:54:10 -0500 Subject: [PATCH] Update README.md (#289) Documentation link was broken thx to @ReeceLangerock --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b80ca3..6d08495 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The main purpose of this repository is to show a working Node.js API Server + front-end project and workflow for writing Node code in TypeScript. -It is not a goal to be a comprehensive and definitive guide to making a TypeScript and Node project, but as a working reference maintained by the community. If you are interested in starting a new TypeScript project - check out the bootstrapping tools reference in [the TypeScript Website](https://www.typescriptlang.org/docs/home) +It is not a goal to be a comprehensive and definitive guide to making a TypeScript and Node project, but as a working reference maintained by the community. If you are interested in starting a new TypeScript project - check out the bootstrapping tools reference in [the TypeScript Website](https://www.typescriptlang.org/docs/home.html) [![Dependency Status](https://david-dm.org/Microsoft/TypeScript-Node-Starter.svg)](https://david-dm.org/Microsoft/TypeScript-Node-Starter) [![Build Status](https://travis-ci.org/Microsoft/TypeScript-Node-Starter.svg?branch=master)](https://travis-ci.org/Microsoft/TypeScript-Node-Starter)