From 7bf8858626c7ff804f11b5571b0d23bda0d49720 Mon Sep 17 00:00:00 2001 From: Nicholas Reinicke Date: Wed, 27 Nov 2024 12:40:20 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36cf54c..da6aa12 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Currently supported map formats are: pip install mappymatch ``` -If you have trouble with that, check out [the docs](https://mappymatch.readthedocs.io/en/latest/general/install.html) for more detailed install instructions. +If you have trouble with that, check out [the docs](https://nrel.github.io/mappymatch/install.html) for more detailed install instructions. ## Example Usage @@ -60,4 +60,4 @@ df = matches.matches_to_dataframe() ## Example Notebooks -Example JupyterLab notebooks making use of mappymatch can be found in the [mappymatch examples repository](https://github.com/NREL/mappymatch-examples). +Check out the [LCSS Example](https://nrel.github.io/mappymatch/lcss-example.html) for an example of working with the package.