diff --git a/update.sh b/update.sh index 61913a371..2caab7ce8 100755 --- a/update.sh +++ b/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'