This isn't about redirects or bad layouts, the server is simply not responding when sending a mobile device user-agent header.
Opening https://wikitech.wikimedia.org/w/index.php?title=Special:Contributions&limit=100&target=Krinkle in Chrome with an Android user-agent string simulated result in a 404 response (not a redirect first, the url itself is directly rejected)
```
GET /w/index.php?title=Special:Contributions&limit=100&target=Krinkle HTTP/1.1
HTTP/1.1 404 Not Found
Date: Sat, 05 Dec 2015 17:03:09 GMT
Server: Apache
Strict-Transport-Security: max-age=31536000
X-Powered-By: PHP/5.5.9-1ubuntu4.13
X-Content-Type-Options: nosniff
Cache-control: private, must-revalidate, max-age=0
Vary: Accept-Encoding,Cookie
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 225
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=utf-8
```
{F3051752}
> **No such page**
> Cannot look at history for a page that doesn't exist. It may have been deleted or you may have followed a bad link.
I'm not sure where this is coming from, I've never seen this type of error.
Related:
* {T120527}