From c0319f7dbe81e3518c790223df0aafa733607cc2 Mon Sep 17 00:00:00 2001 From: Alexander Lyashuk Date: Sun, 22 Feb 2026 14:00:33 +0100 Subject: [PATCH] Update backend interface link in documentation --- content/dev/lc0/search/new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/dev/lc0/search/new.md b/content/dev/lc0/search/new.md index fd332c77..c89cdc51 100644 --- a/content/dev/lc0/search/new.md +++ b/content/dev/lc0/search/new.md @@ -27,5 +27,5 @@ On the other hand, the following aspects are provided by the API: also use the [`GenerateLegalMoves`](https://github.com/LeelaChessZero/lc0/blob/e0bbc58b8f4698ae1196f7bebf64a2fbf13a21fe/src/chess/board.h#L102) function to generate moves. -* **Backend interface, including caching.** +* **[Backend interface](https://github.com/LeelaChessZero/lc0/blob/master/src/neural/backend.h), including caching.** * **Syzygy tablebase API.**