Skip to content

Commit b1e09e2

Browse files
authored
Merge pull request #384 from brainsnail/master
Point to HexDocs base URL for Rustler in lib.rs
2 parents c37d101 + 6682db2 commit b1e09e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustler/src/lib.rs

+1-1
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)