From 67d71c16cd88c8fa70e073e32fff8c5fdbd669ee Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Wed, 13 May 2026 10:10:07 +0200 Subject: [PATCH] docs: fix link in README Fixes #8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ba661f..b0e0a3b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ allowing graphs to be expressed declaratively and reused across tooling. The project also implements a Netron-like **WebNN graph visualizer** that allows for interactive exploration of graph structure. -Check it out at [https://blog.ziade.org/webnn-graph](https://blog.ziade.org/webnn-graph) +Check it out at [https://rustnn.github.io/webnn-graph/](https://rustnn.github.io/webnn-graph/) ## Development