Модуль:JsonPaths: различия между версиями

Нет описания правки
Нет описания правки
Строка 125: Строка 125:
function p.git(path)
function p.git(path)
path = resolvePath(path)
path = resolvePath(path)
     if project == "Goob" then
     if path == "Goob" then
         return "https://github.com/space-syndicate/Goob-Station/tree/master"
         return "https://github.com/space-syndicate/Goob-Station/tree/master"
     elseif project == "CM" then
     elseif path == "CM" then
         return "???"
         return "???"
     elseif project == "Fallout" then
     elseif path == "Fallout" then
         return "https://github.com/Forge-Station/nuclear-14/tree/master"
         return "https://github.com/Forge-Station/nuclear-14/tree/master"
     elseif project == "Frontier" then
     elseif path == "Frontier" then
         return "https://github.com/Forge-Station/Frontier/tree/master"
         return "https://github.com/Forge-Station/Frontier/tree/master"
     elseif project == "SW" then
     elseif path == "SW" then
         return "???"
         return "???"
     elseif project == "Wega" then
     elseif path == "Wega" then
         return "https://github.com/wega-team/ss14-weg/tree/master"
         return "https://github.com/wega-team/ss14-weg/tree/master"
     elseif project == "WL" then
     elseif path == "WL" then
         return "https://github.com/corvax-team/ss14-wl/tree/master"
         return "https://github.com/corvax-team/ss14-wl/tree/master"
     end
     end