Skip to content

Commit 19ca3de

Browse files
committed
Docs: fix doclink in blastoff
1 parent 45b334d commit 19ca3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/blastoff/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//!
66
//! **blastoff uses 1-based indexing, reflecting cuBLAS' behavior. This means
77
//! you will likely need to do some math to any returned indices. For example,
8-
//! [`min`](crate::CublasContext::min) returns a 1-based index.
8+
//! [`min`](crate::context::CublasContext::min) returns a 1-based index.
99
1010
pub use cublas_sys as sys;
1111
use num_complex::{Complex32, Complex64};

0 commit comments

Comments
 (0)