Skip to content

Commit c265809

Browse files
authored
Link fixups (#5)
Links to the RustCrypto repo, rather than zkcrypto
1 parent d55f505 commit c265809

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ edition = "2021"
99
rust-version = "1.85"
1010
description = "Library for building and interfacing with finite fields"
1111
readme = "README.md"
12-
documentation = "https://docs.rs/ff/"
13-
homepage = "https://github.com/zkcrypto/ff"
12+
documentation = "https://docs.rs/rustcrypto-ff/"
13+
homepage = "https://github.com/RustCrypto/ff"
1414
license = "MIT/Apache-2.0"
15-
repository = "https://github.com/zkcrypto/ff"
15+
repository = "https://github.com/RustCrypto/ff"
1616

1717
[dependencies]
1818
bitvec = { version = "1", default-features = false, optional = true }

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RustCrypto: ff
1+
# [RustCrypto]: ff
22

33
`ff` is a finite field library written in pure Rust, with no `unsafe{}` code.
44

@@ -82,3 +82,5 @@ Unless you explicitly state otherwise, any contribution intentionally
8282
submitted for inclusion in the work by you, as defined in the Apache-2.0
8383
license, shall be dual licensed as above, without any additional terms or
8484
conditions.
85+
86+
[RustCrypto]: https://github.com/rustcrypto/

0 commit comments

Comments
 (0)