Skip to content

Commit

Permalink
Merge pull request nbigaouette#101 from fredr/patch-1
Browse files Browse the repository at this point in the history
Fix link in docs
  • Loading branch information
nbigaouette authored Apr 3, 2022
2 parents 88c6bab + 21afb97 commit cd5a6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ to download.
//! # }
//! ```
//!
//! The outputs are of type [`OrtOwnedTensor`](tensor/struct.OrtOwnedTensor.html)s inside a vector,
//! The outputs are of type [`OrtOwnedTensor`](tensor/ort_owned_tensor/struct.OrtOwnedTensor.html)s inside a vector,
//! with the same length as the inputs.
//!
//! See the [`sample.rs`](https://github.com/nbigaouette/onnxruntime-rs/blob/master/onnxruntime/examples/sample.rs)
Expand Down

0 comments on commit cd5a6eb

Please sign in to comment.