Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed May 6, 2023
1 parent 140ea74 commit 5035567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yente/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def env_str(name: str, default: Optional[str] = None) -> Optional[str]:
In this service, there is support for the following operations:
* A simple text-based search for interactive applications (``/search``),
* A query-by-example endpoint for KYC-style tasks (``/match``),
* A query-by-example endpoint for screening tasks (``/match``),
* Support for getting graph data for a particular entity (``/entities``),
* Support for the OpenRefine Reconciliation API (``/reconcile``).
Expand All @@ -45,7 +45,7 @@ def env_str(name: str, default: Optional[str] = None) -> Optional[str]:
* [Self-hosted OpenSanctions](https://www.opensanctions.org/docs/self-hosted/)
* [Install and deployment](https://github.com/opensanctions/yente/blob/main/README.md)
* Intro to the [entity data model](https://www.opensanctions.org/docs/entities/)
* Tutorial: [Using the matching API to do KYC-style checks](https://www.opensanctions.org/articles/2022-02-01-matching-api/)
* Tutorial: [Using the matching API to do screening checks](https://www.opensanctions.org/docs/api/matching/)
* [Data dictionary](https://opensanctions.org/reference/)
"""

Expand Down

0 comments on commit 5035567

Please sign in to comment.