diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/variables.php | 4 |
1 files changed, 2 insertions, 2 deletions
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", |