Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1771)

Unified Diff: appengine/swarming/elements/res/imp/taskpage/task-page-data.html

Issue 2366663003: Use non-proxied links (Closed) Base URL: git@github.com:luci/luci-py@manual-add
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/swarming/elements/res/imp/taskpage/task-page.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/elements/res/imp/taskpage/task-page-data.html
diff --git a/appengine/swarming/elements/res/imp/taskpage/task-page-data.html b/appengine/swarming/elements/res/imp/taskpage/task-page-data.html
index fd7e521e4aaddf61d6c89559ddf3f35d2e0e3bcb..98746586ae5754d3f5c76ba2598736180b4b4efb 100644
--- a/appengine/swarming/elements/res/imp/taskpage/task-page-data.html
+++ b/appengine/swarming/elements/res/imp/taskpage/task-page-data.html
@@ -129,7 +129,7 @@
this.cancelAsync(lastRequest);
}
- var baseUrl = "/_ah/api/swarming/v1/task/" + this.task_id;
+ var baseUrl = "/api/swarming/v1/task/" + this.task_id;
lastRequest = this.async(function(){
lastRequest = undefined;
this._getJsonAsync("_request", baseUrl + "/request",
@@ -193,7 +193,7 @@
},
reloadStdout: function() {
- this._getJsonAsync("_stdout", "/_ah/api/swarming/v1/task/" +
+ this._getJsonAsync("_stdout", "/api/swarming/v1/task/" +
this.task_id + "/stdout", "_busy3", this.auth_headers);
},
« no previous file with comments | « appengine/swarming/elements/res/imp/taskpage/task-page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698