From e47436167398bfc7f25075f5f4931771185a354a Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sat, 14 Sep 2024 15:48:08 +0200 Subject: [PATCH] fix: update the documentation URL --- svrjs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svrjs.json b/svrjs.json index 20c9cc9..b842356 100644 --- a/svrjs.json +++ b/svrjs.json @@ -1,9 +1,9 @@ { "version": "Nightly-GitNext", "name": "SVR.JS", - "documentationURL": "https://svrjs.org/docs/tentative", + "documentationURL": "https://svrjs.org/docs", "statisticsServerCollectEndpoint": "https://statistics.svrjs.org/collect.svr", "changes": [ "INSERT CHANGES THERE" ] -} \ No newline at end of file +}