From 23334db0c7d8b7fe3175eaa33d657aaf6213576a Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Mon, 10 Feb 2025 17:12:09 -0500 Subject: [PATCH] fix(docs): fix incorrect url --- docs/api/core/client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/core/client.md b/docs/api/core/client.md index 539962b5..a131af4a 100644 --- a/docs/api/core/client.md +++ b/docs/api/core/client.md @@ -5,7 +5,7 @@ Clients are responsible for publishing their data needs and performing data proc If you are interested in creating your own Mosaic clients, see the [Mosaic GitHub repository](https://github.com/uwdata/mosaic). For concrete examples, start with the source code of [Mosaic inputs](https://github.com/uwdata/mosaic/tree/main/packages/inputs/src). -If you are creating clients for web frameworks such as React, Svelte, or Vue, see the [web clients](/web-clients) documentation. +If you are creating clients for web frameworks such as React, Svelte, or Vue, see the [web clients](/web-clients/) documentation. ## constructor