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/).