microsoft / TypeScript-Node-Starter

A reference example for TypeScript and Node with a detailed README describing how to use the two together.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README link to TypeScript Website's documentation is broken

Julien-Marcou opened this issue · comments

I don't know if the problem comes from the website or the README file, but the link to the TypeScript Website's documentation doesn't work :

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)

https://www.typescriptlang.org/docs/home => 404
https://www.typescriptlang.org/docs/home.html => 200

Either TypeScript website has changed its URL format to now include .html extension, or the link in the README isn't correct.

@Julien-Marcou
Thanks for the report! This is probably due to infrastructure detail change on the MS site. Will let folks know about this.
Closed by 2cb1d52