Skip to content

Commit 187fd3a

Browse files
committed
fix anchor
1 parent 40e1236 commit 187fd3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/integrations/data-ingestion/data-formats/arrow-avro-orc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ INTO OUTFILE 'export.arrow'
102102
FORMAT Arrow
103103
```
104104

105-
Also, check [data types matching](/interfaces/formats/Arrow#data-type-mapping) to know if any should be converted manually.
105+
Also, check [data types matching](/interfaces/formats/Arrow#data-types-matching) to know if any should be converted manually.
106106

107107
### Arrow data streaming {#arrow-data-streaming}
108108

scripts/sed_links.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
if [[ "$OSTYPE" == "darwin"* ]]; then
1111
# macOS
1212
sed -i '' 's|(../../quick-start\.mdx)|(/get-started/quick-start)|g' docs/operations/utilities/clickhouse-local.md
13-
sed -i 's/{#data-types-matching}/{#data-type-mapping}/g' docs/interfaces/formats/Avro/Avro.md
13+
sed -i '' 's/{#data-types-matching}/{#data-type-mapping}/g' docs/interfaces/formats/Avro/Avro.md
1414
else
1515
# Linux
1616
sed -i 's|(../../quick-start\.mdx)|(/get-started/quick-start)|g' docs/operations/utilities/clickhouse-local.md

0 commit comments

Comments
 (0)