Skip to content

Commit d4ef416

Browse files
authored
Update download links to version 1.10.1 (#37)
1 parent b5f9ac8 commit d4ef416

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,16 +141,16 @@ You can download the files through direct links or using curl commands.
141141

142142
**Direct links**
143143

144-
- [nodes.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.10.0/exports/nodes.jsonl?ref=github)
145-
- [relationships.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.10.0/exports/relationships.jsonl?ref=github)
144+
- [nodes.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.10.1/exports/nodes.jsonl?ref=github)
145+
- [relationships.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.10.1/exports/relationships.jsonl?ref=github)
146146

147147
**Using curl commands**
148148

149149
If you don't have curl installed, visit https://github.com/curl/curl for installation instructions.
150150

151151
```bash
152-
curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.10.0/exports/nodes.jsonl?ref=gh_curl" -o nodes.jsonl
153-
curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.10.0/exports/relationships.jsonl?ref=gh_curl" -o relationships.jsonl
152+
curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.10.1/exports/nodes.jsonl?ref=gh_curl" -o nodes.jsonl
153+
curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.10.1/exports/relationships.jsonl?ref=gh_curl" -o relationships.jsonl
154154
```
155155

156156
#### Querying with jq

0 commit comments

Comments
 (0)