Skip to content

Commit

Permalink
Change destination of Zui links
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Oct 4, 2023
1 parent 7ee1443 commit efadd47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit efadd47

Please sign in to comment.