diff --git a/doc/p/abc_medical_notes.md b/doc/p/abc_medical_notes.md index 99d720d51..3215bb6e5 100644 --- a/doc/p/abc_medical_notes.md +++ b/doc/p/abc_medical_notes.md @@ -2,20 +2,20 @@ ### General Information -| Attribute | Value | -| --------------- | ---------------------------------------------------------------------------------------------------------------------- | -| Name | ABCMedicalNotes | -| snake_case_name | abc_medical_notes | -| Description | ABC Medical Notes (SQLite3) | -| Extensions | | -| Read support | Yes | -| Write support | No | -| Single-file | Yes | -| Kind | 🔢 binary | -| Sort-on-write | default_no | -| Sort key | (`headword_lower`) | -| Wiki | ― | -| Website | [ABC Medical Notes 2021 - Google Play](https://play.google.com/store/apps/details?id=com.pocketmednotes2014.secondapp) | +| Attribute | Value | +| --------------- | ------------------------------------------------------------------------------------------------------------------------- | +| Name | ABCMedicalNotes | +| snake_case_name | abc_medical_notes | +| Description | ABC Medical Notes (SQLite3) | +| Extensions | | +| Read support | Yes | +| Write support | No | +| Single-file | Yes | +| Kind | 🔢 binary | +| Sort-on-write | default_no | +| Sort key | (`headword_lower`) | +| Wiki | ― | +| Website | [Makindo Medical Reference - Google Play](https://play.google.com/store/apps/details?id=com.pocketmednotes2014.secondapp) | ### Dictionary Applications/Tools diff --git a/pyglossary/plugins/abc_medical_notes.py b/pyglossary/plugins/abc_medical_notes.py index 6ed910fc3..e6ef34a67 100644 --- a/pyglossary/plugins/abc_medical_notes.py +++ b/pyglossary/plugins/abc_medical_notes.py @@ -38,7 +38,7 @@ _url = "https://play.google.com/store/apps/details?id=com.pocketmednotes2014.secondapp" website = ( _url, - "ABC Medical Notes 2021 - Google Play", + "Makindo Medical Reference - Google Play", ) optionsProp: dict[str, Option] = {}