Skip to content

Commit db507eb

Browse files
authored
update broken image learn-more link (#6645)
1 parent 99b63f7 commit db507eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kitsune/gallery/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def __init__(self, *args, **kwargs):
9090
"Accepted formats include: PNG, JPEG, GIF. "
9191
'<a target="_blank" href="{learn_more}">Learn more...</a>'
9292
)
93-
url = "http://infohost.nmt.edu/tcc/help/pubs/pil/formats.html"
93+
url = "https://developer.mozilla.org/docs/Web/Media/Guides/Formats/Image_types"
9494
self.fields["file"].help_text = msg.format(learn_more=url)
9595

9696
class Meta:

0 commit comments

Comments
 (0)