From d453395c235d93d333663725400258e2db961dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Mart=C3=ADnez?= Date: Fri, 26 Sep 2025 15:53:58 -0500 Subject: [PATCH] fix: typedoc links --- package/typedoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/typedoc.json b/package/typedoc.json index b8ebbaa..3693e97 100644 --- a/package/typedoc.json +++ b/package/typedoc.json @@ -3,7 +3,7 @@ "cleanOutputDir": true, "entryPoints": ["src/main.ts"], "entryPointStrategy": "expand", - "gitRevision": "release", + "gitRevision": "main", "githubPages": false, "hideGenerator": true, "includeVersion": false,