From efadd47460e0d1c1f014f0120473564e79e814b6 Mon Sep 17 00:00:00 2001 From: Phil Rzewski Date: Wed, 4 Oct 2023 14:46:23 -0700 Subject: [PATCH] Change destination of Zui links --- docs/language/dataflow-model.md | 2 +- docs/libraries/python.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/language/dataflow-model.md b/docs/language/dataflow-model.md index c16ed3e6e1..92144a0a44 100644 --- a/docs/language/dataflow-model.md +++ b/docs/language/dataflow-model.md @@ -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 diff --git a/docs/libraries/python.md b/docs/libraries/python.md index 2da1cc4e71..82d4444778 100644 --- a/docs/libraries/python.md +++ b/docs/libraries/python.md @@ -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,