We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523b102 commit ac65f7bCopy full SHA for ac65f7b
fetchLatestSnapshot.php
@@ -6,7 +6,7 @@
6
<pre><?php echo `date`; ?></pre>
7
<pre><?php
8
$ver = $_GET['ver'];
9
- $ciBase = 'http://ci.angularjs.org/job/angular.js-angular-v1.0.x/ws/build/';
+ $ciBase = 'http://ci.angularjs.org/job/angular.js-angular-master/ws/build/';
10
$url = $ciBase.'angular-'.$ver.'.zip';
11
if ( !$ver or !preg_match("/^[\.\-\d\w]+$/", $ver) ) {
12
echo 'ERROR: No version specified';
0 commit comments