From 1b7f698916c2bfcd6de38421d014147443cd6a3e Mon Sep 17 00:00:00 2001 From: Geoffrey Eisenbarth Date: Fri, 6 Sep 2024 12:56:42 -0500 Subject: [PATCH] Fix links and add minimal contributing info. --- README.md | 9 +++++++-- docs/index.rst | 6 +++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 92a2b17..583a075 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ ### Links - Documentation: [palewi.re/docs/django-postgres-copy/](https://palewi.re/docs/django-postgres-copy/) -- Issues: [github.com/california-civic-data-coalition/django-postgres-copy/issues](https://github.com/california-civic-data-coalition/django-postgres-copy/issues) +- Issues: [github.com/palewire/django-postgres-copy/issues](https://github.com/palewire/django-postgres-copy/issues) - Packaging: [pypi.python.org/pypi/django-postgres-copy](https://pypi.python.org/pypi/django-postgres-copy) -- Testing: [github.com/california-civic-data-coalition/django-postgres-copy/actions](https://github.com/california-civic-data-coalition/django-postgres-copy/actions/workflows/test.yaml) +- Testing: [github.com/palewire/django-postgres-copy/actions](https://github.com/palewire/django-postgres-copy/actions/workflows/test.yaml) + +### Contributing + +To set up a development environment, run `pipenv install` after forking and cloning the repository. +To run tests, use `pipenv run python setup.py test` diff --git a/docs/index.rst b/docs/index.rst index 4bafa9d..8d78c3f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -592,7 +592,7 @@ You can reach across to related tables during an export by adding their fields t Open-source resources ===================== -* Code: `github.com/california-civic-data-coalition/django-postgres-copy `_ -* Issues: `github.com/california-civic-data-coalition/django-postgres-copy/issues `_ +* Code: `github.com/palewire/django-postgres-copy `_ +* Issues: `github.com/palewire/django-postgres-copy/issues `_ * Packaging: `pypi.python.org/pypi/django-postgres-copy `_ -* Testing: `github.com/california-civic-data-coalition/django-postgres-copy/actions `_ +* Testing: `github.com/palewire/django-postgres-copy/actions `_