Skip to content

Commit 4e1a5d8

Browse files
committed
Chore: Fix broken link references
1 parent d441a7e commit 4e1a5d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/feature/query/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ https://community.cratedb.com/t/advanced-downsampling-with-the-lttb-algorithm/12
154154

155155
(maximum-minimum)=
156156
## Maximum/Minimum Values
157-
[Analyzing Device Readings with Metadata Integration]
158-
[Time Series: Analyzing Weather Data]
157+
- [Analyzing Device Readings with Metadata Integration]
158+
- [Time Series: Analyzing Weather Data]
159159

160160
## Search
161161
CrateDB provides capabilities for full-text search, vector search, and hybrid
@@ -228,16 +228,16 @@ It is also not in the same shape as the other pages in this section.
228228
:::
229229

230230

231-
[Analyzing Device Readings with Metadata Integration]: #timeseries-analysis-metadata
231+
[Analyzing Device Readings with Metadata Integration]: project:#timeseries-with-metadata
232232
[bulk operations interface]: inv:crate-reference#http-bulk-ops
233-
[bulk operations for INSERTs]: #inserts_bulk_operations
233+
[bulk operations for INSERTs]: project:#inserts_bulk_operations
234234
[HyperLogLog]: https://en.wikipedia.org/wiki/HyperLogLog
235235
[HyperLogLog++]: https://research.google/pubs/hyperloglog-in-practice-algorithmic-engineering-of-a-state-of-the-art-cardinality-estimation-algorithm/
236236
[hyperloglog_distinct]: inv:crate-reference#aggregation-hyperloglog-distinct
237237
[Ingesting into CrateDB with UNNEST and Golang]: https://community.cratedb.com/t/connecting-to-cratedb-from-go/642#unnest-5
238238
[Ingesting into CrateDB with UNNEST and Node.js]: https://community.cratedb.com/t/connecting-to-cratedb-with-node-js/751#ingesting-into-cratedb-with-unnest-3
239239
[Introducing: HyperLogLog]: https://cratedb.com/blog/feature-focus-making-things-hyper-fast-fast
240240
[Optimizing storage for historic time-series data]: https://community.cratedb.com/t/optimizing-storage-for-historic-time-series-data/762
241-
[Time Series: Analyzing Weather Data]: #timeseries-analysis-weather
242-
[UNNEST]: #inserts_unnest
241+
[Time Series: Analyzing Weather Data]: project:#timeseries-analysis-weather
242+
[UNNEST]: project:#inserts_unnest
243243
[Window functions in CrateDB]: https://community.cratedb.com/t/window-functions-in-cratedb/1398

0 commit comments

Comments
 (0)