Skip to content

Commit 6682db2

Browse files
committed
Point to HexDocs base URL for Rustler in lib.rs
1 parent c37d101 commit 6682db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustler/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//! automatic NIF compiler for Mix, and utilities for loading the compiled NIF.
2222
//!
2323
//! For more information about this, see [the documentation for
24-
//! rustler_mix](https://hexdocs.pm/rustler/basics.html).
24+
//! rustler](https://hexdocs.pm/rustler).
2525
2626
#[macro_use(enif_snprintf)]
2727
extern crate rustler_sys;

0 commit comments

Comments
 (0)