It seems that if I write something like ``` GET /index Application.index ``` with ``` html <a href="@url(Application.index)">Index</a> ``` if I move my Application controller to another location without changing my template, the template compilation will not fail