diff --git a/README.md b/README.md index 2850921..b212e40 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ `autora-theorist-darts` is a Python module for fitting data using differentiable architecture search, built on AutoRA. -Website: [empiricalresearch.ai](https://empiricalresearch.ai/autora/theorist/darts/) +Website: [https://autoresearch.github.io/autora/](https://autoresearch.github.io/autora/) ## User Guide @@ -74,7 +74,7 @@ pip install -e ".[dev]" Update the metadata under `project` in the pyproject.toml file to include name, description, author-name, author-email and version -- Follow the guide here: https://packaging.python.org/en/latest/tutorials/packaging-projects/ +- Follow the guide here: [https://packaging.python.org/en/latest/tutorials/packaging-projects/](https://packaging.python.org/en/latest/tutorials/packaging-projects/) Build the package using: ```shell diff --git a/pyproject.toml b/pyproject.toml index 2f939b7..a490411 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dev = [ [project.urls] homepage = "https://www.empiricalresearch.ai" -repository = "https://github.com/AutoResearch/autora-theorist-template" +repository = "https://github.com/AutoResearch/autora-theorist-darts" documentation = "https://autoresearch.github.io/autora/" [build-system]