| Index: web/inc/rpcexplorer/rpc-method.html
|
| diff --git a/server/static/rpcexplorer/rpc-method.html b/web/inc/rpcexplorer/rpc-method.html
|
| similarity index 98%
|
| copy from server/static/rpcexplorer/rpc-method.html
|
| copy to web/inc/rpcexplorer/rpc-method.html
|
| index c0d9edb4b9dda1776f2cef09b7798ba24ae6f700..c91ef2d0a86b60f6067decc2b8f58f661bf99c6d 100644
|
| --- a/server/static/rpcexplorer/rpc-method.html
|
| +++ b/web/inc/rpcexplorer/rpc-method.html
|
| @@ -2,12 +2,12 @@
|
| Copyright 2016 The LUCI Authors. All rights reserved.
|
| Use of this source code is governed under the Apache License, Version 2.0
|
| that can be found in the LICENSE file.
|
| - -->
|
| +-->
|
|
|
| <link rel="import" href="../bower_components/polymer/polymer.html">
|
| <link rel="import" href="../bower_components/google-signin/google-signin-aware.html">
|
|
|
| -<link rel="import" href="/static/common/rpc/rpc-client.html">
|
| +<link rel="import" href="../rpc/rpc-client.html">
|
|
|
| <link rel="import" href="rpc-descriptor-util.html">
|
| <link rel="import" href="rpc-editor.html">
|
|
|