Skip to content

Commit

Permalink
fix broken link in binlog-consumer-client.md (pingcap#10860)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Aug 11, 2022
1 parent 937c80f commit 06b7979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tidb-binlog/binlog-consumer-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ message Binlog {
}
```

查看数据格式的具体定义,参见 [`secondary_binlog.proto`](https://github.com/pingcap/tidb-tools/blob/master/tidb-binlog/proto/proto/secondary_binlog.proto)
查看数据格式的具体定义,参见 [`secondary_binlog.proto`](https://github.com/pingcap/tidb/blob/master/tidb-binlog/proto/proto/secondary_binlog.proto)

### Driver

Expand All @@ -139,7 +139,7 @@ TiDB-Tools 项目提供了用于读取 Kafka 中 binlog 数据的 Driver,具
* 使用该 Driver 将数据同步到 MySQL,该示例包含将 binlog 转化为 SQL 的具体方法
* 使用该 Driver 将数据打印出来

Driver 项目地址:[Binlog Slave Driver](https://github.com/pingcap/tidb-tools/tree/master/tidb-binlog/driver)
Driver 项目地址:[Binlog Slave Driver](https://github.com/pingcap/tidb/tree/master/tidb-binlog/driver)

> **注意:**
>
Expand Down

0 comments on commit 06b7979

Please sign in to comment.