diff --git a/README.md b/README.md
index f63a1f54bb..e46ba76eb6 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
[](http://travis-ci.org/#!/openlayers/ol3)
-Welcome to [OpenLayers 3](http://ol3js.org/)!
+Welcome to [OpenLayers 3](http://openlayers.org/)!
-Check out the [hosted examples](http://ol3js.org/en/master/examples/), the [workshop](http://ol3js.org/ol3-workshop/) or poke around the evolving [API docs](http://ol3js.org/en/master/apidoc/).
+Check out the [hosted examples](http://openlayers.org/en/master/examples/), the [workshop](http://openlayers.org/ol3-workshop/) or poke around the evolving [API docs](http://openlayers.org/en/master/apidoc/).
Please don't ask questions in the github issue tracker but use [the mailing list](https://groups.google.com/forum/#!forum/ol3-dev) instead.
diff --git a/doc/quickstart.hbs b/doc/quickstart.hbs
index 3868a3a91f..4fa37ef1ec 100644
--- a/doc/quickstart.hbs
+++ b/doc/quickstart.hbs
@@ -13,14 +13,14 @@ Below you'll find a complete working example. Create a new file, copy in the co
-
+
-
+
OpenLayers 3 example
@@ -55,10 +55,10 @@ To include a map a web page you will need 3 things:
### Include OpenLayers
```xml
-
+
```
-The first part is to include the JavaScript library. For the purpose of this tutorial, here we simply point to the ol3js.org website to get the whole library. In a production environment, we would build a custom version of the library including only the module needed for our application.
+The first part is to include the JavaScript library. For the purpose of this tutorial, here we simply point to the openlayers.org website to get the whole library. In a production environment, we would build a custom version of the library including only the module needed for our application.
### `
` to contain the map
diff --git a/examples/readme.md b/examples/readme.md
index cf0aa2e993..bfce29d564 100644
--- a/examples/readme.md
+++ b/examples/readme.md
@@ -13,4 +13,4 @@ To enable this, examples have the following, not needed in application code:
* html files load `example-behaviour.js` and some js files define the Map renderer option as `exampleNS.getRendererFromQueryString()`; application code would not need these
* in addition, examples use Twitter Bootstrap and jQuery; this is of course not a requirement - you may use whichever presentation/helper libraries you wish
-See [Quick Start tutorial](http://ol3js.org/en/master/doc/quickstart.html) for a simple example of how application code would use the library.
+See [Quick Start tutorial](http://openlayers.org/en/master/doc/quickstart.html) for a simple example of how application code would use the library.
diff --git a/src/ol/map.js b/src/ol/map.js
index f19573c8f5..245d40991a 100644
--- a/src/ol/map.js
+++ b/src/ol/map.js
@@ -66,7 +66,7 @@ goog.require('ol.vec.Mat4');
* @const
* @type {string}
*/
-ol.OL3_URL = 'http://ol3js.org/';
+ol.OL3_URL = 'http://openlayers.org/';
/**