Skip to content

Commit f70c340

Browse files
authored
Merge pull request #201 from geoffrey-eisenbarth/edits
Fix links and add minimal contributing info.
2 parents aad4efe + 1b7f698 commit f70c340

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
### Links
22

33
- Documentation: [palewi.re/docs/django-postgres-copy/](https://palewi.re/docs/django-postgres-copy/)
4-
- Issues: [github.com/california-civic-data-coalition/django-postgres-copy/issues](https://github.com/california-civic-data-coalition/django-postgres-copy/issues)
4+
- Issues: [github.com/palewire/django-postgres-copy/issues](https://github.com/palewire/django-postgres-copy/issues)
55
- Packaging: [pypi.python.org/pypi/django-postgres-copy](https://pypi.python.org/pypi/django-postgres-copy)
6-
- 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)
6+
- Testing: [github.com/palewire/django-postgres-copy/actions](https://github.com/palewire/django-postgres-copy/actions/workflows/test.yaml)
7+
8+
### Contributing
9+
10+
To set up a development environment, run `pipenv install` after forking and cloning the repository.
11+
To run tests, use `pipenv run python setup.py test`

docs/index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ You can reach across to related tables during an export by adding their fields t
592592
Open-source resources
593593
=====================
594594

595-
* Code: `github.com/california-civic-data-coalition/django-postgres-copy <https://github.com/california-civic-data-coalition/django-postgres-copy>`_
596-
* Issues: `github.com/california-civic-data-coalition/django-postgres-copy/issues <https://github.com/california-civic-data-coalition/django-postgres-copy/issues>`_
595+
* Code: `github.com/palewire/django-postgres-copy <https://github.com/palewire/django-postgres-copy>`_
596+
* Issues: `github.com/palewire/django-postgres-copy/issues <https://github.com/palewire/django-postgres-copy/issues>`_
597597
* Packaging: `pypi.python.org/pypi/django-postgres-copy <https://pypi.python.org/pypi/django-postgres-copy>`_
598-
* 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>`_
598+
* Testing: `github.com/palewire/django-postgres-copy/actions <https://github.com/palewire/django-postgres-copy/actions/workflows/test.yaml>`_

0 commit comments

Comments
 (0)