Skip to content

Commit f571ff3

Browse files
authored
Merge pull request #635 from mkurz/make_old_logo_urls_work
Make old logo urls work
2 parents daa3a6f + 763e77f commit f571ff3

2 files 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")
-7.11 KB
Binary file not shown.

0 commit comments

Comments
 (0)