From 1b5521a10c234b5d09cd70d101af2250378d99fa Mon Sep 17 00:00:00 2001 From: switch-to-gitlab <73752374+switch-to-gitlab@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:11:28 -0400 Subject: [PATCH] fix broken link on npmjs.org Presently, this package links to a 404 - Not Found error. This commit fixes the link. --- server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/package.json b/server/package.json index eb988edb9..14ecf1f4d 100644 --- a/server/package.json +++ b/server/package.json @@ -20,7 +20,7 @@ "engines": { "node": "*" }, - "homepage": "https://github.com/rescript-lang/rescript-vscode/server/README.md", + "homepage": "https://github.com/rescript-lang/rescript-vscode/blob/master/server/README.md", "repository": { "type": "git", "url": "https://github.com/rescript-lang/rescript-vscode",