Skip to content

Commit

Permalink
fix(manhwax): update url (#732)
Browse files Browse the repository at this point in the history
* Migrate manhwax to .org website

* Fix formatting
  • Loading branch information
shiroyasha9 authored Aug 17, 2024
1 parent 690470e commit 6e839e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/rust/mangastream/sources/manhwax/res/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"id": "en.manhwax",
"lang": "en",
"name": "ManhwaX",
"version": 3,
"url": "https://manhwax.com",
"version": 4,
"url": "https://manhwax.org",
"nsfw": 2
},
"listings": [
Expand Down
2 changes: 1 addition & 1 deletion src/rust/mangastream/sources/manhwax/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use mangastream_template::template::MangaStreamSource;

fn get_instance() -> MangaStreamSource {
MangaStreamSource {
base_url: String::from("https://manhwax.com"),
base_url: String::from("https://manhwax.org"),
alt_pages: true,
..Default::default()
}
Expand Down

0 comments on commit 6e839e4

Please sign in to comment.