diff --git a/ticdc/ticdc-open-protocol.md b/ticdc/ticdc-open-protocol.md index 9fa5d576985f3..ff4dcfb0994f5 100644 --- a/ticdc/ticdc-open-protocol.md +++ b/ticdc/ticdc-open-protocol.md @@ -273,7 +273,7 @@ COMMIT; 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. -- [Golang demo](https://github.com/pingcap/ticdc/tree/release-5.0/kafka_consumer) +- [Golang demo](https://github.com/pingcap/ticdc/tree/release-5.0/cmd/kafka-consumer) - [Java demo](https://github.com/pingcap/ticdc/tree/release-5.0/demo/java) ## Column type code