Browse Source

Update io.js and Node.js repo links

Hans Kristian Flaatten 10 years ago
parent
commit
445470dbd7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      update.sh

+ 2 - 2
update.sh

@@ -39,7 +39,7 @@ declare -A otherRepos=(
 	[haskell]='https://github.com/freebroccolo/docker-haskell'
 	[hipache]='https://github.com/dotcloud/hipache'
 	[hylang]='https://github.com/hylang/hy'
-	[iojs]='https://github.com/iojs/docker-iojs'
+	[iojs]='https://github.com/nodejs/docker-iojs'
 	[irssi]='https://github.com/jfrazelle/irssi'
 	[jenkins]='https://github.com/cloudbees/jenkins-ci.org-docker'
 	[jetty]='https://github.com/appropriate/docker-jetty'
@@ -52,7 +52,7 @@ declare -A otherRepos=(
 	[neo4j]='https://github.com/neo4j/docker-neo4j'
 	[neurodebian]='https://github.com/neurodebian/dockerfiles'
 	[nginx]='https://github.com/nginxinc/docker-nginx'
-	[node]='https://github.com/joyent/docker-node'
+	[node]='https://github.com/nodejs/docker-node'
 	[odoo]='https://github.com/odoo/docker'
 	[opensuse]='https://github.com/openSUSE/docker-containers-build'
 	[oraclelinux]='https://github.com/oracle/docker'