square / spoon

Distributing instrumentation tests to all your Androids.
https://square.github.io/spoon/
Apache License 2.0
2.7k stars 477 forks source link

Fix maven links after Maven Search site refresh #544

Closed Dahlgren closed 6 years ago

Dahlgren commented 6 years ago

Old search queries still works with https://search.maven.org/classic/

Runner JAR doesn't work on current site due to JS maven script not updating its url

JakeWharton commented 6 years ago

The website is actually hosted on the master branch in the website/ folder and then deployed with a script. Could you make the change there instead?

Dahlgren commented 6 years ago

@JakeWharton here's a PR against master instead, https://github.com/square/spoon/pull/545