From 1b55a1cf60dcacbc820993de1d156274926a1f14 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 31 May 2015 11:42:59 -0400 Subject: gitweb is currently self-hosted, so local links is possible --- (limited to 'site') diff --git a/site/variables.php b/site/variables.php index ccb973d..8516bd0 100644 --- a/site/variables.php +++ b/site/variables.php @@ -23,9 +23,9 @@ /* Main git repositories */ $lbFirmwareGitRepoAddress = "http://libreboot.org/libreboot.git"; - $lbFirmwareGitwebAddress = "http://libreboot.org/gitweb/?p=libreboot.git"; + $lbFirmwareGitwebAddress = "/gitweb/?p=libreboot.git"; $lbWebsiteGitRepoAddress = "http://libreboot.org/libreboot.org.git"; - $lbWebsiteGitwebAddress = "http://libreboot.org/gitweb/?p=libreboot.org.git"; + $lbWebsiteGitwebAddress = "/gitweb/?p=libreboot.org.git"; /* Backup git repositories */ $lbFirmwareBackupGitRepoAddress = array( "git://git.pehjota.net/libreboot-backup/libreboot.git", -- cgit v0.9.1