Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change destination of Zui links #4794

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/language/dataflow-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ in later expressions.

## Implied Operators

When Zed is run in an application like [Zui](https://github.com/brimdata/zui),
When Zed is run in an application like [Zui](https://zui.brimdata.io),
queries are often composed interactively in a "search bar" experience.
The language design here attempts to support both this "lean forward" pattern of usage
along with a "coding style" of query writing where the queries might be large
Expand Down
2 changes: 1 addition & 1 deletion docs/libraries/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To run this example, first start a Zed lake service from your shell:
zed init -lake scratch
zed serve -lake scratch
```
> Or you can launch the [Zui app](https://github.com/brimdata/zui) and it will run a Zed lake service
> Or you can launch the [Zui app](https://zui.brimdata.io) and it will run a Zed lake service
> on the default port at `http://localhost:9867`.

Then, in another shell, use Python to create a pool, load some data,
Expand Down