diff --git a/README b/README
index 07a08ab843934d86540b8ae90bbe41cf009c126c..6d72976670dcb2db52c544df474e23d06c7fa010 100644
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ INSTALL
 
 Extensive installation instructions are in the user documentation.
 Links to precompiled versions of the documentation can be found here:
-http://www.plumed-code.org/documentation
+http://www.plumed.org/documentation
 
 Needed software:
 * GNU make
diff --git a/developer-doc/PlumedDeveloperHeader.html b/developer-doc/PlumedDeveloperHeader.html
index de3406df4b1f42516bde490601789db6ab56411b..1f51e7962e53baf226f82d364944cef3cee7dbb3 100644
--- a/developer-doc/PlumedDeveloperHeader.html
+++ b/developer-doc/PlumedDeveloperHeader.html
@@ -24,7 +24,7 @@ $mathjax
 <tbody>
 <tr style="height: 30px;">
 <td valign="center"> &nbsp; <img src="pigeon.png" width="120"/></td>
-<td style="padding-left: 0.2em;" width="74%"> <a href="http://www.plumed-code.org"> <img src="logo.png" width="400" /> </td>
+<td style="padding-left: 0.2em;" width="74%"> <a href="http://www.plumed.org"> <img src="logo.png" width="400" /> </td>
 <td style="padding-left: 0.2em;" align="right"> <a href="../../user-doc/html/index.html"> <img src="developer-logo.png" width="180" /> </a> </td>
 </tr>
 </tbody>
diff --git a/src/core/PlumedMain.cpp b/src/core/PlumedMain.cpp
index e812ecdcebfd102962020b0df4c73b396755105a..26b4d7c46b291f365c24ffdda021b18c865de443 100644
--- a/src/core/PlumedMain.cpp
+++ b/src/core/PlumedMain.cpp
@@ -489,7 +489,7 @@ void PlumedMain::init(){
   log<<"Please cite this paper when using PLUMED ";
   log<<cite("Tribello, Bonomi, Branduardi, Camilloni, and Bussi, Comput. Phys. Commun. 185, 604 (2014)");
   log<<"\n";
-  log<<"For further information see the PLUMED web page at http://www.plumed-code.org\n";
+  log<<"For further information see the PLUMED web page at http://www.plumed.org\n";
   log.printf("Molecular dynamics engine: %s\n",MDEngine.c_str());
   log.printf("Precision of reals: %d\n",atoms.getRealPrecision());
   log.printf("Running over %d %s\n",comm.Get_size(),(comm.Get_size()>1?"nodes":"node"));
diff --git a/user-doc/PlumedUserHeader.html b/user-doc/PlumedUserHeader.html
index 654dd87fd7d1415f3fe37675bb0deb784c653ffa..93a50d20a8452bb781577612892b5ca8acfbc892 100644
--- a/user-doc/PlumedUserHeader.html
+++ b/user-doc/PlumedUserHeader.html
@@ -24,7 +24,7 @@ $mathjax
 <tbody>
 <tr style="height: 30px;">
 <td valign="center"> &nbsp; <img src="pigeon.png" width="120"/></td>
-<td style="padding-left: 0.2em;" width="74%"> <a href="http://www.plumed-code.org"> <img src="logo.png" width="400" /> </td>
+<td style="padding-left: 0.2em;" width="74%"> <a href="http://www.plumed.org"> <img src="logo.png" width="400" /> </td>
 <td style="padding-left: 0.2em;" align="right"> <a href="../../developer-doc/html/index.html"> <img src="user-logo.png" width="180" /> </a> </td>
 </tr>
 </tbody>