diff --git a/src/edwards.rs b/src/edwards.rs index c60069c..53f1499 100644 --- a/src/edwards.rs +++ b/src/edwards.rs @@ -84,7 +84,7 @@ //! successful decompression of a compressed point, or else by //! operations on other (valid) `EdwardsPoint`s. //! -//! [curve_models]: https://doc-internal.dalek.rs/curve25519_dalek/curve_models/index.html +//! [curve_models]: https://doc-internal.dalek.rs/curve25519_dalek/backend/serial/curve_models/index.html // We allow non snake_case names because coordinates in projective space are // traditionally denoted by the capitalisation of their respective