From 7960d142ca3e28e0e4550faf131398899dca90dc Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Fri, 7 Apr 2017 14:31:44 +0200 Subject: APIDoc: Corrected a few links --- Server/Plugins/APIDump/main_APIDump.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Server/Plugins/APIDump/main_APIDump.lua') diff --git a/Server/Plugins/APIDump/main_APIDump.lua b/Server/Plugins/APIDump/main_APIDump.lua index b45f98a45..022fe9975 100644 --- a/Server/Plugins/APIDump/main_APIDump.lua +++ b/Server/Plugins/APIDump/main_APIDump.lua @@ -219,7 +219,7 @@ local function LinkifyString(a_String, a_Referrer) --- Creates the HTML for the specified link and title local function CreateLink(Link, Title) - if (Link:sub(1, 7) == "http://") then + if ((Link:sub(1, 7) == "http://") or (Link:sub(1, 8) == "https://")) then -- The link is a full absolute URL, do not modify, do not track: return "" .. Title .. ""; end -- cgit v1.2.3