Skip to content

Commit

Permalink
Link to the proper home of zed-js (#5085)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Mar 22, 2024
1 parent 08c04de commit 7740693
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/formats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ values.
embodies Zed's more general model for heterogeneous and self-describing schemas.
* [Zed over JSON](zjson.md) defines a JSON format for encapsulating Zed data
in JSON for easy decoding by JSON-based clients, e.g.,
the [zed-js JavaScript library](https://github.com/brimdata/zealot/tree/main/packages/zed-js)
the [zed-js JavaScript library](https://github.com/brimdata/zui/tree/main/packages/zed-js)
and the [Zed Python library](../libraries/python.md).

Because all of the formats conform to the same Zed data model, conversions between
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/zjson.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ so appropriate for a [super-structured data model](./README.md#2-zed-a-super-str
like Zed. That said, JSON can be used as an encoding format for Zed by mapping Zed data
onto a JSON-based protocol. This allows clients like web apps or
Electron apps to receive and understand Zed and, with the help of client
libraries like [zed-js](https://github.com/brimdata/zealot/tree/main/packages/zed-js),
libraries like [zed-js](https://github.com/brimdata/zui/tree/main/packages/zed-js),
to manipulate the rich, structured Zed types that are implemented on top of
the basic JavaScript types.

Expand Down
2 changes: 1 addition & 1 deletion docs/libraries/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_label: JavaScript

# JavaScript

The [zed-js library](https://github.com/brimdata/zealot/tree/main/packages/zed-js)
The [zed-js library](https://github.com/brimdata/zui/tree/main/packages/zed-js)
provides support for the Zed data model from within
JavaScript as well as methods for communicating with a Zed lake.

Expand Down

0 comments on commit 7740693

Please sign in to comment.