From 58e689ef4ebf788f8171b42562b2304b51df1fc7 Mon Sep 17 00:00:00 2001 From: Warenga Maina Date: Thu, 9 Jul 2026 15:00:30 -0700 Subject: [PATCH 1/2] Update download links to version 1.11.1 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6bd920d..f2157db 100644 --- a/README.md +++ b/README.md @@ -141,16 +141,16 @@ You can download the files through direct links or using curl commands. **Direct links** -- [nodes.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.10.1/exports/nodes.jsonl?ref=github) -- [relationships.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.10.1/exports/relationships.jsonl?ref=github) +- [nodes.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.11.1/exports/nodes.jsonl?ref=github) +- [relationships.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.11.1/exports/relationships.jsonl?ref=github) **Using curl commands** If you don't have curl installed, visit https://github.com/curl/curl for installation instructions. ```bash -curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.10.1/exports/nodes.jsonl?ref=gh_curl" -o nodes.jsonl -curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.10.1/exports/relationships.jsonl?ref=gh_curl" -o relationships.jsonl +curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.11.1/exports/nodes.jsonl?ref=gh_curl" -o nodes.jsonl +curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.11.1/exports/relationships.jsonl?ref=gh_curl" -o relationships.jsonl ``` #### Querying with jq From 77c6f57af6534e53848676392c16dc04cb3bd4cb Mon Sep 17 00:00:00 2001 From: Warenga Maina Date: Thu, 9 Jul 2026 15:03:58 -0700 Subject: [PATCH 2/2] Update download links to version 1.11.0 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f2157db..61150cf 100644 --- a/README.md +++ b/README.md @@ -141,16 +141,16 @@ You can download the files through direct links or using curl commands. **Direct links** -- [nodes.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.11.1/exports/nodes.jsonl?ref=github) -- [relationships.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.11.1/exports/relationships.jsonl?ref=github) +- [nodes.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.11.0/exports/nodes.jsonl?ref=github) +- [relationships.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.11.0/exports/relationships.jsonl?ref=github) **Using curl commands** If you don't have curl installed, visit https://github.com/curl/curl for installation instructions. ```bash -curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.11.1/exports/nodes.jsonl?ref=gh_curl" -o nodes.jsonl -curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.11.1/exports/relationships.jsonl?ref=gh_curl" -o relationships.jsonl +curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.11.0/exports/nodes.jsonl?ref=gh_curl" -o nodes.jsonl +curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.11.0/exports/relationships.jsonl?ref=gh_curl" -o relationships.jsonl ``` #### Querying with jq