From f10bfc56837098825e8c44a2fc2e8a5fd44b2ec1 Mon Sep 17 00:00:00 2001 From: Saeed Rasooli Date: Sat, 28 Dec 2024 04:36:21 +0330 Subject: [PATCH] update website for abc_medical_notes.py --- doc/p/abc_medical_notes.md | 28 ++++++++++++------------- pyglossary/plugins/abc_medical_notes.py | 5 ++--- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/doc/p/abc_medical_notes.md b/doc/p/abc_medical_notes.md index 3215bb6e5..1614eb8f8 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 | [Makindo Medical Reference - 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.co.uk Comprehensive Medical Encyclopedia](https://www.makindo.co.uk/topics/_index.php) | ### Dictionary Applications/Tools diff --git a/pyglossary/plugins/abc_medical_notes.py b/pyglossary/plugins/abc_medical_notes.py index e6ef34a67..f02417e91 100644 --- a/pyglossary/plugins/abc_medical_notes.py +++ b/pyglossary/plugins/abc_medical_notes.py @@ -35,10 +35,9 @@ singleFile = True kind = "binary" wiki = "" -_url = "https://play.google.com/store/apps/details?id=com.pocketmednotes2014.secondapp" website = ( - _url, - "Makindo Medical Reference - Google Play", + "https://www.makindo.co.uk/topics/_index.php", + "Makindo.co.uk Comprehensive Medical Encyclopedia", ) optionsProp: dict[str, Option] = {}