Skip to content

Commit

Permalink
#39: Updated the documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
hkage committed Dec 13, 2021
1 parent 2a171c2 commit fd00b80
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ pganonymize

A commandline tool to anonymize PostgreSQL databases for DSGVO/GDPR purposes.

It uses a YAML file to define which tables and fields should be anonymized and provides various methods of anonymization. The tool requires a direct PostgreSQL connection to perform the anonymization.
It uses a YAML file to define which tables and fields should be anonymized and provides various methods of
anonymization. The tool requires a direct PostgreSQL connection to perform the anonymization.

.. class:: no-web no-pdf

Expand Down Expand Up @@ -157,13 +158,13 @@ After that you can pass a schema file to the container, using Docker volumes, an
.. _uuid4: https://www.postgresql.org/docs/current/datatype-uuid.html
.. _documentation: https://python-postgresql-anonymizer.readthedocs.io/en/latest/
.. _schema documentation: https://python-postgresql-anonymizer.readthedocs.io/en/latest/schema.html
.. _YAML sample schema: https://github.com/rheinwerk-verlag/postgresql-anonymizer/blob/master/sample_schema.yml
.. _YAML sample schema: https://github.com/rheinwerk-verlag/pganonymize/blob/master/sample_schema.yml
.. |python| image:: https://img.shields.io/pypi/pyversions/pganonymize
:alt: PyPI - Python Version
.. |license| image:: https://img.shields.io/badge/license-MIT-green.svg
:target: https://github.com/rheinwerk-verlag/postgresql-anonymizer/blob/master/LICENSE.rst
:target: https://github.com/rheinwerk-verlag/pganonymize/blob/master/LICENSE.rst
.. |pypi| image:: https://badge.fury.io/py/pganonymize.svg
:target: https://badge.fury.io/py/pganonymize
Expand All @@ -173,7 +174,7 @@ After that you can pass a schema file to the container, using Docker volumes, an
:alt: Download count
.. |build| image:: https://github.com/rheinwerk-verlag/postgresql-anonymizer/workflows/Test/badge.svg
:target: https://github.com/rheinwerk-verlag/postgresql-anonymizer/actions
:target: https://github.com/rheinwerk-verlag/pganonymize/actions
.. |health| image:: https://snyk.io/advisor/python/pganonymize/badge.svg
:target: https://snyk.io/advisor/python/pganonymize
Expand Down

0 comments on commit fd00b80

Please sign in to comment.