Skip to content

Commit 2a713eb

Browse files
committed
Fix view broken link (#26460)
1 parent 01e1ad1 commit 2a713eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/docs/en/core/yql/reference/syntax/create-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CREATE VIEW
22

3-
`CREATE VIEW` defines a [view](concepts/datamodel/view) with a given query.
3+
`CREATE VIEW` defines a [view](../../../concepts/datamodel/view.md) with a given query.
44

55
A view logically represents a table formed by a given query. The view does not physically store the table but executes the query to produce the data whenever the view is accessed.
66

0 commit comments

Comments
 (0)