Skip to content

Commit

Permalink
Fix more broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Nov 27, 2024
1 parent 66bb686 commit dbcbf26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/super.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/zed.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dbcbf26

Please sign in to comment.