From 8fcfc41f7896fa423c6e6c2f025a2b57dd3366a0 Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Mon, 6 Jul 2015 18:20:00 +0200 Subject: [PATCH] Change X.Y.Z to 3.1.0 as used elsewhere --- Release-Procedure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index 52b8d15..d00b428 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -61,7 +61,7 @@ Run the `publish.sh` task with the version number as specified in the `package.j ### Update website -It is advisable to wait with this step until the cdnjs url is available (https://cdnjs.cloudflare.com/ajax/libs/ol3/[X.Y.Z]/ol.js). This can take up to 24 hours. +It is advisable to wait with this step until the cdnjs url is available (e.g. https://cdnjs.cloudflare.com/ajax/libs/ol3/3.1.0/ol.js for 3.1.0). This can take up to 24 hours. You need a local clone of the openlayers/openlayers.github.io repo, with the `build` branch checked out.