Skip to content

Commit 51b8379

Browse files
sidt4ximion
authored andcommitted
Update ESRA website URL
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).
1 parent 060991c commit 51b8379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/as-content-rating.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ as_content_rating_system_format_age (AsContentRatingSystem system, guint age)
375375
return g_strdup ("6");
376376
return g_strdup ("0");
377377
}
378-
/* Reference: http://www.esra.org.ir/ */
378+
/* Reference: https://esra.ircg.ir/ */
379379
if (system == AS_CONTENT_RATING_SYSTEM_ESRA) {
380380
if (age >= 18)
381381
return g_strdup ("+18");

0 commit comments

Comments
 (0)