diff --git a/docs/quickstart.md b/docs/quickstart.md index caae4de..70be658 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -184,4 +184,4 @@ This way you can look at the whole dataset at once, sliced by `Batch` and `Label ![](quickstart/05-demo-plot.png) -[Read more][gui.md] +[Read more](gui.md) diff --git a/pyproject.toml b/pyproject.toml index 524186a..f45f061 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dynamic = ["version"] [project.urls] Homepage = "https://github.com/LewisResearchGroup/ms-mint-app" -Documentation = "https://github.com/LewisResearchGroup/ms-mint-app#readme" +Documentation = "https://lewisresearchgroup.github.io/ms-mint-app/" Repository = "https://github.com/LewisResearchGroup/ms-mint-app.git" "Bug Tracker" = "https://github.com/LewisResearchGroup/ms-mint-app/issues"