Update 0.11.0 blog links
diff --git a/a-new-microservice-to-provide-node-js-sub-dependency-license-insights.html b/a-new-microservice-to-provide-node-js-sub-dependency-license-insights.html
index 0d4840f..45d8098 100644
--- a/a-new-microservice-to-provide-node-js-sub-dependency-license-insights.html
+++ b/a-new-microservice-to-provide-node-js-sub-dependency-license-insights.html
@@ -124,7 +124,7 @@
             <p>30 Oct 2019 - Nik Canvin</p>
             <div role="main"><p>An overview and demonstration of a microservice that automates some Node.js sub-dependency management pain-points, developed using <a href="http://ibm.biz/eclipse-cw01">Eclipse Codewind</a>.</p>
 
-<p><em>Note: I covered the pain points and manual remedies associated with Node.js sub-dependency identification and licensing in a <a href="/codewind/checking-node-js-sub-dependencies-licenses-for-usage-and-redistribution">previous blog</a>. You may also be interested in a lower level technical autopsy of this containerized microservice in this <a href="/codewind/a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application">next blog</a>.</em></p>
+<p><em>Note: I covered the pain points and manual remedies associated with Node.js sub-dependency identification and licensing in a <a href="/codewind/checking-node-js-sub-dependencies-licenses-for-usage-and-redistribution.html">previous blog</a>. You may also be interested in a lower level technical autopsy of this containerized microservice in this <a href="/codewind/a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application.html">next blog</a>.</em></p>
 
 <h3 id="what-does-the-microservice-do">What does the microservice do?</h3>
 <p>Once the user has submitted the Node.js package name and version to check, as well as the NPM install type (clean or not), the microservice downloads the entire package dependency tree needed for production use.</p>
@@ -155,7 +155,7 @@
 </ul>
 
 <h3 id="how-was-the-microservice-implemented">How was the microservice implemented?</h3>
-<p>If you’re interested in a lower level technical autopsy of this containerized microservice then my <a href="/codewind/a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application">next blog</a> may be for you, but to keep things simple here’s a quick overview.</p>
+<p>If you’re interested in a lower level technical autopsy of this containerized microservice then my <a href="/codewind/a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application.html">next blog</a> may be for you, but to keep things simple here’s a quick overview.</p>
 
 <p>Eclipse Codewind was used to instantly create and run an empty Express Node.js containerised microservice in one simple step.</p>
 
diff --git a/a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application.html b/a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application.html
index e0f1dca..c084cd1 100644
--- a/a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application.html
+++ b/a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application.html
@@ -124,7 +124,7 @@
             <p>30 Oct 2019 - Nik Canvin</p>
             <div role="main"><p>This blog focuses on the code to implement a cloud-native serverless Node.js microservice developed using Eclispe Codewind.</p>
 
-<p>Note: To see a quick overview and demonstration of the running microservice from an end users point of view, you may like this <a href="/codewind/a-new-microservice-to-provide-node-js-sub-dependency-license-insights">previous blog</a>.</p>
+<p>Note: To see a quick overview and demonstration of the running microservice from an end users point of view, you may like this <a href="/codewind/a-new-microservice-to-provide-node-js-sub-dependency-license-insights.html">previous blog</a>.</p>
 
 <p>An overview of flow and microservice files:</p>
 
@@ -174,7 +174,7 @@
   <li>Then in a collapsable format, first all the ‘red’ packages are displayed (with a drill to salient comments), then the ‘amber’ ones and finally the ‘green’ ones at the bottom.</li>
 </ol>
 
-<p>To get a new containerized microservice up and running immediately without any Kubernetes or Docker skills at all, I used Eclispe Codewind. See this <a href="/codewind/introduction-to-eclipse-codewind-build-high-quality-cloud-native-applications-faster">introduction</a> to follow in my footsteps.</p>
+<p>To get a new containerized microservice up and running immediately without any Kubernetes or Docker skills at all, I used Eclispe Codewind. See this <a href="/codewind/introduction-to-eclipse-codewind-build-high-quality-cloud-native-applications-faster.html">introduction</a> to follow in my footsteps.</p>
 
 <p><strong>All projects created using the Eclipse Codewind Express Node.js project template that I used, contain the following key files:</strong></p>
 
@@ -210,7 +210,7 @@
 <em>the performance dashboard</em></p>
 
 <p>The application was completed by adding the code in files described above.
-To see the final microservice in action, you may like to visit this previous blog: <a href="/codewind/a-new-microservice-to-provide-node-js-sub-dependency-license-insights">“A new microservice to provide ‘Node.js sub-dependency license insights’”</a></p>
+To see the final microservice in action, you may like to visit this previous blog: <a href="/codewind/a-new-microservice-to-provide-node-js-sub-dependency-license-insights.html">“A new microservice to provide ‘Node.js sub-dependency license insights’”</a></p>
 </div>
         </div>
     </div>
diff --git a/blog.html b/blog.html
index 89c57f3..e9b2580 100644
--- a/blog.html
+++ b/blog.html
@@ -132,7 +132,7 @@
                         <div class="blog-post-column col">
                             
                                 <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/jdk-14-is-coming-but-will-my-java-application-run-on-it" class="blog-post-title-link">JDK 14 is now here, but will my Java application run on it?</a></h2>
+                                    <h2 class="blog-post-title"><a href="/codewind/jdk-14-is-coming-but-will-my-java-application-run-on-it.html" class="blog-post-title-link">JDK 14 is now here, but will my Java application run on it?</a></h2>
                                     <p class="blog-post-date-mobile d-sm-block d-md-none">Mar 18, 2020</p>
                                     <p class="blog-post-paragraph">
                                         
@@ -154,7 +154,7 @@
                                         
                                             <div class="col-xs-12">
                                             <div class="read-more-link-container ">
-                                                <a href="/codewind/jdk-14-is-coming-but-will-my-java-application-run-on-it" class="read-more-link">Read more</a>
+                                                <a href="/codewind/jdk-14-is-coming-but-will-my-java-application-run-on-it.html" class="read-more-link">Read more</a>
                                                 </div>
                                             </div>
                                         </div>
@@ -168,7 +168,7 @@
                         <div class="blog-post-column col">
                             
                                 <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/introducing-eclipse-codewind-on-intellij" class="blog-post-title-link">Introducing Eclipse Codewind on IntelliJ</a></h2>
+                                    <h2 class="blog-post-title"><a href="/codewind/introducing-eclipse-codewind-on-intellij.html" class="blog-post-title-link">Introducing Eclipse Codewind on IntelliJ</a></h2>
                                     <p class="blog-post-date-mobile d-sm-block d-md-none">Mar 5, 2020</p>
                                     <p class="blog-post-paragraph">
                                         
@@ -190,7 +190,7 @@
                                         
                                             <div class="col-xs-12">
                                             <div class="read-more-link-container ">
-                                                <a href="/codewind/introducing-eclipse-codewind-on-intellij" class="read-more-link">Read more</a>
+                                                <a href="/codewind/introducing-eclipse-codewind-on-intellij.html" class="read-more-link">Read more</a>
                                                 </div>
                                             </div>
                                         </div>
@@ -204,7 +204,7 @@
                         <div class="blog-post-column col">
                             
                                 <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/sneak-peek-remote-development-with-codewind" class="blog-post-title-link">Sneak Peek: Remote Development with Codewind</a></h2>
+                                    <h2 class="blog-post-title"><a href="/codewind/sneak-peek-remote-development-with-codewind.html" class="blog-post-title-link">Sneak Peek: Remote Development with Codewind</a></h2>
                                     <p class="blog-post-date-mobile d-sm-block d-md-none">Dec 19, 2019</p>
                                     <p class="blog-post-paragraph">
                                         
@@ -226,7 +226,7 @@
                                         
                                             <div class="col-xs-12">
                                             <div class="read-more-link-container ">
-                                                <a href="/codewind/sneak-peek-remote-development-with-codewind" class="read-more-link">Read more</a>
+                                                <a href="/codewind/sneak-peek-remote-development-with-codewind.html" class="read-more-link">Read more</a>
                                                 </div>
                                             </div>
                                         </div>
@@ -240,7 +240,7 @@
                         <div class="blog-post-column col">
                             
                                 <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/want-to-get-a-microservice-up-and-running-super-quickly-try-codewind" class="blog-post-title-link">Want to get a microservice up and running super quickly? Try Codewind.</a></h2>
+                                    <h2 class="blog-post-title"><a href="/codewind/want-to-get-a-microservice-up-and-running-super-quickly-try-codewind.html" class="blog-post-title-link">Want to get a microservice up and running super quickly? Try Codewind.</a></h2>
                                     <p class="blog-post-date-mobile d-sm-block d-md-none">Dec 10, 2019</p>
                                     <p class="blog-post-paragraph">
                                         
@@ -262,7 +262,7 @@
                                         
                                             <div class="col-xs-12">
                                             <div class="read-more-link-container ">
-                                                <a href="/codewind/want-to-get-a-microservice-up-and-running-super-quickly-try-codewind" class="read-more-link">Read more</a>
+                                                <a href="/codewind/want-to-get-a-microservice-up-and-running-super-quickly-try-codewind.html" class="read-more-link">Read more</a>
                                                 </div>
                                             </div>
                                         </div>
@@ -276,7 +276,7 @@
                         <div class="blog-post-column col">
                             
                                 <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/enabling-https-in-your-codewind-application" class="blog-post-title-link">Enabling HTTPS in your Codewind Application</a></h2>
+                                    <h2 class="blog-post-title"><a href="/codewind/enabling-https-in-your-codewind-application.html" class="blog-post-title-link">Enabling HTTPS in your Codewind Application</a></h2>
                                     <p class="blog-post-date-mobile d-sm-block d-md-none">Dec 9, 2019</p>
                                     <p class="blog-post-paragraph">
                                         
@@ -298,7 +298,7 @@
                                         
                                             <div class="col-xs-12">
                                             <div class="read-more-link-container ">
-                                                <a href="/codewind/enabling-https-in-your-codewind-application" class="read-more-link">Read more</a>
+                                                <a href="/codewind/enabling-https-in-your-codewind-application.html" class="read-more-link">Read more</a>
                                                 </div>
                                             </div>
                                         </div>
@@ -312,7 +312,7 @@
                         <div class="blog-post-column col">
                             
                                 <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/checking-node-js-sub-dependencies-licenses-for-usage-and-redistribution" class="blog-post-title-link">Checking Node.js sub-dependencies licenses for usage and redistribution</a></h2>
+                                    <h2 class="blog-post-title"><a href="/codewind/checking-node-js-sub-dependencies-licenses-for-usage-and-redistribution.html" class="blog-post-title-link">Checking Node.js sub-dependencies licenses for usage and redistribution</a></h2>
                                     <p class="blog-post-date-mobile d-sm-block d-md-none">Oct 30, 2019</p>
                                     <p class="blog-post-paragraph">
                                         
@@ -334,7 +334,7 @@
                                         
                                             <div class="col-xs-12">
                                             <div class="read-more-link-container ">
-                                                <a href="/codewind/checking-node-js-sub-dependencies-licenses-for-usage-and-redistribution" class="read-more-link">Read more</a>
+                                                <a href="/codewind/checking-node-js-sub-dependencies-licenses-for-usage-and-redistribution.html" class="read-more-link">Read more</a>
                                                 </div>
                                             </div>
                                         </div>
@@ -348,7 +348,7 @@
                         <div class="blog-post-column col">
                             
                                 <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application" class="blog-post-title-link">A technical autopsy of a containerized ‘Node.js dependency insights’ microservice application</a></h2>
+                                    <h2 class="blog-post-title"><a href="/codewind/a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application.html" class="blog-post-title-link">A technical autopsy of a containerized ‘Node.js dependency insights’ microservice application</a></h2>
                                     <p class="blog-post-date-mobile d-sm-block d-md-none">Oct 30, 2019</p>
                                     <p class="blog-post-paragraph">
                                         
@@ -370,7 +370,7 @@
                                         
                                             <div class="col-xs-12">
                                             <div class="read-more-link-container ">
-                                                <a href="/codewind/a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application" class="read-more-link">Read more</a>
+                                                <a href="/codewind/a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application.html" class="read-more-link">Read more</a>
                                                 </div>
                                             </div>
                                         </div>
@@ -384,7 +384,7 @@
                         <div class="blog-post-column col">
                             
                                 <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/a-new-microservice-to-provide-node-js-sub-dependency-license-insights" class="blog-post-title-link">A new microservice to provide ‘Node.js sub-dependency license insights’</a></h2>
+                                    <h2 class="blog-post-title"><a href="/codewind/a-new-microservice-to-provide-node-js-sub-dependency-license-insights.html" class="blog-post-title-link">A new microservice to provide ‘Node.js sub-dependency license insights’</a></h2>
                                     <p class="blog-post-date-mobile d-sm-block d-md-none">Oct 30, 2019</p>
                                     <p class="blog-post-paragraph">
                                         
@@ -406,7 +406,7 @@
                                         
                                             <div class="col-xs-12">
                                             <div class="read-more-link-container ">
-                                                <a href="/codewind/a-new-microservice-to-provide-node-js-sub-dependency-license-insights" class="read-more-link">Read more</a>
+                                                <a href="/codewind/a-new-microservice-to-provide-node-js-sub-dependency-license-insights.html" class="read-more-link">Read more</a>
                                                 </div>
                                             </div>
                                         </div>
@@ -420,7 +420,7 @@
                         <div class="blog-post-column col">
                             
                                 <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/my-first-cloud-native-node-js-microservice-from-nothing-to-running-immediately" class="blog-post-title-link">My first cloud-native Node.js microservice, from nothing to running, immediately</a></h2>
+                                    <h2 class="blog-post-title"><a href="/codewind/my-first-cloud-native-node-js-microservice-from-nothing-to-running-immediately.html" class="blog-post-title-link">My first cloud-native Node.js microservice, from nothing to running, immediately</a></h2>
                                     <p class="blog-post-date-mobile d-sm-block d-md-none">Oct 18, 2019</p>
                                     <p class="blog-post-paragraph">
                                         
@@ -442,7 +442,7 @@
                                         
                                             <div class="col-xs-12">
                                             <div class="read-more-link-container ">
-                                                <a href="/codewind/my-first-cloud-native-node-js-microservice-from-nothing-to-running-immediately" class="read-more-link">Read more</a>
+                                                <a href="/codewind/my-first-cloud-native-node-js-microservice-from-nothing-to-running-immediately.html" class="read-more-link">Read more</a>
                                                 </div>
                                             </div>
                                         </div>
@@ -456,7 +456,7 @@
                         <div class="blog-post-column col">
                             
                                 <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/great-conversations-about-the-kabanero-io" class="blog-post-title-link">Great conversations about the Kabanero.io microservice end-to-end develop/deploy experience at ThinkLondon 2019.</a></h2>
+                                    <h2 class="blog-post-title"><a href="/codewind/great-conversations-about-the-kabanero-io.html" class="blog-post-title-link">Great conversations about the Kabanero.io microservice end-to-end develop/deploy experience at ThinkLondon 2019.</a></h2>
                                     <p class="blog-post-date-mobile d-sm-block d-md-none">Oct 18, 2019</p>
                                     <p class="blog-post-paragraph">
                                         
@@ -478,7 +478,7 @@
                                         
                                             <div class="col-xs-12">
                                             <div class="read-more-link-container ">
-                                                <a href="/codewind/great-conversations-about-the-kabanero-io" class="read-more-link">Read more</a>
+                                                <a href="/codewind/great-conversations-about-the-kabanero-io.html" class="read-more-link">Read more</a>
                                                 </div>
                                             </div>
                                         </div>
@@ -492,7 +492,7 @@
                         <div class="blog-post-column col">
                             
                                 <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/introduction-to-eclipse-codewind-build-high-quality-cloud-native-applications-faster" class="blog-post-title-link">Introduction to Eclipse Codewind: Build high-quality cloud-native applications faster</a></h2>
+                                    <h2 class="blog-post-title"><a href="/codewind/introduction-to-eclipse-codewind-build-high-quality-cloud-native-applications-faster.html" class="blog-post-title-link">Introduction to Eclipse Codewind: Build high-quality cloud-native applications faster</a></h2>
                                     <p class="blog-post-date-mobile d-sm-block d-md-none">Aug 21, 2019</p>
                                     <p class="blog-post-paragraph">
                                         
@@ -514,7 +514,7 @@
                                         
                                             <div class="col-xs-12">
                                             <div class="read-more-link-container ">
-                                                <a href="/codewind/introduction-to-eclipse-codewind-build-high-quality-cloud-native-applications-faster" class="read-more-link">Read more</a>
+                                                <a href="/codewind/introduction-to-eclipse-codewind-build-high-quality-cloud-native-applications-faster.html" class="read-more-link">Read more</a>
                                                 </div>
                                             </div>
                                         </div>
diff --git a/checking-node-js-sub-dependencies-licenses-for-usage-and-redistribution.html b/checking-node-js-sub-dependencies-licenses-for-usage-and-redistribution.html
index 001db57..3c4c2ec 100644
--- a/checking-node-js-sub-dependencies-licenses-for-usage-and-redistribution.html
+++ b/checking-node-js-sub-dependencies-licenses-for-usage-and-redistribution.html
@@ -129,7 +129,7 @@
 
 <p>Working as a software project manager for the last 2 years on an offering which uses 1000s of open source packages and releases every four weeks, I’ve spent considerable time discovering, understanding and manually working through several pain points regarding open source (OS) sub-dependency identification and licensing challenges.</p>
 
-<p><em>Note: In my case I needed automation to keep up with both my project’s consumption of new OS packages, as well as the OS community’s appetite to continuously update their packages. A new microservice was developed for use by my team, which I’ve shared in a separate blog here: “<a href="/codewind/a-new-microservice-to-provide-node-js-sub-dependency-license-insights">A new microservice to provide Node.js sub-dependency license insights</a>.”</em></p>
+<p><em>Note: In my case I needed automation to keep up with both my project’s consumption of new OS packages, as well as the OS community’s appetite to continuously update their packages. A new microservice was developed for use by my team, which I’ve shared in a separate blog here: “<a href="/codewind/a-new-microservice-to-provide-node-js-sub-dependency-license-insights.html">A new microservice to provide Node.js sub-dependency license insights</a>.”</em></p>
 
 <p style="text-align: center;"><img src="images/blog/npmdependencies_2.png" alt="image of license chcker" width="800px" />
 <em>Enter a package name and version to check (left window) and license results (right window)</em></p>
@@ -180,7 +180,7 @@
 
 <p><img src="images/blog/npmdependencies_3.png" alt="image of Codewind" width="800px" /></p>
 
-<p>Using the Eclipse Codewind developer tools, the automation in this case was implemented as a microservice to enable the widest possible reuse within my company, either as-is or as part of other parties’ automation workflows. Find out more in this related blog: “<a href="/codewind/a-new-microservice-to-provide-node-js-sub-dependency-license-insights">A new microservice to provide Node.js sub-dependency license insights.</a>”</p>
+<p>Using the Eclipse Codewind developer tools, the automation in this case was implemented as a microservice to enable the widest possible reuse within my company, either as-is or as part of other parties’ automation workflows. Find out more in this related blog: “<a href="/codewind/a-new-microservice-to-provide-node-js-sub-dependency-license-insights.html">A new microservice to provide Node.js sub-dependency license insights.</a>”</p>
 
 <p>Node.js is not the only language with challenging sub-dependency package identification and licensing risks, so similar work drilling into other languages is in progress.</p>
 
diff --git a/feed.xml b/feed.xml
index bd8cb4b..fd6e04a 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.0.0">Jekyll</generator><link href="http://0.0.0.0:4321/codewind/feed.xml" rel="self" type="application/atom+xml" /><link href="http://0.0.0.0:4321/codewind/" rel="alternate" type="text/html" /><updated>2020-04-17T16:06:27-05:00</updated><id>http://0.0.0.0:4321/codewind/feed.xml</id><title type="html">Codewind</title><subtitle>Eclipse Codewind</subtitle></feed>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.0.0">Jekyll</generator><link href="http://0.0.0.0:4321/codewind/feed.xml" rel="self" type="application/atom+xml" /><link href="http://0.0.0.0:4321/codewind/" rel="alternate" type="text/html" /><updated>2020-04-20T08:46:42-05:00</updated><id>http://0.0.0.0:4321/codewind/feed.xml</id><title type="html">Codewind</title><subtitle>Eclipse Codewind</subtitle></feed>
\ No newline at end of file