Skip to content

Commit

Permalink
Switch to https for NoobBook (#709)
Browse files Browse the repository at this point in the history
No functional change.

Bench: 23621947
  • Loading branch information
robertnurnberg authored Jan 26, 2024
1 parent b7e979b commit a478f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/noobprobe/noobprobe.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ bool ProbeNoob(Position *pos) {
puts("info string NoobBook: Querying chessdb.cn for a move...");

// Query dbcn
char *msg_fmt = "GET http://www.chessdb.cn/cdb.php?action=querybest&board=%s\n";
char *msg_fmt = "GET https://www.chessdb.cn/cdb.php?action=querybest&board=%s\n";
char *hostname = "www.chessdb.cn";
char *response = Query(hostname, msg_fmt, pos);

Expand Down

0 comments on commit a478f3c

Please sign in to comment.