Compare commits

..

2 commits

Author SHA1 Message Date
2e46abbee0
Merge branch 'master' of https://git.cscherr.de/PlexSheep/wordle-analyzer
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m25s
2024-04-04 20:41:32 +02:00
d831dfb546
solver docs 2024-04-04 20:41:25 +02:00

View file

@ -22,7 +22,9 @@ pub use stupid::StupidSolver;
///
/// # Examples
///
/// For a detailed example, see the `/bin/solve/simple.rs` (`wordlesolve`) binary.
/// For a detailed example, see the
/// [`wordlesolve`](https://git.cscherr.de/PlexSheep/wordle-analyzer/src/branch/master/src/bin/solve/simple.rs)
/// binary.
///
/// # Builtins
///