Update repository links

Update sources to reflect that the source of truth for most of the
repositories in pagespeed/ have moved to
github.com/apache/incubator-pagespeed-*
This commit is contained in:
Otto van der Schaaf
2018-01-12 20:02:03 +00:00
parent 4f1565bb2a
commit daf1d9446c
12 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -608,7 +608,7 @@ Not deleting $directory; name is suspiciously short. Something is wrong."
fi
fi
else
nps_baseurl="https://github.com/pagespeed/ngx_pagespeed/archive"
nps_baseurl="https://github.com/apache/incubator-pagespeed-ngx/archive"
nps_downloaded="$TEMPDIR/$nps_downloaded_fname.zip"
status "Downloading ngx_pagespeed..."
run wget "$nps_baseurl/$tag_name.zip" -O "$nps_downloaded"