From 3ea008004c90941ae8d340eaf002cde3c62b77b9 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Mon, 20 Feb 2023 16:02:40 -0500 Subject: [PATCH] Fix wiki url --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 4b8e7e8..fe311e1 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -207,7 +207,7 @@ fi ######## Links ############################################################# # LUG Wiki -lug_wiki="https://starcitizen-lug.github.io/" +lug_wiki="https://starcitizen-lug.github.io" # Github repo and script version info repo="starcitizen-lug/lug-helper"