chore(docs): fix links to github

Closes https://github.com/angular/code.angularjs.org/issues/13
This commit is contained in:
Peter Bacon Darwin
2014-09-26 20:51:55 +01:00
parent b5bb4a986a
commit b9df121655
2 changed files with 3 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ var getTaggedVersion = function() {
if ( version && semver.satisfies(version, currentPackage.branchVersion)) {
version.codeName = getCodeName(tag);
version.full = version.version;
version.branch = 'v' + currentPackage.branchVersion.replace('*', 'x');
return version;
}
}
@@ -197,6 +198,7 @@ var getSnapshotVersion = function() {
version.isSnapshot = true;
version.format();
version.full = version.version + '+' + version.build;
version.branch = 'master';
return version;
};

2
npm-shrinkwrap.json generated
View File

@@ -1254,7 +1254,7 @@
}
},
"dgeni-packages": {
"version": "0.10.0-rc.6",
"version": "0.10.0-rc.7",
"dependencies": {
"catharsis": {
"version": "0.7.1"