Skip to content

Commit 3efacc1

Browse files
lixucziLi Xu
andauthored
Update reference to KG v1.4.0 files (#17)
Co-authored-by: Li Xu <li.xu@CZIMACOS5329.local>
1 parent b103dcf commit 3efacc1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<img style="width:100%" alt="knowledge_graph_banner" src="https://raw.githubusercontent.com/learning-commons-org/.github/refs/heads/main/assets/kg_hero.png" />
22

33
<p align="center">
4-
<a href="https://docs.learningcommons.org/knowledge-graph/v1-3-0/getting-started/download-the-data/" target="_blank">Getting set up</a>
4+
<a href="https://docs.learningcommons.org/knowledge-graph/v1-4-0/getting-started/download-the-data/" target="_blank">Getting set up</a>
55
</p>
66

77

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

156156
#### Querying with jq

0 commit comments

Comments
 (0)