diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-31 11:42:59 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-31 11:42:59 (EDT) |
commit | 1b55a1cf60dcacbc820993de1d156274926a1f14 (patch) | |
tree | 40dd3a0cc518416f3f43819d803bf4519c2a7ebb | |
parent | fa2564bd32ecc123caa0db4acfbc1f47bfe9f7c1 (diff) | |
download | libreboot.org-1b55a1cf60dcacbc820993de1d156274926a1f14.zip libreboot.org-1b55a1cf60dcacbc820993de1d156274926a1f14.tar.gz libreboot.org-1b55a1cf60dcacbc820993de1d156274926a1f14.tar.bz2 |
gitweb is currently self-hosted, so local links is possible
-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", |