Skip to content

Commit

Permalink
More link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Dec 13, 2024
1 parent 627cf56 commit 7ba51dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes
8 changes: 4 additions & 4 deletions docs/tutorials/zed/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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) documentation..
> [`super db` command](../../commands/super-db.md) documentation..
## Creating a Lake

Expand Down Expand Up @@ -84,7 +84,7 @@ Our data has been committed. The `-use prs` argument in `zed load` tells

With our data now loaded let's run a quick `count()` query to verify that we have
the expected data. To do this we'll use the `zed query` command. To those
familiar with [`super`](../commands/super.md), `zed query` operates similarly except
familiar with [`super`](../../commands/super.md), `zed query` operates similarly except
it doesn't accept file input arguments since it queries pools.

```bash
Expand Down Expand Up @@ -316,9 +316,9 @@ $ zed query -Z 'min(created_at), max(created_at)'
Obviously this is only the tip of the iceberg in terms of things that can be done with
the `zed` command. Some suggested next steps:

1. Dig deeper into SuperDB data lakes by having a look at the [`super db` command](../commands/super-db.md) documentation.
1. Dig deeper into SuperDB data lakes by having a look at the [`super db` command](../../commands/super-db.md) documentation.
2. Get a better idea of ways you can query your data by looking at the
[Zed language documentation](../language/_index.md).
[Zed language documentation](../../language/_index.md).

If you have any questions or run into any snags, join the friendly Zed community
at the [Brim Data Slack workspace](https://www.brimdata.io/join-slack/).

0 comments on commit 7ba51dc

Please sign in to comment.