From 037e959e77bbf4bef3304a0af83a7d76e3853233 Mon Sep 17 00:00:00 2001 From: Warenga Maina Date: Thu, 23 Apr 2026 14:08:42 -0700 Subject: [PATCH 1/3] Update download links and curl commands to v1.8.0 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6629869..6d3de1f 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.7.0/exports/nodes.jsonl?ref=github) -- [relationships.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.7.0/exports/relationships.jsonl?ref=github) +- [nodes.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.8.0/exports/nodes.jsonl?ref=github) +- [relationships.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.8.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.7.0/exports/nodes.jsonl?ref=gh_curl" -o nodes.jsonl -curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.7.0/exports/relationships.jsonl?ref=gh_curl" -o relationships.jsonl +curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.8.0/exports/nodes.jsonl?ref=gh_curl" -o nodes.jsonl +curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.8.0/exports/relationships.jsonl?ref=gh_curl" -o relationships.jsonl ``` #### Querying with jq From 432fa7aed58e68d1d6f90a05305ffaa9f40d3670 Mon Sep 17 00:00:00 2001 From: Warenga Maina Date: Thu, 23 Apr 2026 14:12:04 -0700 Subject: [PATCH 2/3] Update README link to version 1.8.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d3de1f..dbf9ecb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ knowledge_graph_banner

- Getting set up + Getting set up

From 116958933fccd92004bf1d56a5b736b5ce8e3f6f Mon Sep 17 00:00:00 2001 From: Warenga Maina Date: Thu, 23 Apr 2026 14:24:19 -0700 Subject: [PATCH 3/3] Update link for getting started section in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbf9ecb..df4e913 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ knowledge_graph_banner

- Getting set up + Getting set up