From 31cffed93d3e88e0f1353ce70a30f1a2f0b4f2c2 Mon Sep 17 00:00:00 2001 From: EGOIST Date: Fri, 19 Jul 2024 16:58:17 +0800 Subject: [PATCH] docs: use jsdocs.io for now, closes #1145, #1159 --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index f7deb086f..109335b75 100644 --- a/docs/index.html +++ b/docs/index.html @@ -40,7 +40,7 @@ docup.init({ // ..options navLinks: [ - { text: `Type Doc`, link: `https://paka.dev/npm/tsup` }, + { text: `Type Doc`, link: `https://jsdocs.io/package/tsup` }, { text: `GitHub`, link: `https://github.com/egoist/tsup`,