From b82742336299d2b1b29c40ed6540a9b0248c09eb Mon Sep 17 00:00:00 2001 From: Chris Mitchell Date: Tue, 7 Dec 2021 16:59:34 -0800 Subject: [PATCH] Fix link in readme to dagger documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cac710..b67fa72 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Dagger Browser -Dagger Browser is a progressive web app for easily navigating a project's Dagger graph. The graph data is populated from a Dagger [SPI](https://dagger.dev/spi.html) plugin, and the browser is built using +Dagger Browser is a progressive web app for easily navigating a project's Dagger graph. The graph data is populated from a Dagger [SPI](https://dagger.dev/dev-guide/spi.html) plugin, and the browser is built using [CRA (create-react-app)](https://github.com/facebook/create-react-app) with Typescript.