Skip to content

Commit 3e07ca5

Browse files
authored
fix(schemaQueryTemplates): doc link for topic creation (#1616)
1 parent 2ec5ccd commit 3e07ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Tenant/utils/schemaQueryTemplates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export const createExternalTableTemplate = (params?: SchemaQueryParams) => {
112112
};
113113

114114
export const createTopicTemplate = (params?: SchemaQueryParams) => {
115-
return `-- docs: https://ydb.tech/en/docs/yql/reference/syntax/create_topic
115+
return `-- docs: https://ydb.tech/docs/en/yql/reference/syntax/create-topic
116116
CREATE TOPIC \`${params?.relativePath || '$path'}/my_topic\` (
117117
CONSUMER consumer1,
118118
CONSUMER consumer2 WITH (read_from = Datetime('1970-01-01T00:00:00Z')) -- Sets up the message write time starting from which the consumer will receive data.

0 commit comments

Comments
 (0)