Skip to content

Commit 8d21e3d

Browse files
committed
Fix rustdoc link
1 parent 596e2ce commit 8d21e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//!
1212
//! And that is exactly what this library is, the Rust bindings to `bitcoinconsensus`.
1313
//!
14-
//! [`bitcoin/doc/shared-libraries`]: <https://github.com/bitcoin/bitcoin/blob/master/doc/shared-libraries.md>
14+
//! [`bitcoin/doc/shared-libraries.md`]: <https://github.com/bitcoin/bitcoin/blob/master/doc/shared-libraries.md>
1515
1616
mod types;
1717

0 commit comments

Comments
 (0)