~skiqqy/chess

e1d34b931e98d6b61a2daf49d669efae2d1b6c54 — Stephen Cochrane 2 years ago ff6a040 master
Final change to README
1 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +2 -2
@@ 34,9 34,9 @@ $ make test

This is a simple implementation of chess, using the interface defined by
[`include/engine.h`](https://git.sr.ht/~skiqqy/chess/tree/master/item/include/engine.h)
as defined by [TGB](https://git.sr.ht/~skiqqy/tgb).
as defined by [TGB](https://sr.ht/~skiqqy/tgb/).

This engine will be used in the [TGB](https://git.sr.ht/~skiqqy/tgb) project,
This engine will be used in the [TGB](https://sr.ht/~skiqqy/tgb/) project,
for more information consult the TGB
[README](https://git.sr.ht/~skiqqy/tgb/tree/master/item/README.md).