Skip to content

Commit a05fedf

Browse files
authored
feat: Update links and curl commands to version 1.6.0 (#20)
* Update links and curl commands to version 1.6.0 * revert Getting set up change
1 parent 8a13bad commit a05fedf

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

156156
#### Querying with jq

0 commit comments

Comments
 (0)