Skip to content

Commit

Permalink
fix hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jun 10, 2023
1 parent 9e0444f commit 2f40f6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/position.rs
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,8 @@ pub trait Position {
/// configuration where `color` can win with a series of legal moves?
/// If not, then `color` has insufficient winning material.
///
/// For a complete dynamic unwinnability solver see https://chasolver.org/.
/// For a complete dynamic unwinnability solver see
/// <https://chasolver.org/>.
fn has_insufficient_material(&self, color: Color) -> bool;

/// Tests special variant winning, losing and drawing conditions.
Expand Down

0 comments on commit 2f40f6d

Please sign in to comment.