ref: 1caf7f7adfe4ec5750b0e25b15eecb9eae9062db
parent: d63ea0ce207002e79e4bae1909370f65aff9c881
author: zamfofex <zamfofex@twdb.moe>
date: Mon May 26 19:56:19 EDT 2025
replace domain
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@
download
---
-Pre‐compiled executables for Linux of moonfish (and some of its tools) may be found at <https://moonfish.neocities.org>
+Pre‐compiled executables for Linux of moonfish (and some of its tools) may be found at <https://moonfish.cc>
contributing to moonfish
---
--- a/scripts/compare.sh
+++ b/scripts/compare.sh
@@ -16,7 +16,7 @@
rm -f moonfish
mkdir -p compare
-[[ -f compare/openings.fen ]] || wget -O- https://moonfish.neocities.org/pohl.fen.xz | xz -d > compare/openings.fen
+[[ -f compare/openings.fen ]] || wget -O- https://moonfish.cc/pohl.fen.xz | xz -d > compare/openings.fen
dirty=
[[ "x$(git status --porcelain)" = x ]] || dirty=-dirty
--
⑨