From a7c02f563d6af46bb7d2ce94fe25828be07d0cbe Mon Sep 17 00:00:00 2001 From: SuperSodaSea Date: Tue, 9 Jan 2024 10:37:54 +0800 Subject: [PATCH] Fix: Link to the dev documentation --- pixi-versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi-versions.json b/pixi-versions.json index 9024d23fb..ccb097997 100644 --- a/pixi-versions.json +++ b/pixi-versions.json @@ -4,7 +4,7 @@ "version": "dev", "releaseNotes": "https://github.com/pixijs/pixijs/releases", "build": "https://pixijs.download/dev/pixi.min.js", - "docs": "https://pixijs.download/release/docs", + "docs": "https://pixijs.download/dev/docs/index.html", "dev": true, "npm": "https://pkg.csb.dev/pixijs/pixijs/commit/84fa8bcc" },