Skip to content

Commit

Permalink
fix biolink URL
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Jan 10, 2024
1 parent f738752 commit fe1dcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/api/nanopub.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

biolink_g = Graph()
biolink_g.parse(
"https://raw.githubusercontent.com/biolink/biolink-model/master/biolink-model.owl.ttl",
"https://raw.githubusercontent.com/biolink/biolink-model/master/project/owl/biolink_model.owl.ttl",
format="ttl"
)

Expand Down

0 comments on commit fe1dcef

Please sign in to comment.