]> git.sesse.net Git - stockfish/blobdiff - src/bitboard.cpp
Assorted trivial cleanups (#1894)
[stockfish] / src / bitboard.cpp
index 398c6bf77858a5bfb79635ba732a1952b54896bf..8079b783b6d004178a77644130f9340f2ee00758 100644 (file)
@@ -184,8 +184,8 @@ namespace {
 
   // init_magics() computes all rook and bishop attacks at startup. Magic
   // bitboards are used to look up attacks of sliding pieces. As a reference see
 
   // init_magics() computes all rook and bishop attacks at startup. Magic
   // bitboards are used to look up attacks of sliding pieces. As a reference see
-  // chessprogramming.wikispaces.com/Magic+Bitboards. In particular, here we
-  // use the so called "fancy" approach.
+  // www.chessprogramming.org/Magic_Bitboards. In particular, here we use the so
+  // called "fancy" approach.
 
   void init_magics(Bitboard table[], Magic magics[], Direction directions[]) {
 
 
   void init_magics(Bitboard table[], Magic magics[], Direction directions[]) {