diff --git a/perf/README.md b/perf/README.md index d3be65c..5d738d2 100644 --- a/perf/README.md +++ b/perf/README.md @@ -6,7 +6,7 @@ This project includes the following components: - `impl/`: implementations of the [libp2p perf protocol](https://github.com/libp2p/specs/blob/master/perf/perf.md) running on top of e.g. go-libp2p, rust-libp2p or Go's std-library https stack - `runner/`: a set of scripts building and running the above implementations on the above infrastructure, reporting the results in `benchmark-results.json` -Benchmark results can be visualized with https://observablehq.com/@mxinden-workspace/libp2p-performance-dashboard. +Benchmark results can be visualized with https://observablehq.com/@libp2p-workspace/performance-dashboard. ## Running via GitHub Action