Update GitHub links

This commit is contained in:
John Firebaugh
2014-01-08 16:14:28 -08:00
parent e59d24ed3e
commit ab8a4ffd7b
16 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ describe("iD.Tree", function() {
});
it("don't include parent way multiple times when multiple child nodes are moved", function() {
// checks against the following regression: https://github.com/systemed/iD/issues/1978
// checks against the following regression: https://github.com/openstreetmap/iD/issues/1978
var graph = iD.Graph(),
tree = iD.Tree(graph),
n1 = iD.Node({id: 'n1', loc: [1, 1]}),