diff --git a/README.md b/README.md index b89c36c..c90ffff 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ the plugin, first activate the QIIME 2 environment and then install the plugin repository from github: ``` -pip install git+https://github.com/AmandaBirmingham/q2-surpi.git +pip install git+https://github.com/biocore/q2-surpi.git ``` After this, it is necessary to refresh the QIIME 2 plugin cache: diff --git a/q2_surpi/__init__.py b/q2_surpi/__init__.py index ef8a9c1..7b4ab54 100644 --- a/q2_surpi/__init__.py +++ b/q2_surpi/__init__.py @@ -14,7 +14,7 @@ __license__ = 'BSD-3-Clause' __author__ = 'Amanda Birmingham' __email__ = 'abirmingham@ucsd.edu' -__url__ = 'https://github.com/AmandaBirmingham/q2-surpi' +__url__ = 'https://github.com/biocore/q2-surpi' __citations_fname__ = 'citations.bib' __all__ = ['extract', 'SurpiCountTable', 'SurpiCountTableFormat',