[Scummvm-git-logs] scummvm-web master -> a23d27f2dbd5d58ad449a84d9f8a3673cbbf26d7

criezy noreply at scummvm.org
Thu May 7 19:57:13 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://api.github.com/repos/scummvm/scummvm-web .

Summary:
a23d27f2db NEWS: Use full path for GSoC image in news item


Commit: a23d27f2dbd5d58ad449a84d9f8a3673cbbf26d7
    https://github.com/scummvm/scummvm-web/commit/a23d27f2dbd5d58ad449a84d9f8a3673cbbf26d7
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2026-05-07T20:55:32+01:00

Commit Message:
NEWS: Use full path for GSoC image in news item

Using a relative path means that when the news is shown on a
different site, typically planet, it ends up with a broken image
link. Using a fully defined link should fix this.

Changed paths:
    data/en/news/20260502.markdown


diff --git a/data/en/news/20260502.markdown b/data/en/news/20260502.markdown
index 8f5e632b..e3561285 100644
--- a/data/en/news/20260502.markdown
+++ b/data/en/news/20260502.markdown
@@ -4,7 +4,7 @@ author: strangerke
 date: 1777705712
 ---
 
-![GSoC Logo](/data/news/GSoC2016Logo.png)
+![GSoC Logo](https://www.scummvm.org/data/news/GSoC2016Logo.png)
 
 This year again, we had the privilege to receive many impressive proposals, and Google gave us the opportunity to mentor 4 of them for the [GSoC](https://summerofcode.withgoogle.com/) this summer.
 




More information about the Scummvm-git-logs mailing list