From 46856678a215039bca886008bb98fc8d2d75cb9c Mon Sep 17 00:00:00 2001 From: niteesh66 <75600337+niteesh66@users.noreply.github.com> Date: Fri, 2 Jul 2021 20:37:42 +0530 Subject: [PATCH] Update README.md Updated URL for scalatags --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab4c5d7ef5..842ae8742e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The UI is available in more than [130 languages](https://crowdin.com/project/lic Lichess is written in [Scala 2.13](https://www.scala-lang.org/), and relies on the [Play 2.8](https://www.playframework.com/) framework. -[scalatags](https://www.lihaoyi.com/scalatags/) is used for templating. +[scalatags](https://com-lihaoyi.github.io/scalatags/) is used for templating. Pure chess logic is contained in the [scalachess](https://github.com/ornicar/scalachess) submodule. The server is fully asynchronous, making heavy use of Scala Futures and [Akka streams](https://akka.io). WebSocket connections are handled by a [separate server](https://github.com/ornicar/lila-ws) that communicates using [redis](https://redis.io/).