From f221d4d3a7ec1e3e65b14db77eb4c3ab26fb6ccc Mon Sep 17 00:00:00 2001 From: Warenga Maina Date: Thu, 26 Mar 2026 14:06:02 -0700 Subject: [PATCH] Update download links to version 1.7.0 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5db7e9a..6629869 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.6.0/exports/nodes.jsonl?ref=github) -- [relationships.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.6.0/exports/relationships.jsonl?ref=github) +- [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) **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.6.0/exports/nodes.jsonl?ref=gh_curl" -o nodes.jsonl -curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.6.0/exports/relationships.jsonl?ref=gh_curl" -o relationships.jsonl +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 ``` #### Querying with jq