From d2959c50eb2475f19bbd5bfa70bdd016aa6c7a9e Mon Sep 17 00:00:00 2001 From: kodjomoustapha <107993382+kodjodevf@users.noreply.github.com> Date: Sat, 25 May 2024 19:11:23 +0100 Subject: [PATCH] Update CONTRIBUTING-DART --- CONTRIBUTING-DART.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING-DART.md b/CONTRIBUTING-DART.md index 0820bf3c..58a06f80 100644 --- a/CONTRIBUTING-DART.md +++ b/CONTRIBUTING-DART.md @@ -143,9 +143,9 @@ All control filters can have a default state set. It's usually recommended if th - [Example](https://github.com/kodjodevf/mangayomi-extensions/blob/main/dart/anime/src/en/kisskh/kisskh.dart) of Json API usage. -- [Example](https://github.com/kodjodevf/mangayomi-extensions/blob/main/manga/src/en/mangahere/mangahere.dart) +- [Example](https://github.com/kodjodevf/mangayomi-extensions/blob/main/dart/manga/src/en/mangahere/mangahere.dart) of HTML parsing using xpath selector. -- [Example](https://github.com/kodjodevf/mangayomi-extensions/blob/main/manga/multisrc/madara/madara.dart) +- [Example](https://github.com/kodjodevf/mangayomi-extensions/blob/main/dart/manga/multisrc/madara/madara.dart) of HTML parsing using HTML DOM selector.