Proper links in issue list
diff --git a/README.md b/README.md
index 078a13f..01a97a2 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
 
 To deploy the site:
 
-* Ensure you have [jekyll](http://jekyllrb.com/docs/installation/) 1.5.1 installed
+* Ensure you have [jekyll](http://jekyllrb.com/docs/installation/) 1.5.1 installed: gem install jekyll -v 1.5.1 (it will require an old Ruby such as 2.2.5)
 * If necessary, clone this repository
 * Run `sh ./deploy-site.sh [$uid] [$pwd]` from the repository root. Here, `$uid` is your ASF account ID and `$pwd` your ASF password. If you do not supply your account ID or password, you will be prompted for them
 
diff --git a/doap_jclouds.rdf b/doap_jclouds.rdf
index d8ab815..20cd301 100644
--- a/doap_jclouds.rdf
+++ b/doap_jclouds.rdf
@@ -38,7 +38,7 @@
     <release>
       <Version>
         <name>Apache jclouds 2.1.1</name>
-        <created>2018-08-09</created>
+        <created>2018-08-16</created>
         <revision>2.1.1</revision>
       </Version>
     </release>
diff --git a/releasenotes/2.1.1.md b/releasenotes/2.1.1.md
index 5499a22..2eb8f70 100644
--- a/releasenotes/2.1.1.md
+++ b/releasenotes/2.1.1.md
@@ -1,7 +1,7 @@
 ---
 layout: releasenotes
 title: Release Notes for Version 2.1.1
-date: 2018-08-09 16:00:00
+date: 2018-08-16 16:00:00
 release_notes: true
 permalink: /releasenotes/2.1.1/
 ---
@@ -28,34 +28,35 @@
 
 ### Bugs and patches
 
-* [JCLOUDS-1200] - org.jclouds.http.HttpResponseException fails to serialize
-* [JCLOUDS-1263] - Listing objects in Openstack Swift blob store containers fails if a key has an invalid URL encode sequence
-* [JCLOUDS-1294] - Azure ARM improve HTTP retry logic
-* [JCLOUDS-1330] - Azure ARM orphaned networks not cleaned up when node deleted
-* [JCLOUDS-1331] - Azure ARM orphaned resource groups are not cleaned up due to api caching/timing issue
-* [JCLOUDS-1362] - Randomly generated node password can be invalid in Azure ARM
-* [JCLOUDS-1368] - GCS cannot upload multipart file larger than 1 GB
-* [JCLOUDS-1372] - Add support for R4 instance types in AWS ec2
-* [JCLOUDS-1373] - Add the new Paris region to aws-ec2
-* [JCLOUDS-1381] - NullPointerException provisioning VM in GCE: could not find image for disk
-* [JCLOUDS-1387] - Add support for c5 instance types in AWS ec2
-* [JCLOUDS-1389] - Multipart upload to Google cloud storage failing with 400 bad request
-* [JCLOUDS-1391] - Headers must be sorted by lowercase when calculating signature
-* [JCLOUDS-1392] - When fetching blob metadata with details all folders are removed from response
-* [JCLOUDS-1400] - GCS's presigned url requires blank Content-Type
-* [JCLOUDS-1401] - S3 SignatureDoesNotMatch when listing keys using prefix with ampersand
-* [JCLOUDS-1405] - Dimension Data Live Tests Broken - Domain classes for Server and Image with List nics incorrect
-* [JCLOUDS-1410] - SoftLayer cannot provision with private image
-* [JCLOUDS-1422] - LocalBlobStore.list ignores recursive flag when prefix set
-* [JCLOUDS-1427] - NPE when deserializing Elastic IPs that have tags
-* [JCLOUDS-1433] - IllegalArgumentException from Strings2.replaceTokens
-* [JCLOUDS-1436] - Add support for m5 instance types in AWS ec2
+* [JCLOUDS-1200](https://issues.apache.org/jira/browse/JCLOUDS-1200) - org.jclouds.http.HttpResponseException fails to serialize
+* [JCLOUDS-1263](https://issues.apache.org/jira/browse/JCLOUDS-1263) - Listing objects in Openstack Swift blob store containers fails if a key has an invalid URL encode sequence
+* [JCLOUDS-1294](https://issues.apache.org/jira/browse/JCLOUDS-1294) - Azure ARM improve HTTP retry logic
+* [JCLOUDS-1330](https://issues.apache.org/jira/browse/JCLOUDS-1330) - Azure ARM orphaned networks not cleaned up when node deleted
+* [JCLOUDS-1331](https://issues.apache.org/jira/browse/JCLOUDS-1331) - Azure ARM orphaned resource groups are not cleaned up due to api caching/timing issue
+* [JCLOUDS-1362](https://issues.apache.org/jira/browse/JCLOUDS-1362) - Randomly generated node password can be invalid in Azure ARM
+* [JCLOUDS-1368](https://issues.apache.org/jira/browse/JCLOUDS-1368) - GCS cannot upload multipart file larger than 1 GB
+* [JCLOUDS-1372](https://issues.apache.org/jira/browse/JCLOUDS-1372) - Add support for R4 instance types in AWS ec2
+* [JCLOUDS-1373](https://issues.apache.org/jira/browse/JCLOUDS-1373) - Add the new Paris region to aws-ec2
+* [JCLOUDS-1381](https://issues.apache.org/jira/browse/JCLOUDS-1381) - NullPointerException provisioning VM in GCE: could not find image for disk
+* [JCLOUDS-1387](https://issues.apache.org/jira/browse/JCLOUDS-1387) - Add support for c5 instance types in AWS ec2
+* [JCLOUDS-1389](https://issues.apache.org/jira/browse/JCLOUDS-1389) - Multipart upload to Google cloud storage failing with 400 bad request
+* [JCLOUDS-1391](https://issues.apache.org/jira/browse/JCLOUDS-1391) - Headers must be sorted by lowercase when calculating signature
+* [JCLOUDS-1392](https://issues.apache.org/jira/browse/JCLOUDS-1392) - When fetching blob metadata with details all folders are removed from response
+* [JCLOUDS-1400](https://issues.apache.org/jira/browse/JCLOUDS-1400) - GCS's presigned url requires blank Content-Type
+* [JCLOUDS-1401](https://issues.apache.org/jira/browse/JCLOUDS-1401) - S3 SignatureDoesNotMatch when listing keys using prefix with ampersand
+* [JCLOUDS-1405](https://issues.apache.org/jira/browse/JCLOUDS-1405) - Dimension Data Live Tests Broken - Domain classes for Server and Image with List nics incorrect
+* [JCLOUDS-1410](https://issues.apache.org/jira/browse/JCLOUDS-1410) - SoftLayer cannot provision with private image
+* [JCLOUDS-1422](https://issues.apache.org/jira/browse/JCLOUDS-1422) - LocalBlobStore.list ignores recursive flag when prefix set
+* [JCLOUDS-1427](https://issues.apache.org/jira/browse/JCLOUDS-1427) - NPE when deserializing Elastic IPs that have tags
+* [JCLOUDS-1433](https://issues.apache.org/jira/browse/JCLOUDS-1433) - IllegalArgumentException from Strings2.replaceTokens
+* [JCLOUDS-1436](https://issues.apache.org/jira/browse/JCLOUDS-1436) - Add support for m5 instance types in AWS ec2
 
 The complete list of fixed issues and improvements can be found [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314430&version=12342884).
 
 ## <a id="knownissues"></a> Known Issues
 
-There are a number of open JIRA issues related to OpenStack endpoint and API version support: [JCLOUDS-114](https://issues.apache.org/jira/browse/JCLOUDS-114), [JCLOUDS-773](https://issues.apache.org/jira/browse/JCLOUDS-773) and [JCLOUDS-1197](https://issues.apache.org/jira/browse/JCLOUDS-1197).
+* There are a couple JIRA issues related to OpenStack endpoint and API version support: [JCLOUDS-773](https://issues.apache.org/jira/browse/JCLOUDS-773) and [JCLOUDS-1197](https://issues.apache.org/jira/browse/JCLOUDS-1197).
+* China regions cannot be used in Azure ARM: [JCLOUDS-1441](https://issues.apache.org/jira/browse/JCLOUDS-1441).
 
 ## <a id="credits"></a>Credits