Skip to content

Commit 84ed8e5

Browse files
committed
Fix broken links
1 parent e0234ad commit 84ed8e5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
## v1.16.0
2929
* Improve ZNG scanning performance (#5101, #5103)
3030
* Improve the error message shown when `zq` is invoked with a single argument that's not a valid query and doesn't contain a source (#5119)
31-
* Update [Zeek integration docs](docs/integrations/zeek/_index.md), including [reference shaper](docs/integrations/zeek/shaping-zeek-json.md) changes for [Zeek v6.2.0](https://github.com/zeek/zeek/releases/tag/v6.2.0) data (#5106)
31+
* Update [Zeek integration docs](docs/integrations/zeek/index.md), including [reference shaper](docs/integrations/zeek/shaping-zeek-json.md) changes for [Zeek v6.2.0](https://github.com/zeek/zeek/releases/tag/v6.2.0) data (#5106)
3232
* [String literals](docs/language/expressions.md#formatted-string-literals) now use the "f-string" format `f"{ <expr> }"` instead of the previous `${ <expr> }` (#5123)
3333
* Prototype SQL support has been dropped from the Zed language (full SQL support is expected at a later date) (#5109)
3434
* Empty objects and arrays in JSON output are now consistently printed on a single line (#5127)
@@ -150,7 +150,7 @@
150150

151151
## v1.7.0
152152
* Add [`regexp_replace()`](docs/language/functions/regexp_replace.md) function for replacing regular expression matches in a string (#4435, #4449)
153-
* Add [documentation](docs/integrations/zed-lake-auth.md) showing how to configure Auth0 for authenticated access to a Zed lake service (#4439)
153+
* Add [documentation](docs/integrations/zed-lake-auth/index.md) showing how to configure Auth0 for authenticated access to a Zed lake service (#4439)
154154
* Fix an issue where elements of map could not be accessed if the key was of a union type (#4447)
155155
* Allow [`head`](docs/language/operators/head.md) operator to accept an expression (#4451)
156156
* Allow [`tail`](docs/language/operators/tail.md) operator to accept an expression (#4464)
@@ -454,7 +454,7 @@ questions.
454454
* Fix an issue where `len()` of a `null` array was evaluating to something greater than zero (#2761)
455455
* Fix an issue where `sort` with no fields was ignoring alias types and nested fields when picking a sort field (#2762)
456456
* Fix an issue where unexpected `cut: no record found` warnings were returned by `zed lake query` but not when the same data was queried via `zq` (#2764)
457-
* Move and extend the [Zeek interoperability docs](docs/integrations/zeek/_index.md) (#2770, #2782, #2830)
457+
* Move and extend the [Zeek interoperability docs](docs/integrations/zeek/index.md) (#2770, #2782, #2830)
458458
* Create endpoints in the Zed lake service API that correspond to underlying Zed lake operations, and expose them via `zapi` commands (#2741, #2774, #2786, #2775, #2794, #2795, #2796, #2920, #2925, #2928)
459459
* Fix an issue where `zq` would surface a syntax error when reading ZSON it had sent as output (#2792)
460460
* Add an `/events` endpoint to the API, which can be used by clients such as the Brim app to be notified of pool updates (#2791)
@@ -628,7 +628,7 @@ questions.
628628

629629
## v0.23.0
630630
* zql: Add `week` as a unit for [time grouping with `every`](docs/language/functions/every.md) (#1374)
631-
* zq: Fix an issue where a `null` value in a [JSON type definition](docs/integrations/zeek/_index.md) caused a failure without an error message (#1377)
631+
* zq: Fix an issue where a `null` value in a [JSON type definition](docs/integrations/zeek/index.md) caused a failure without an error message (#1377)
632632
* zq: Add [`zst` format](docs/formats/csup.md) to `-i` and `-f` command-line help (#1384)
633633
* zq: ZNG spec and `zq` updates to introduce the beta ZNG storage format (#1375, #1415, #1394, #1457, #1512, #1523, #1529), also addressing the following:
634634
* New data type `bytes` for storing sequences of bytes encoded as base64 (#1315)
@@ -644,11 +644,11 @@ questions.
644644
* zqd: Check and convert alpha ZNG filestores to beta ZNG (#1574, #1576)
645645
* zq: Fix an issue where spill-to-disk file names could collide (#1391)
646646
* zq: Allow the [`fuse` operator](docs/language/operators/fuse.md) to spill-to-disk to avoid memory limitations (#1355, #1402)
647-
* zq: No longer require `_path` as a first column in a [JSON type definition](docs/integrations/zeek/_index.md) (#1370)
647+
* zq: No longer require `_path` as a first column in a [JSON type definition](docs/integrations/zeek/index.md) (#1370)
648648
* zql: Improve ZQL docs for [aggregate functions](docs/language/operators/summarize.md) and grouping (#1385)
649649
* zql: Point links for developer docs at [pkg.go.dev](https://pkg.go.dev/) instead of [godoc.org](https://godoc.org/) (#1401)
650650
* zq: Add support for timestamps with signed timezone offsets (#1389)
651-
* zq: Add a [JSON type definition](docs/integrations/zeek/_index.md) for alert events in [Suricata EVE logs](https://suricata.readthedocs.io/en/suricata-5.0.2/output/eve/eve-json-output.html) (#1400)
651+
* zq: Add a [JSON type definition](docs/integrations/zeek/index.md) for alert events in [Suricata EVE logs](https://suricata.readthedocs.io/en/suricata-5.0.2/output/eve/eve-json-output.html) (#1400)
652652
* zq: Update the [ZNG over JSON (ZJSON)](docs/formats/zjson.md) spec and implementation (#1299)
653653
* zar: Use buffered streaming for archive import (#1397)
654654
* zq: Add an `ast` command that prints parsed ZQL as its underlying JSON object (#1416)

docs/commands/super-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ format. However, the `-f` option can be used to specify any supported
356356
super db auth login|logout|method|verify
357357
```
358358
Access to a lake can be secured with [Auth0 authentication](https://auth0.com/).
359-
A [guide](../integrations/zed-lake-auth.md) is available with example configurations.
359+
A [guide](../integrations/zed-lake-auth/index.md) is available with example configurations.
360360
Please reach out to us on our [community Slack](https://www.brimdata.io/join-slack/)
361361
if you have feedback on your experience or need additional help.
362362

docs/integrations/fluentd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ record for archiving and analytics.
1212
This guide walks through two simple configurations of Fluentd with a Zed lake
1313
that can be used as reference for starting your own production configuration.
1414
As it's a data source important to many in the Zed community, log data from
15-
[Zeek](./zeek/_index.md) is used in this guide. The approach shown can be
15+
[Zeek](./zeek/index.md) is used in this guide. The approach shown can be
1616
easily adapted to any log data source.
1717

1818
## Software

0 commit comments

Comments
 (0)