Skip to content

Commit a791daa

Browse files
authored
Update download links to version 1.7.0 (#22)
1 parent a8f84e2 commit a791daa

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.6.0/exports/nodes.jsonl?ref=github)
145-
- [relationships.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.6.0/exports/relationships.jsonl?ref=github)
144+
- [nodes.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.7.0/exports/nodes.jsonl?ref=github)
145+
- [relationships.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.7.0/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.6.0/exports/nodes.jsonl?ref=gh_curl" -o nodes.jsonl
153-
curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.6.0/exports/relationships.jsonl?ref=gh_curl" -o relationships.jsonl
152+
curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.7.0/exports/nodes.jsonl?ref=gh_curl" -o nodes.jsonl
153+
curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.7.0/exports/relationships.jsonl?ref=gh_curl" -o relationships.jsonl
154154
```
155155

156156
#### Querying with jq

0 commit comments

Comments
 (0)