Merge pull request #16190 from taosdata/docs/fix-c-link-in-tmq-doc

chore: fix source code file name typo
This commit is contained in:
Linhe Huo 2022-08-17 17:28:53 +08:00 committed by GitHub
commit 2cdab1756c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
```c
{{#include docs/examples/c/tmq-example.c}}
{{#include docs/examples/c/tmq_example.c}}
```