From f2fc0aec1c3865b92df0228bd00e3a99763b6cf5 Mon Sep 17 00:00:00 2001 From: Warenga Maina Date: Wed, 27 May 2026 14:17:14 -0700 Subject: [PATCH] Update download links to version 1.9.0 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 820c7d7..c196a7a 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.8.0/exports/nodes.jsonl?ref=github) -- [relationships.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.8.0/exports/relationships.jsonl?ref=github) +- [nodes.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.9.0/exports/nodes.jsonl?ref=github) +- [relationships.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.9.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.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 +curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.9.0/exports/nodes.jsonl?ref=gh_curl" -o nodes.jsonl +curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.9.0/exports/relationships.jsonl?ref=gh_curl" -o relationships.jsonl ``` #### Querying with jq