From d64960d32f734ce4761874708820299d37bde089 Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Mon, 29 Jun 2020 19:16:59 +0200 Subject: [PATCH] Fix link in readme --- Readme.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Readme.md b/Readme.md index bc82875..ba919de 100644 --- a/Readme.md +++ b/Readme.md @@ -71,7 +71,7 @@ The python binding [pyffish](https://pypi.org/project/pyffish/) authored by [@gb ### Javascript -The javascript binding ffish.js authored by [@QueensGambit](https://github.com/QueensGambit) is implemented in [pyffishjs.cpp](https://github.com/ianfab/Fairy-Stockfish/blob/master/src/pyffish.cpp). The compilation/binding to javascript is done using emscripten, see the [readme](https://github.com/ianfab/Fairy-Stockfish/tree/master/tests/js). +The javascript binding ffish.js authored by [@QueensGambit](https://github.com/QueensGambit) is implemented in [ffishjs.cpp](https://github.com/ianfab/Fairy-Stockfish/blob/master/src/ffishjs.cpp). The compilation/binding to javascript is done using emscripten, see the [readme](https://github.com/ianfab/Fairy-Stockfish/tree/master/tests/js). # Stockfish ## Overview -- 1.7.0.4