diff -r 422d6062620a -r ba6648614cd7 misc/theme_editor.html --- a/misc/theme_editor.html Thu Aug 02 20:27:20 2018 -0400 +++ b/misc/theme_editor.html Fri Aug 03 15:34:23 2018 -0400 @@ -41,7 +41,7 @@ horizont = new Image(); horizont.onload = tryToDraw; - horizont.src = 'https://hg.hedgewars.org/hedgewars/raw-file/share/hedgewars/Data/Themes/Nature/horizont.png'; + horizont.src = 'https://hg.hedgewars.org/hedgewars/raw-file/tip/share/hedgewars/Data/Themes/Nature/horizont.png'; land = new Image(); land.onload = tryToDraw;