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

Unified Diff: appengine/swarming/elements/res/imp/botpage/bot-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
Index: appengine/swarming/elements/res/imp/botpage/bot-page-data.html
diff --git a/appengine/swarming/elements/res/imp/botpage/bot-page-data.html b/appengine/swarming/elements/res/imp/botpage/bot-page-data.html
index 8f03b9154430e108ee096e0a88ed670423edfc66..9bbf6d9f5900a3ef0b41616272178669745e30ce 100644
--- a/appengine/swarming/elements/res/imp/botpage/bot-page-data.html
+++ b/appengine/swarming/elements/res/imp/botpage/bot-page-data.html
@@ -139,7 +139,7 @@
lastRequest = this.async(function(){
lastRequest = undefined;
- var baseUrl = "/_ah/api/swarming/v1/bot/"+this.bot_id;
+ var baseUrl = "/api/swarming/v1/bot/"+this.bot_id;
this._getJsonAsync("_bot", baseUrl + "/get",
"_busy1", this.auth_headers);
// We limit the fields on these two queries to make them faster.

Powered by Google App Engine
This is Rietveld 408576698