From a0362424a3204a0c0a510af7c90a5e5f90eba61d Mon Sep 17 00:00:00 2001 From: Temm Date: Fri, 16 Jun 2023 08:40:41 +0200 Subject: [PATCH] fix: Update docs domain in schema.json (#901) --- schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.json b/schema.json index 88d0387e..0402482e 100644 --- a/schema.json +++ b/schema.json @@ -50,7 +50,7 @@ "markdownDescription": "Configuration options for [tsup](https://tsup.egoist.dev)", "properties": { "entry": { - "markdownDescription": "Files that each serve as an input to the bundling algorithm.\n\n---\nReferences:\n- [Entry Points](https://esbuild.github.io/api/#entry-points) - esbuild\n - [Multiple Entrypoints](https://tsup.egoist.sh/#multiple-entrypoints) - tsup", + "markdownDescription": "Files that each serve as an input to the bundling algorithm.\n\n---\nReferences:\n- [Entry Points](https://esbuild.github.io/api/#entry-points) - esbuild\n - [Multiple Entrypoints](https://tsup.egoist.dev/#multiple-entrypoints) - tsup", "oneOf": [ { "type": "array",