Skip to content

Commit

Permalink
update links for 'main' default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Jan 31, 2023
1 parent b467b8b commit ea1821c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hetnet/neo4j/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ -d "graph.db" ]; then
fi

# Download and extract graph.db for Hetionet v1.0
curl --location https://github.com/hetio/hetionet/raw/master/hetnet/neo4j/hetionet-v1.0.db.tar.bz2 | tar --extract --bzip2
curl --location https://github.com/hetio/hetionet/raw/v1.0.0/hetnet/neo4j/hetionet-v1.0.db.tar.bz2 | tar --extract --bzip2
```

If curl throws an error related to SSL or certificates,
Expand Down

0 comments on commit ea1821c

Please sign in to comment.