Skip to content

Commit

Permalink
Easier link maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Jan 9, 2025
1 parent 39f4131 commit dd5eb37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ playComputerModal.props.modal.show();

## WebSocket Connections

The ChesslaBlab website is integrated with [PHP Chess Server](https://chesslablab.github.io/chess-server/), an asynchronous WebSocket server that provides functionality to play chess online over a WebSocket connection.
The ChesslaBlab website is integrated with [PHP Chess Server](https://github.com/chesslablab/chess-server), an asynchronous WebSocket server that provides functionality to play chess online over a WebSocket connection.

The environment variables required for the chess server can be found in the [assets/env.example.js](https://github.com/chesslablab/website/blob/main/assets/env.example.js) file.

As described in [the docs](https://chesslablab.github.io/chess-server/start/), these are the game modes available:
These are the game modes available:

- `analysis` is used to start games for further analysis.
- `play` allows to play chess online with other players.
Expand Down

0 comments on commit dd5eb37

Please sign in to comment.