Skip to content

Commit cd5a6eb

Browse files
authored
Merge pull request #101 from fredr/patch-1
Fix link in docs
2 parents 88c6bab + 21afb97 commit cd5a6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ to download.
109109
//! # }
110110
//! ```
111111
//!
112-
//! The outputs are of type [`OrtOwnedTensor`](tensor/struct.OrtOwnedTensor.html)s inside a vector,
112+
//! The outputs are of type [`OrtOwnedTensor`](tensor/ort_owned_tensor/struct.OrtOwnedTensor.html)s inside a vector,
113113
//! with the same length as the inputs.
114114
//!
115115
//! See the [`sample.rs`](https://github.com/nbigaouette/onnxruntime-rs/blob/master/onnxruntime/examples/sample.rs)

0 commit comments

Comments
 (0)