mirror of https://github.com/tikv/client-java.git
Fixed formatting of PD and TiKV hyperlink (#264)
This commit is contained in:
parent
cfe0e28710
commit
7d71f6b61e
|
|
@ -27,7 +27,7 @@ The jar can be found in `./target/`
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
This project is designed to hook with `[pd](https://github.com/tikv/pd)` and `[tikv](https://github.com/tikv/tikv)`.
|
This project is designed to hook with [pd](https://github.com/tikv/pd) and [tikv](https://github.com/tikv/tikv).
|
||||||
|
|
||||||
When you work with this project, you have to communicate with `pd` and `tikv`. Please run TiKV and PD in advance.
|
When you work with this project, you have to communicate with `pd` and `tikv`. Please run TiKV and PD in advance.
|
||||||
|
|
||||||
|
|
@ -187,4 +187,4 @@ Add the following config to `conf/prometheus.yml` and restart Prometheus.
|
||||||
Import the [Client-Java-Summary dashboard config](/metrics/grafana/client_java_summary.json) to Grafana.
|
Import the [Client-Java-Summary dashboard config](/metrics/grafana/client_java_summary.json) to Grafana.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
Apache 2.0 license. See the [LICENSE](./LICENSE) file for details.
|
Apache 2.0 license. See the [LICENSE](./LICENSE) file for details.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue