diff --git a/onnxruntime/src/lib.rs b/onnxruntime/src/lib.rs index 6b29310a..7ad71db4 100644 --- a/onnxruntime/src/lib.rs +++ b/onnxruntime/src/lib.rs @@ -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)