From 85a2191de408ded068d5bbf9f80eb6e773bcf0dc Mon Sep 17 00:00:00 2001 From: Allan Zhang Date: Wed, 26 Oct 2022 23:48:38 -0400 Subject: [PATCH] Update links --- docs/README.md | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 9ee42c8..3381ade 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,11 +5,11 @@ ellyn is fast because it uses a c++ library to do most of the computation. Howev Installation ============ -These instructions are written for an [anaconda3](https://www.continuum.io/downloads) default python installation, but you can easily modify the paths to point to your installation. +These instructions are written for an [anaconda3](https://www.anaconda.com/products/distribution) default python installation, but you can easily modify the paths to point to your installation. ```bash -git clone http://github.com/EpistasisLab/ellyn +git clone https://github.com/cavalab/ellyn cd ellyn @@ -117,7 +117,7 @@ Cite the one that best represents your use case, or you can cite my dissertation Contemporary Symbolic Regression Methods and their Relative Performance. *Proceedings of the Neural Information Processing Systems Track on Datasets and Benchmarks* (Accepted). [arXiv](https://arxiv.org/abs/2107.14351), -[repo](https://github.com/EpistasisLab/srbench) +[repo](https://github.com/cavalab/srbench) 2019 diff --git a/setup.py b/setup.py index f581d76..24caf9b 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,7 @@ def build_extensions(self): description='A Python-wrapped Genetic Programming System', author='William La Cava', author_email='williamlacava@gmail.com', - url='https://github.com/EpistasisLab/ellyn', + url='https://github.com/cavalab/ellyn', packages = ['ellyn','ellyn.ellen'], package_dir = {'ellyn':'src'}, # py_modules = ['ellyn'],