Skip to content

Commit

Permalink
Fix OBO URL to use HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Jan 5, 2024
1 parent 888884d commit 1c27682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/sources.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use crate::{error::CuriesError, Converter};
/// assert!(unregistered_curie.is_err());
/// ```
pub async fn get_obo_converter() -> Result<Converter, CuriesError> {
Converter::from_jsonld("http://purl.obolibrary.org/meta/obo_context.jsonld").await
Converter::from_jsonld("https://purl.obolibrary.org/meta/obo_context.jsonld").await
}

/// Get the Prefix Commons-maintained [Monarch Initiative
Expand Down

0 comments on commit 1c27682

Please sign in to comment.