Skip to content

Commit

Permalink
Merge pull request #384 from brainsnail/master
Browse files Browse the repository at this point in the history
Point to HexDocs base URL for Rustler in lib.rs
  • Loading branch information
evnu authored Sep 14, 2021
2 parents c37d101 + 6682db2 commit b1e09e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
//! automatic NIF compiler for Mix, and utilities for loading the compiled NIF.
//!
//! For more information about this, see [the documentation for
//! rustler_mix](https://hexdocs.pm/rustler/basics.html).
//! rustler](https://hexdocs.pm/rustler).
#[macro_use(enif_snprintf)]
extern crate rustler_sys;
Expand Down

0 comments on commit b1e09e2

Please sign in to comment.