From 50333077d471e9dee7e2c55fff854d25ee416310 Mon Sep 17 00:00:00 2001 From: Temm Date: Sun, 7 May 2023 19:47:20 +0200 Subject: [PATCH] Update docs domain in schema.json --- 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",