Skip to content

Commit c6b5381

Browse files
authored
Broken link fixed
1 parent 1813fbb commit c6b5381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/essentials/data-collection-rule-transformations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ print d=parse_json('{"a":123, "b":"hello", "c":[1,2,3], "d":{}}')
118118
### Supported statements
119119

120120
#### let statement
121-
The right-hand side of [let](/data-explorer/kusto/query/letstatement) can be a scalar expression, a tabular expression or a user-defined function. Only user-defined functions with scalar arguments are supported.
121+
The right-hand side of [let](/azure/data-explorer/kusto/query/letstatement) can be a scalar expression, a tabular expression or a user-defined function. Only user-defined functions with scalar arguments are supported.
122122

123123
#### tabular expression statements
124124
The only supported data sources for the KQL statement are as follows:
@@ -246,7 +246,7 @@ The following [Bitwise operators](/azure/data-explorer/kusto/query/binoperators)
246246
- [pack_array](/azure/data-explorer/kusto/query/packarrayfunction)
247247
- [pack](/azure/data-explorer/kusto/query/packfunction)
248248
- [parse_json](/azure/data-explorer/kusto/query/parsejsonfunction)
249-
- [parse_xml](/azure/data-explorer/kusto/query/parse-xmlfunction.html)
249+
- [parse_xml](/azure/data-explorer/kusto/query/parse-xmlfunction)
250250
- [zip](/azure/data-explorer/kusto/query/zipfunction)
251251

252252
#### Mathematical functions

0 commit comments

Comments
 (0)