diff --git a/docs/develop.md b/docs/develop.md index d7f5ba63d64f44c6216b607416fda4872bb5ba9e..ec98f89b34d2e4b0e5fddf8f303694d8efa003d9 100644 --- a/docs/develop.md +++ b/docs/develop.md @@ -14,9 +14,9 @@ https://guides.github.com/activities/forking/ 2. Clone your fork - git clone https://github.com/{YOUR_GITHUB_ACCOUNT}/geomag-algorithms.git + git clone https://code.usgs.gov/ghsc/{YOUR_GITHUB_ACCOUNT}/geomag-algorithms.git cd geomag-algorithms - git remote add upstream https://github.com/usgs/geomag-algorithms.git + git remote add upstream https://code.usgs.gov/ghsc/geomag/geomag-algorithms.git 3. Use branches to develop new features and submit pull requests. diff --git a/docs/install.md b/docs/install.md index 2217fb7366b3926fb0dbf44c72d8c58ae440bd2f..df1b3037a40c5bf0a1c2b3c71252ee6f95056228 100644 --- a/docs/install.md +++ b/docs/install.md @@ -34,7 +34,7 @@ 2. Install **geomagio** - pip install git+https://github.com/usgs/geomag-algorithms.git + pip install git+https://code.usgs.gov/ghsc/geomag/geomag-algorithms.git 3. Use **geomagio**