| Index: gm/rebaseline_server/static/index.html
|
| diff --git a/gm/rebaseline_server/static/index.html b/gm/rebaseline_server/static/index.html
|
| index 39991e088885b45a9f4fa457f48a534b1c2e2893..df9bb0e757caff4483f8d0c716f1b7be61ebd767 100644
|
| --- a/gm/rebaseline_server/static/index.html
|
| +++ b/gm/rebaseline_server/static/index.html
|
| @@ -9,13 +9,13 @@
|
| Here are links to the result pages:
|
| <ul>
|
| <li>
|
| - <a href="/static/view.html#/view.html?resultsToLoad=failures">
|
| + <a href="/static/view.html#/view.html?resultsToLoad=/results/failures">
|
| failures only
|
| </a>
|
| (loads faster)
|
| </li>
|
| <li>
|
| - <a href="/static/view.html#/view.html?resultsToLoad=all">
|
| + <a href="/static/view.html#/view.html?resultsToLoad=/results/all">
|
| all results
|
| </a>
|
| (includes successful test results)
|
|
|