Skip to content

Commit

Permalink
Update ESRA website URL
Browse files Browse the repository at this point in the history
http://www.esra.org.ir/ is invalid, and we just replace it with
https://esra.ircg.ir/ (which is the official link as per Wikipedia).
  • Loading branch information
sidt4 committed Aug 18, 2024
1 parent 099a5b4 commit 29b0a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/as-content-rating.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ as_content_rating_system_format_age (AsContentRatingSystem system, guint age)
return g_strdup ("6");
return g_strdup ("0");
}
/* Reference: http://www.esra.org.ir/ */
/* Reference: https://esra.ircg.ir/ */
if (system == AS_CONTENT_RATING_SYSTEM_ESRA) {
if (age >= 18)
return g_strdup ("+18");
Expand Down

0 comments on commit 29b0a90

Please sign in to comment.