From 30b2e81b15bbce9b457021cc273d31e3c995d692 Mon Sep 17 00:00:00 2001 From: CakesTwix Date: Fri, 8 Sep 2023 20:51:36 +0300 Subject: [PATCH] [CONTRIBUTING] Update example urls https://github.com/CakesTwix/kotatsu-parsers/commit/380861f29e89620451b0bab9551d9bf15bff8f47 --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4ba46f331..0458156fe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,11 +35,11 @@ If it does not contain any documentation about API, [explore network requests](https://firefox-source-docs.mozilla.org/devtools-user/): some websites use ajax. -- [Example](https://github.com/KotatsuApp/kotatsu-parsers/blob/master/src/main/kotlin/org/koitharu/kotatsu/parsers/site/DesuMeParser.kt) +- [Example](https://github.com/KotatsuApp/kotatsu-parsers/blob/master/src/main/kotlin/org/koitharu/kotatsu/parsers/site/ru/DesuMeParser.kt) of Json API usage. -- [Example](https://github.com/KotatsuApp/kotatsu-parsers/blob/master/src/main/kotlin/org/koitharu/kotatsu/parsers/site/AnibelParser.kt) +- [Example](https://github.com/KotatsuApp/kotatsu-parsers/blob/master/src/main/kotlin/org/koitharu/kotatsu/parsers/site/be/AnibelParser.kt) of GraphQL API usage -- [Example](https://github.com/KotatsuApp/kotatsu-parsers/blob/master/src/main/kotlin/org/koitharu/kotatsu/parsers/site/MangaTownParser.kt) +- [Example](https://github.com/KotatsuApp/kotatsu-parsers/blob/master/src/main/kotlin/org/koitharu/kotatsu/parsers/site/en/MangaTownParser.kt) of pure HTML parsing. If website is based on some engine it is rationally to use common base class for this one (for example, Madara wordress