Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
cndolo committed Aug 29, 2024
1 parent ab490c0 commit 975728c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# lightning-mpp-simulator

![MIT](https://img.shields.io/badge/license-MIT-blue.svg)
[![CI](https://github.com/p2p-research-tools/lightning-mpp-simulator/actions/workflows/test.yml/badge.svg)](https://github.com/p2p-research-tools/lightning-mpp-simulator/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/p2p-research-tools/lightning-mpp-simulator/branch/main/graph/badge.svg?token=QZH345MHCJ)](https://codecov.io/gh/p2p-research-tools/lightning-mpp-simulator)
[![dependency status](https://deps.rs/repo/github/p2p-research-tools/lightning-mpp-simulator/status.svg)](https://deps.rs/repo/github/p2p-research-tools/lightning-mpp-simulator)
[![CI](https://github.com/tud-dud/lightning-mpp-simulator/actions/workflows/test.yml/badge.svg)](https://github.com/tud-dud/lightning-mpp-simulator/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/tud-dud/lightning-mpp-simulator/branch/main/graph/badge.svg?token=QZH345MHCJ)](https://codecov.io/gh/tud-dud/lightning-mpp-simulator)
[![dependency status](https://deps.rs/repo/github/tud-dud/lightning-mpp-simulator/status.svg)](https://deps.rs/repo/github/tud-dud/lightning-mpp-simulator)

This is a collection of projects related to simulating payments in the Lightning
network.
Expand All @@ -29,7 +29,7 @@ The library implements routing and payment splitting logic and can be used as
follows.

```
lightning-simulator = {git = "https://github.com/p2p-research-tools/lightning-mpp-simulator"}
lightning-simulator = {git = "https://github.com/tud-dud/lightning-mpp-simulator"}
use simlib::*;
```

Expand All @@ -42,4 +42,4 @@ Build all members of the project:
## Simulation results

We maintain interactive charts with simulation results at
[https://p2p-research-tools.github.io/lightning-mpp-simulator/](https://p2p-research-tools.github.io/lightning-mpp-simulator/).
[https://tud-dud.github.io/lightning-mpp-simulator/](https://tud-dud.github.io/lightning-mpp-simulator/).

0 comments on commit 975728c

Please sign in to comment.