Skip to content

Commit 36b5e0f

Browse files
authored
Fix docs paths (#1047)
1 parent b24fe1d commit 36b5e0f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/build/build.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,10 @@
124124
"quixstreams.sinks.base.exceptions",
125125
"quixstreams.sinks.core.influxdb3",
126126
"quixstreams.sinks.core.csv",
127-
"quixstreams.sinks.community.file.sink",
128-
"quixstreams.sinks.community.file.destinations.azure",
129-
"quixstreams.sinks.community.file.destinations.base",
130-
"quixstreams.sinks.community.file.destinations.local",
131-
"quixstreams.sinks.community.file.destinations.s3",
127+
"quixstreams.sinks.community.file.base",
128+
"quixstreams.sinks.community.file.azure",
129+
"quixstreams.sinks.community.file.local",
130+
"quixstreams.sinks.community.file.s3",
132131
"quixstreams.sinks.community.file.formats.base",
133132
"quixstreams.sinks.community.file.formats.json",
134133
"quixstreams.sinks.community.file.formats.parquet",

0 commit comments

Comments
 (0)