diff --git a/ticdc/ticdc-open-protocol.md b/ticdc/ticdc-open-protocol.md index 3e514ce565db1..572614a3f3673 100644 --- a/ticdc/ticdc-open-protocol.md +++ b/ticdc/ticdc-open-protocol.md @@ -272,10 +272,10 @@ COMMIT; ## Protocol parsing for consumers -Currently, TiCDC does not provide the standard parsing library for TiCDC Open Protocol, but the Golang version and Java version of parsing demonstrations are provided. You can refer to the data format provided in this document and the following demonstrations to implement the protocol parsing for consumers. +Currently, TiCDC does not provide the standard parsing library for TiCDC Open Protocol, but the Golang version and Java version of parsing examples are provided. You can refer to the data format provided in this document and the following examples to implement the protocol parsing for consumers. -- [Golang demo](https://github.com/pingcap/ticdc/tree/master/cmd/kafka-consumer) -- [Java demo](https://github.com/pingcap/ticdc/tree/master/demo/java) +- [Golang examples](https://github.com/pingcap/ticdc/tree/master/cmd/kafka-consumer) +- [Java examples](https://github.com/pingcap/ticdc/tree/master/examples/java) ## Column type code