summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2013-03-10 20:44:39 -0500
committerChris Buechler <cmb@pfsense.org>2013-03-10 20:44:39 -0500
commitd5280de64da976ca7b0472a64f1dca0c1d7de8b3 (patch)
treed1a6ed011f434e9038f93be3e366bd7adc96ca73 /usr/local/www/pkg_mgr.php
parent8436f2e31436e0a9785e10681dcbe41ed237312c (diff)
downloadpfsense-d5280de64da976ca7b0472a64f1dca0c1d7de8b3.zip
pfsense-d5280de64da976ca7b0472a64f1dca0c1d7de8b3.tar.gz
update github repo location
Diffstat (limited to 'usr/local/www/pkg_mgr.php')
-rwxr-xr-xusr/local/www/pkg_mgr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index 708e7e8..01c26e2 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -178,7 +178,7 @@ include("head.inc");
continue;
/* get history/changelog git dir */
$commit_dir=explode("/",$index['config_file']);
- $changeloglink ="https://github.com/bsdperimeter/pfsense-packages/commits/master/config/".$commit_dir[(count($commit_dir)-2)];
+ $changeloglink ="https://github.com/pfsense/pfsense-packages/commits/master/config/".$commit_dir[(count($commit_dir)-2)];
/* Check package info link */
if($index['pkginfolink']){
$pkginfolink = $index['pkginfolink'];
OpenPOWER on IntegriCloud