From 0610a2cb0f2beff2285853b21d816980d479e76f Mon Sep 17 00:00:00 2001 From: miguel Date: Fri, 19 Apr 2024 16:50:53 +0100 Subject: [PATCH] fix(chess):broken link --- subjects/mobile-dev/chess/resources/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/subjects/mobile-dev/chess/resources/README.md b/subjects/mobile-dev/chess/resources/README.md index f796aef1..3631b28a 100644 --- a/subjects/mobile-dev/chess/resources/README.md +++ b/subjects/mobile-dev/chess/resources/README.md @@ -96,14 +96,12 @@ From now on, players can exchange moves to play chess. ## Chess moves The players exchange with text messages to indicate their chess move. -As of chess move notation - [Long algebraic notation](long-algebraic-notation) is used. +As of chess move notation - [Long algebraic notation]() is used. Players need to send chess move messages strictly by the defined notion. If the chess engine fails to identify the chess move, then the player will receive an error message - the user will be prompted to send a valid move. -[long-algebraic-notation]: https://en.wikipedia.org/wiki/Algebraic_notation_(chess)#Long_algebraic_notation - ## Features - Supports many concurrent games.