Skip to content

Commit

Permalink
Merge pull request #261 from divviup/timg/fix-github-org-name
Browse files Browse the repository at this point in the history
Update various URLs with divviup GH org
  • Loading branch information
tgeoghegan authored Jul 5, 2022
2 parents 4eb248f + 538514d commit 1cec651
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Josh Aas <jaas@kflag.net>", "Tim Geoghegan <timg@letsencrypt.org>",
edition = "2018"
description = "Implementation of the Prio aggregation system core: https://crypto.stanford.edu/prio/"
license = "MPL-2.0"
repository = "https://github.com/abetterinternet/libprio-rs"
repository = "https://github.com/divviup/libprio-rs"
rust-version = "1.58"

[dependencies]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
[![Build Status]][actions] [![Latest Version]][crates.io] [![Docs badge]][docs.rs]


[Build Status]: https://github.com/abetterinternet/libprio-rs/workflows/ci-build/badge.svg
[actions]: https://github.com/abetterinternet/libprio-rs/actions?query=branch%3Amain
[Build Status]: https://github.com/divviup/libprio-rs/workflows/ci-build/badge.svg
[actions]: https://github.com/divviup/libprio-rs/actions?query=branch%3Amain
[Latest Version]: https://img.shields.io/crates/v/prio.svg
[crates.io]: https://crates.io/crates/prio
[Docs badge]: https://img.shields.io/badge/docs.rs-rustdoc-green
Expand All @@ -29,6 +29,6 @@ also forthcoming. Prio3 should not yet be used in production applications.

[enpa]: https://www.abetterinternet.org/post/prio-services-for-covid-en/
[enpa-whitepaper]: https://covid19-static.cdn-apple.com/applications/covid19/current/static/contact-tracing/pdf/ENPA_White_Paper.pdf
[prio-server]: https://github.com/abetterinternet/prio-server
[prio-server]: https://github.com/divviup/prio-server
[vdaf]: https://datatracker.ietf.org/doc/draft-irtf-cfrg-vdaf/
[dap]: https://datatracker.ietf.org/doc/draft-ietf-ppm-dap/
2 changes: 1 addition & 1 deletion binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018"
description = "Prio utilities"
license = "MPL-2.0"
repository = "https://github.com/abetterinternet/libprio-rs"
repository = "https://github.com/divviup/libprio-rs"

[dependencies]
base64 = "0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion binaries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ Where the contents of `/path/to/base64/server-1/private/key` and

[enpa-whitepaper]: https://covid19-static.cdn-apple.com/applications/covid19/current/static/contact-tracing/pdf/ENPA_White_Paper.pdf
[dap]: https://datatracker.ietf.org/doc/draft-ietf-ppm-dap/
[prio-server]: https://github.com/abetterinternet/prio-server
[prio-server]: https://github.com/divviup/prio-server
[libprio-cc]: https://github.com/google/libprio-cc
2 changes: 1 addition & 1 deletion documentation/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ release and publish:

Publishing the release will automatically publish the updated [`prio` crate][crate].

[releases]: https://github.com/abetterinternet/libprio-rs/releases/new
[releases]: https://github.com/divviup/libprio-rs/releases/new
[crate]: https://crates.io/crates/prio

0 comments on commit 1cec651

Please sign in to comment.