Skip to content

Commit 73266af

Browse files
committed
update links
1 parent ace02d2 commit 73266af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# FBAS Reward Distributor
22

33
![MIT](https://img.shields.io/badge/license-MIT-blue.svg)
4-
[![CI](https://github.com/cndolo/fbas-reward-distributor/actions/workflows/test.yml/badge.svg)](https://github.com/cndolo/fbas-reward-distributor/actions/workflows/test.yml)
5-
[![codecov](https://codecov.io/gh/cndolo/fbas-reward-distributor/branch/main/graph/badge.svg?token=QZH345MHCJ)](https://codecov.io/gh/cndolo/fbas-reward-distributor)
6-
[![dependency status](https://deps.rs/repo/github/cndolo/fbas-reward-distributor/status.svg)](https://deps.rs/repo/github/cndolo/fbas-reward-distributor)
4+
[![CI](https://github.com/p2p-research-tools/fbas-reward-distributor/actions/workflows/test.yml/badge.svg)](https://github.com/p2p-research-tools/fbas-reward-distributor/actions/workflows/test.yml)
5+
[![codecov](https://codecov.io/gh/p2p-research-tools/fbas-reward-distributor/branch/main/graph/badge.svg?token=QZH345MHCJ)](https://codecov.io/gh/p2p-research-tools/fbas-reward-distributor)
6+
[![dependency status](https://deps.rs/repo/github/p2p-research-tools/fbas-reward-distributor/status.svg)](https://deps.rs/repo/github/p2p-research-tools/fbas-reward-distributor)
77

88
Framework for the computation of a node's influence and reward distribution in
99
a Federated Byzantine Agreement Systems (FBASs) like
@@ -77,10 +77,10 @@ The output is always a sorted list of tuples: (NodeID, Public Key (where availab
7777
7878
```
7979
[dependencies]
80-
fbas-reward-distributor = { git = "https://github.com/cndolo/fbas-reward-distributor", default-features = true}
80+
fbas-reward-distributor = { git = "https://github.com/p2p-research-tools/fbas-reward-distributor", default-features = true}
8181
```
8282
83-
See the [fbas-graph-generator](https://github.com/cndolo/fbas-graph-generator) for some examples.
83+
See the [fbas-graph-generator](https://github.com/p2p-research-tools/fbas-graph-generator) for some examples.
8484
8585
## Performance and approximation measurements
8686

0 commit comments

Comments
 (0)