Skip to content

Commit 763e77f

Browse files
committed
Redirect old sponsor logo urls to current logo url
1 parent 5c5d6da commit 763e77f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

conf/routes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ GET /modules/repo/:name/:version/dependencies.yml controllers
4545
GET /community controllers.Application.movedTo(url="/get-involved", originalPath = "")
4646
GET /code/*something controllers.Application.movedTo(url="/code", something)
4747

48+
# Old logo url still used on https://github.com/playframework/playframework/releases/tag/2.8.16 and other pages
49+
GET /assets/images/home/sponsors/61220b8306493af6a21b7db17de7f4b2-informaticon-logo-full-color.png controllers.Application.movedTo(url="/assets/images/home/sponsors/ad86c68a917e70a42440b4feb413c68d-informaticon-logo-black.png", originalPath = "")
50+
# Old logo url still used on https://github.com/playframework/playframework/releases/tag/3.0.7 and other pages
51+
GET /assets/images/home/sponsors/49a3d5258c8e8b1daf5481eb9e00b898-informaticon-logo-black.png controllers.Application.movedTo(url="/assets/images/home/sponsors/ad86c68a917e70a42440b4feb413c68d-informaticon-logo-black.png", originalPath = "")
52+
4853
GET /assets/*file controllers.Assets.versioned(path="/public", file: Asset)
4954

5055
GET /sitemap-index.xml controllers.Assets.at(path="/public", file="sitemap-index.xml")

0 commit comments

Comments
 (0)