From 20f98ca232b5d5f2f8db57b2c489590af088af8d Mon Sep 17 00:00:00 2001 From: Steven McCanne Date: Sat, 26 Oct 2024 09:26:12 -0700 Subject: [PATCH] oops --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 0974f73fae..195ede153e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -39,7 +39,7 @@ a number of different elements of the system: * The [super data model](formats/zed.md) is the abstract definition of the data types and semantics that underlie the super-structured data formats. * The [super data formats](formats/README.md) are a family of -[human-readable (Super JSON, JSUP)](formats/jsip.md), +[human-readable (Super JSON, JSUP)](formats/jsup.md), [sequential (Super Binary, BSUP)](formats/zng.md), and [columnar (Super Columnar, CSUP)](formats/vng.md) formats that all adhere to the same abstract super data model.