Skip to content

Commit

Permalink
*: fix invalid links (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
rleungx authored and disksing committed Sep 10, 2018
1 parent 0da5f6c commit b5992e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ docker run -d -p 2379:2379 -p 2380:2380 --name pd pingcap/pd \
### Cluster

PD is a component in TiDB project, you must run it with TiDB and TiKV together, see
[binary deployment](https://github.com/pingcap/docs/blob/master/op-guide/binary-deployment.md) to learn
[TiDB-Ansible](https://github.com/pingcap/docs/blob/master/op-guide/ansible-deployment.md) to learn
how to set up the cluster and run them.

You can also use [Docker](https://github.com/pingcap/docs/blob/master/op-guide/docker-deployment.md) to
Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ Consider that raml2html depends on various npm packages and can only be run unde

## Error responses

Error responses from the server are switching to using [error codes](./pkg/error_code/error_code.go).
Error responses from the server are switching to using [error codes](../pkg/error_code/error_code.go).
The should use the `errorResp` function. Please look at other places in the codebase that use `errorResp`.

0 comments on commit b5992e3

Please sign in to comment.