From 9cb0da0f3a52e878f427dd546fa7efdbd2b99cd9 Mon Sep 17 00:00:00 2001 From: Marcus Hughes Date: Tue, 5 Nov 2024 13:25:35 -0700 Subject: [PATCH] fix broken doc links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 763cff8..ad6b7cd 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ the initial image with the target PSF (d). The panels are gamma-corrected to hig ## Getting started -`pip install regularizepsf` and then follow along with the [documentation](https://punch-mission.github.io/regularizepsf/concepts.html). +`pip install regularizepsf` and then follow along with the [documentation](https://regularizepsf.readthedocs.io/en/latest/index.html). ## Contributing We encourage all contributions. If you have a problem with the code or would like to see a new feature, please open an issue. Or you can submit a pull request. -If you're contributing code please see [this package's development guide](https://punch-mission.github.io/regularizepsf/development.html). +If you're contributing code please see [this package's development guide](https://regularizepsf.readthedocs.io/en/latest/development.html). ## License See [LICENSE file](LICENSE)