From d5a9b6f57e27cae907c5a079778d67ac3bec3165 Mon Sep 17 00:00:00 2001 From: Garrett Guillotte Date: Fri, 17 Mar 2023 10:59:28 -0700 Subject: [PATCH] Fix broken URL to skin in skin.json The `url` in skin.json points to https://www.mediawiki.org/wiki/Skin:Bootstrap, which contains no content. Repoint the url to this repository. --- skin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin.json b/skin.json index 50d1f5b..6e88ced 100755 --- a/skin.json +++ b/skin.json @@ -1,7 +1,7 @@ { "name": "Bootstrap", "author": "Francesco Siddi", - "url": "https://www.mediawiki.org/wiki/Skin:Bootstrap", + "url": "https://github.com/blender/mediawiki-bootstrap", "descriptionmsg": "Bootstrap 4 based documentation-oriented skin.", "namemsg": "bootstrap", "license-name": "GPL-2.0+",