diff --git a/docs/README.md b/docs/README.md index 88447c6b0c..36ad0a4a89 100644 --- a/docs/README.md +++ b/docs/README.md @@ -30,7 +30,7 @@ packaged up in the easy-to-understand [SuperPipe language](language/README.md). While `super` and its accompanying data formats are production quality, the project's -[SuperDB data lake](commands/super-db.md) is a bit [earlier in development](commands/super-db.md#status). +[SuperDB data lake](commands/super-db.md) is a bit earlier in development. ## Terminology diff --git a/docs/commands/super.md b/docs/commands/super.md index e7c72df485..57b2c62f00 100644 --- a/docs/commands/super.md +++ b/docs/commands/super.md @@ -793,7 +793,7 @@ WHERE id LIKE '%in case you have any feedback 😊%' OR payload.member.type LIKE '%in case you have any feedback 😊%' ``` There are 486 such fields. You can review the entire query in -[`search+.sql`](https://github.com/brimdata/super/blob/main/scripts/super-cmd-perf/search%2B.sql). +[`search+.sql`](https://github.com/brimdata/super/blob/main/scripts/super-cmd-perf/queries/search%2B.sql). In SuperSQL, `grep` allows for a much shorter query. ```sql diff --git a/docs/tutorials/zed.md b/docs/tutorials/zed.md index 3c21db432a..0a5b3b3385 100644 --- a/docs/tutorials/zed.md +++ b/docs/tutorials/zed.md @@ -10,7 +10,7 @@ analytics? This is where the `zed` command comes in. `zed` builds on the type system and language found in `zq` and adds a high performance data lake on top. > Note: `zed` is currently in alpha form. Check out its current status in the -> [`super db` command](../commands/super-db.md#status) documentation.. +> [`super db` command](../commands/super-db.md) documentation.. ## Creating a Lake