| OLD | NEW |
| 1 # RPC Explorer | 1 # RPC Explorer |
| 2 | 2 |
| 3 RPC Explorer is a static HTML page that can discover RPC services available | 3 RPC Explorer is a static HTML page that can discover RPC services available |
| 4 on the current host and make calls. | 4 on the current host and make calls. |
| 5 | 5 |
| 6 ## Protobuf messages | 6 ## Protobuf messages |
| 7 | 7 |
| 8 Protobuf messages and services mentioned in comments can be found in: | 8 Protobuf messages and services mentioned in comments can be found in: |
| 9 | 9 |
| 10 * [descriptor.proto](https://github.com/luci/luci-go/blob/ea240d0/common/proto/g
oogle/descriptor/descriptor.proto) | 10 * [descriptor.proto](https://github.com/luci/luci-go/blob/ea240d0/common/proto/g
oogle/descriptor/descriptor.proto) |
| 11 * [discovery/service.proto](https://github.com/luci/luci-go/blob/ea240d0/server/
discovery/service.proto) | 11 * [discovery/service.proto](https://github.com/luci/luci-go/blob/ea240d0/server/
discovery/service.proto) |
| OLD | NEW |