diff --git a/versioned_docs/version-v1.10.0/tutorials/schools.md b/versioned_docs/version-v1.10.0/tutorials/schools.md index 1369a1cf..3592bc70 100644 --- a/versioned_docs/version-v1.10.0/tutorials/schools.md +++ b/versioned_docs/version-v1.10.0/tutorials/schools.md @@ -7,7 +7,7 @@ sidebar_label: Schools Data > This document provides a beginner's overview of the Zed language using the [zq command](../commands/zq.md) and -[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools +[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools and test scores. ## 1. Getting Started @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply [install zq](../install.md) and copy the data files used here into your working directory: ``` -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson ``` These files are all encoded in the human-readable [ZSON format](../formats/zson.md) so you can easily have a look at them. ZSON is not optimized for speed but these @@ -87,7 +87,7 @@ which emits Nothing too tricky here. After a quick review of the shapes and types, you will notice they are just three relatively simple tables, which is no surprise since we obtained the original data from -[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md). +[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md). ## 3. Searching diff --git a/versioned_docs/version-v1.11.0/tutorials/schools.md b/versioned_docs/version-v1.11.0/tutorials/schools.md index daeacc4d..5776d41f 100644 --- a/versioned_docs/version-v1.11.0/tutorials/schools.md +++ b/versioned_docs/version-v1.11.0/tutorials/schools.md @@ -7,7 +7,7 @@ sidebar_label: Schools Data > This document provides a beginner's overview of the Zed language using the [zq command](../commands/zq.md) and -[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools +[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools and test scores. ## 1. Getting Started @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply [install zq](../install.md) and copy the data files used here into your working directory: ``` -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson ``` These files are all encoded in the human-readable [ZSON format](../formats/zson.md) so you can easily have a look at them. ZSON is not optimized for speed but these @@ -87,7 +87,7 @@ which emits Nothing too tricky here. After a quick review of the shapes and types, you will notice they are just three relatively simple tables, which is no surprise since we obtained the original data from -[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md). +[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md). ## 3. Searching diff --git a/versioned_docs/version-v1.12.0/tutorials/schools.md b/versioned_docs/version-v1.12.0/tutorials/schools.md index daeacc4d..5776d41f 100644 --- a/versioned_docs/version-v1.12.0/tutorials/schools.md +++ b/versioned_docs/version-v1.12.0/tutorials/schools.md @@ -7,7 +7,7 @@ sidebar_label: Schools Data > This document provides a beginner's overview of the Zed language using the [zq command](../commands/zq.md) and -[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools +[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools and test scores. ## 1. Getting Started @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply [install zq](../install.md) and copy the data files used here into your working directory: ``` -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson ``` These files are all encoded in the human-readable [ZSON format](../formats/zson.md) so you can easily have a look at them. ZSON is not optimized for speed but these @@ -87,7 +87,7 @@ which emits Nothing too tricky here. After a quick review of the shapes and types, you will notice they are just three relatively simple tables, which is no surprise since we obtained the original data from -[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md). +[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md). ## 3. Searching diff --git a/versioned_docs/version-v1.13.0/tutorials/schools.md b/versioned_docs/version-v1.13.0/tutorials/schools.md index daeacc4d..5776d41f 100644 --- a/versioned_docs/version-v1.13.0/tutorials/schools.md +++ b/versioned_docs/version-v1.13.0/tutorials/schools.md @@ -7,7 +7,7 @@ sidebar_label: Schools Data > This document provides a beginner's overview of the Zed language using the [zq command](../commands/zq.md) and -[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools +[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools and test scores. ## 1. Getting Started @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply [install zq](../install.md) and copy the data files used here into your working directory: ``` -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson ``` These files are all encoded in the human-readable [ZSON format](../formats/zson.md) so you can easily have a look at them. ZSON is not optimized for speed but these @@ -87,7 +87,7 @@ which emits Nothing too tricky here. After a quick review of the shapes and types, you will notice they are just three relatively simple tables, which is no surprise since we obtained the original data from -[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md). +[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md). ## 3. Searching diff --git a/versioned_docs/version-v1.14.0/tutorials/schools.md b/versioned_docs/version-v1.14.0/tutorials/schools.md index daeacc4d..5776d41f 100644 --- a/versioned_docs/version-v1.14.0/tutorials/schools.md +++ b/versioned_docs/version-v1.14.0/tutorials/schools.md @@ -7,7 +7,7 @@ sidebar_label: Schools Data > This document provides a beginner's overview of the Zed language using the [zq command](../commands/zq.md) and -[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools +[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools and test scores. ## 1. Getting Started @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply [install zq](../install.md) and copy the data files used here into your working directory: ``` -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson ``` These files are all encoded in the human-readable [ZSON format](../formats/zson.md) so you can easily have a look at them. ZSON is not optimized for speed but these @@ -87,7 +87,7 @@ which emits Nothing too tricky here. After a quick review of the shapes and types, you will notice they are just three relatively simple tables, which is no surprise since we obtained the original data from -[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md). +[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md). ## 3. Searching diff --git a/versioned_docs/version-v1.15.0/tutorials/schools.md b/versioned_docs/version-v1.15.0/tutorials/schools.md index daeacc4d..5776d41f 100644 --- a/versioned_docs/version-v1.15.0/tutorials/schools.md +++ b/versioned_docs/version-v1.15.0/tutorials/schools.md @@ -7,7 +7,7 @@ sidebar_label: Schools Data > This document provides a beginner's overview of the Zed language using the [zq command](../commands/zq.md) and -[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools +[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools and test scores. ## 1. Getting Started @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply [install zq](../install.md) and copy the data files used here into your working directory: ``` -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson ``` These files are all encoded in the human-readable [ZSON format](../formats/zson.md) so you can easily have a look at them. ZSON is not optimized for speed but these @@ -87,7 +87,7 @@ which emits Nothing too tricky here. After a quick review of the shapes and types, you will notice they are just three relatively simple tables, which is no surprise since we obtained the original data from -[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md). +[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md). ## 3. Searching diff --git a/versioned_docs/version-v1.16.0/tutorials/schools.md b/versioned_docs/version-v1.16.0/tutorials/schools.md index 24968787..2ed99319 100644 --- a/versioned_docs/version-v1.16.0/tutorials/schools.md +++ b/versioned_docs/version-v1.16.0/tutorials/schools.md @@ -7,7 +7,7 @@ sidebar_label: Schools Data > This document provides a beginner's overview of the Zed language using the [zq command](../commands/zq.md) and -[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools +[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools and test scores. ## 1. Getting Started @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply [install zq](../install.md) and copy the data files used here into your working directory: ``` -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson ``` These files are all encoded in the human-readable [ZSON format](../formats/zson.md) so you can easily have a look at them. ZSON is not optimized for speed but these @@ -87,7 +87,7 @@ which emits Nothing too tricky here. After a quick review of the shapes and types, you will notice they are just three relatively simple tables, which is no surprise since we obtained the original data from -[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md). +[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md). ## 3. Searching diff --git a/versioned_docs/version-v1.17.0/tutorials/schools.md b/versioned_docs/version-v1.17.0/tutorials/schools.md index 24968787..2ed99319 100644 --- a/versioned_docs/version-v1.17.0/tutorials/schools.md +++ b/versioned_docs/version-v1.17.0/tutorials/schools.md @@ -7,7 +7,7 @@ sidebar_label: Schools Data > This document provides a beginner's overview of the Zed language using the [zq command](../commands/zq.md) and -[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools +[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools and test scores. ## 1. Getting Started @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply [install zq](../install.md) and copy the data files used here into your working directory: ``` -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson ``` These files are all encoded in the human-readable [ZSON format](../formats/zson.md) so you can easily have a look at them. ZSON is not optimized for speed but these @@ -87,7 +87,7 @@ which emits Nothing too tricky here. After a quick review of the shapes and types, you will notice they are just three relatively simple tables, which is no surprise since we obtained the original data from -[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md). +[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md). ## 3. Searching diff --git a/versioned_docs/version-v1.18.0/tutorials/schools.md b/versioned_docs/version-v1.18.0/tutorials/schools.md index 70da91d6..39fade00 100644 --- a/versioned_docs/version-v1.18.0/tutorials/schools.md +++ b/versioned_docs/version-v1.18.0/tutorials/schools.md @@ -7,7 +7,7 @@ sidebar_label: Schools Data > This document provides a beginner's overview of the Zed language using the [zq command](../commands/zq.md) and -[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools +[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools and test scores. ## 1. Getting Started @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply [install zq](../install.md) and copy the data files used here into your working directory: ``` -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson ``` These files are all encoded in the human-readable [ZSON format](../formats/zson.md) so you can easily have a look at them. ZSON is not optimized for speed but these @@ -93,7 +93,7 @@ which emits Nothing too tricky here. After a quick review of the shapes and types, you will notice they are just three relatively simple tables, which is no surprise since we obtained the original data from -[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md). +[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md). ## 3. Searching diff --git a/versioned_docs/version-v1.5.0/tutorials/schools.md b/versioned_docs/version-v1.5.0/tutorials/schools.md index 12e1fc38..f843bea0 100644 --- a/versioned_docs/version-v1.5.0/tutorials/schools.md +++ b/versioned_docs/version-v1.5.0/tutorials/schools.md @@ -7,7 +7,7 @@ sidebar_label: Schools Data > This document provides a beginner's overview of the Zed language using the [zq command](../commands/zq.md) and -[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools +[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools and test scores. ## 1. Getting Started @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply [install zq](../install.md) and copy the data files used here into your working directory: ``` -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson ``` These files are all encoded in the human-readable [ZSON format](../formats/zson.md) so you can easily have a look at them. ZSON is not optimized for speed but these @@ -87,7 +87,7 @@ which emits Nothing too tricky here. After a quick review of the shapes and types, you will notice they are just three relatively simple tables, which is no surprise since we obtained the original data from -[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md). +[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md). ## 3. Searching diff --git a/versioned_docs/version-v1.6.0/tutorials/schools.md b/versioned_docs/version-v1.6.0/tutorials/schools.md index 13a74ce6..e8f51ffe 100644 --- a/versioned_docs/version-v1.6.0/tutorials/schools.md +++ b/versioned_docs/version-v1.6.0/tutorials/schools.md @@ -7,7 +7,7 @@ sidebar_label: Schools Data > This document provides a beginner's overview of the Zed language using the [zq command](../commands/zq.md) and -[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools +[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools and test scores. ## 1. Getting Started @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply [install zq](../install.md) and copy the data files used here into your working directory: ``` -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson ``` These files are all encoded in the human-readable [ZSON format](../formats/zson.md) so you can easily have a look at them. ZSON is not optimized for speed but these @@ -87,7 +87,7 @@ which emits Nothing too tricky here. After a quick review of the shapes and types, you will notice they are just three relatively simple tables, which is no surprise since we obtained the original data from -[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md). +[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md). ## 3. Searching diff --git a/versioned_docs/version-v1.7.0/tutorials/schools.md b/versioned_docs/version-v1.7.0/tutorials/schools.md index ae76135a..9de79730 100644 --- a/versioned_docs/version-v1.7.0/tutorials/schools.md +++ b/versioned_docs/version-v1.7.0/tutorials/schools.md @@ -7,7 +7,7 @@ sidebar_label: Schools Data > This document provides a beginner's overview of the Zed language using the [zq command](../commands/zq.md) and -[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools +[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools and test scores. ## 1. Getting Started @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply [install zq](../install.md) and copy the data files used here into your working directory: ``` -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson ``` These files are all encoded in the human-readable [ZSON format](../formats/zson.md) so you can easily have a look at them. ZSON is not optimized for speed but these @@ -87,7 +87,7 @@ which emits Nothing too tricky here. After a quick review of the shapes and types, you will notice they are just three relatively simple tables, which is no surprise since we obtained the original data from -[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md). +[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md). ## 3. Searching diff --git a/versioned_docs/version-v1.8.0/tutorials/schools.md b/versioned_docs/version-v1.8.0/tutorials/schools.md index ae76135a..9de79730 100644 --- a/versioned_docs/version-v1.8.0/tutorials/schools.md +++ b/versioned_docs/version-v1.8.0/tutorials/schools.md @@ -7,7 +7,7 @@ sidebar_label: Schools Data > This document provides a beginner's overview of the Zed language using the [zq command](../commands/zq.md) and -[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools +[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools and test scores. ## 1. Getting Started @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply [install zq](../install.md) and copy the data files used here into your working directory: ``` -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson ``` These files are all encoded in the human-readable [ZSON format](../formats/zson.md) so you can easily have a look at them. ZSON is not optimized for speed but these @@ -87,7 +87,7 @@ which emits Nothing too tricky here. After a quick review of the shapes and types, you will notice they are just three relatively simple tables, which is no surprise since we obtained the original data from -[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md). +[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md). ## 3. Searching diff --git a/versioned_docs/version-v1.9.0/tutorials/schools.md b/versioned_docs/version-v1.9.0/tutorials/schools.md index 1369a1cf..3592bc70 100644 --- a/versioned_docs/version-v1.9.0/tutorials/schools.md +++ b/versioned_docs/version-v1.9.0/tutorials/schools.md @@ -7,7 +7,7 @@ sidebar_label: Schools Data > This document provides a beginner's overview of the Zed language using the [zq command](../commands/zq.md) and -[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools +[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools and test scores. ## 1. Getting Started @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply [install zq](../install.md) and copy the data files used here into your working directory: ``` -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson -curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson +curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson ``` These files are all encoded in the human-readable [ZSON format](../formats/zson.md) so you can easily have a look at them. ZSON is not optimized for speed but these @@ -87,7 +87,7 @@ which emits Nothing too tricky here. After a quick review of the shapes and types, you will notice they are just three relatively simple tables, which is no surprise since we obtained the original data from -[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md). +[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md). ## 3. Searching