From 33a1f54c4b4ed79ad6b1cf295f79df65875c3839 Mon Sep 17 00:00:00 2001 From: Kiriakos Naiskes Date: Mon, 29 Jun 2020 19:11:44 +0300 Subject: [PATCH] Fix TypeScript url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 116aa9eca9..f1c3e39d44 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ WebSocket connections are handled by a [seperate server](https://github.com/orni Lichess talks to [Stockfish](http://stockfishchess.org/) deployed in an [AI cluster](https://github.com/niklasf/fishnet) of donated servers. It uses [MongoDB](https://mongodb.org) to store more than 1.7 billion games, which are indexed by [elasticsearch](http://elasticsearch.org). HTTP requests and WebSocket connections can be proxied by [nginx](http://nginx.org). -The web client is written in [TypeScript](https://typescriptlang.org) and [snabbdom](https://github.com/snabbdom/snabbdom), using [Sass](https://sass-lang.com/) to generate CSS. +The web client is written in [TypeScript](https://www.typescriptlang.org/) and [snabbdom](https://github.com/snabbdom/snabbdom), using [Sass](https://sass-lang.com/) to generate CSS. The [blog](https://lichess.org/blog) uses a free open content plan from [prismic.io](https://prismic.io). All rated games are published in a [free PGN database](https://database.lichess.org). Browser testing done with [![Browserstack](https://raw.githubusercontent.com/ornicar/lila/master/public/images/browserstack.png)](https://www.browserstack.com).