diff src/lib.rs @ 2:e69e2966ae0d

Replaces generated README
author Jesse Hallett <jesse@galois.com>
date Thu, 05 Mar 2015 16:33:43 -0800
parents b195a14058bb
children 2ec97116d72c
line wrap: on
line diff
--- a/src/lib.rs	Thu Mar 05 16:25:10 2015 -0800
+++ b/src/lib.rs	Thu Mar 05 16:33:43 2015 -0800
@@ -19,9 +19,9 @@
 //! `pam_sm_authenticate()`, which will use functions in this library to
 //! interrogate the program that requested authentication for more information,
 //! and to render a result.  For a working example that uses this library, see
-//! [tozny-pam][].
+//! [toznyauth-pam][].
 //!
-//! [tozny-pam]: https://github.com/tozny/tozny-pam
+//! [toznyauth-pam]: https://github.com/tozny/toznyauth-pam
 //!
 //! Note that constants that are normally read from pam header files are
 //! hard-coded in the `constants` module.  The values there are taken from