Skip to content

Commit ccdb9f8

Browse files
authored
Update link (#1151)
1 parent 49b03bc commit ccdb9f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wiki/Create-a-homemade-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ As an alternative to creating an entire chess engine and implementing one of the
33

44
Steps to create a homemade bot:
55

6-
1. Do all the steps in the [How to Install](#how-to-install)
6+
1. Do all the steps in the [How to Install](./How-to-Install)
77
2. In the `config.yml`, change the engine protocol to `homemade`
88
3. Create a class in `homemade.py` that extends `MinimalEngine`.
99
4. Create a method called `search()` with an argument `board` that chooses a legal move from the board.

0 commit comments

Comments
 (0)