From bc47738997114be668da8975b9f4d6d18ff65925 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 8 Apr 2019 10:49:51 +0200 Subject: lib/helper.php: capitalization of git2 link changed --- lib/helper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/helper.php b/lib/helper.php index 43bd8a8..8a25b9b 100644 --- a/lib/helper.php +++ b/lib/helper.php @@ -141,7 +141,7 @@ function git_url($repository,$type,$commit,$path,$line = null,$commit_is_hash = switch ($type) { case "tree": return - "https://git2.archlinux32.org/Archlinux32/" . + "https://git2.archlinux32.org/archlinux32/" . $repository . "/tree/" . $path . @@ -149,7 +149,7 @@ function git_url($repository,$type,$commit,$path,$line = null,$commit_is_hash = $line; case "log": return - "https://git2.archlinux32.org/Archlinux32/" . + "https://git2.archlinux32.org/archlinux32/" . $repository . "/log/" . $path . -- cgit v1.2.3