From 1f32820941b2a43ef851128d03bd6212a882c12d Mon Sep 17 00:00:00 2001 From: rzmk Date: Mon, 4 Mar 2024 18:02:05 -0500 Subject: [PATCH] docs: change lz link in README to docs page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14d19f1..11992fc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The `ladderz` project is a collection of math and tech concepts implemented in code. - **[`ladderz` library](https://rzmk.github.io/ladderz/)** - A Rust library for running concept implementations -- **[`lz` CLI](lz)** - A command line tool for running ladderz functions +- **[`lz` CLI](https://rzmk.github.io/ladderz/lz/index.html)** - A command line tool for running ladderz functions - **[notebooks](notebooks)** - Rust & Python Jupyter notebooks with concept exercises and solutions > If you're looking for a more efficient implementation of a concept (e.g., for use in your programs), other resources may be more useful.