diff --git a/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/StaticHtmlGenerator.java b/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/StaticHtmlGenerator.java
index 8f34f49bbac9fa40b267838344dc3224ebedc991..81d02d800921b217478bf8952c6fcf01ba685f80 100644
--- a/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/StaticHtmlGenerator.java
+++ b/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/StaticHtmlGenerator.java
@@ -69,7 +69,7 @@ public class StaticHtmlGenerator extends DefaultCodegen implements CodegenConfig
 
         additionalProperties.put("appName", "OpenAPI Sample");
         additionalProperties.put("appDescription", "A sample OpenAPI server");
-        additionalProperties.put("infoUrl", "https//openapi-generator.tech");
+        additionalProperties.put("infoUrl", "https://openapi-generator.tech");
         additionalProperties.put("infoEmail", "team@openapitools.org");
         additionalProperties.put("licenseInfo", "All rights reserved");
         additionalProperties.put("licenseUrl", "http://apache.org/licenses/LICENSE-2.0.html");
diff --git a/samples/documentation/html/.openapi-generator/VERSION b/samples/documentation/html/.openapi-generator/VERSION
index 14900cee60e8e29c69bd732b89d03671d43a28a6..a65271290834788af127bf37a18e53ad80d514c6 100644
--- a/samples/documentation/html/.openapi-generator/VERSION
+++ b/samples/documentation/html/.openapi-generator/VERSION
@@ -1 +1 @@
-3.2.1-SNAPSHOT
\ No newline at end of file
+3.3.2-SNAPSHOT
\ No newline at end of file
diff --git a/samples/documentation/html/index.html b/samples/documentation/html/index.html
index f2a1bfb3f77db367c24924066d40b9ac7c3e4684..7da2214c63434dbd78adad178b21d9869063e5ec 100644
--- a/samples/documentation/html/index.html
+++ b/samples/documentation/html/index.html
@@ -181,7 +181,7 @@ font-style: italic;
   <body>
   <h1>OpenAPI Petstore</h1>
     <div class="app-desc">This is a sample server Petstore server. For this sample, you can use the api key <code>special-key</code> to test the authorization filters.</div>
-    <div class="app-desc">More information: <a href="https//openapi-generator.tech">https//openapi-generator.tech</a></div>
+    <div class="app-desc">More information: <a href="https://openapi-generator.tech">https://openapi-generator.tech</a></div>
     <div class="app-desc">Contact Info: <a href="team@openapitools.org">team@openapitools.org</a></div>
     <div class="app-desc">Version: 1.0.0</div>
     <div class="app-desc">BasePath:/v2</div>
@@ -277,7 +277,7 @@ font-style: italic;
     <div class="field-items">
       <div class="param">petId (required)</div>
 
-      <div class="param-desc"><span class="param-type">Path Parameter</span> &mdash; Pet id to delete format: int64</div>
+      <div class="param-desc"><span class="param-type">Path Parameter</span> &mdash; Pet id to delete default: null format: int64</div>
     </div>  <!-- field-items -->
 
 
@@ -315,7 +315,7 @@ font-style: italic;
     <div class="field-items">
       <div class="param">status (required)</div>
 
-      <div class="param-desc"><span class="param-type">Query Parameter</span> &mdash; Status values that need to be considered for filter </div>
+      <div class="param-desc"><span class="param-type">Query Parameter</span> &mdash; Status values that need to be considered for filter default: null </div>
     </div>  <!-- field-items -->
 
 
@@ -391,7 +391,7 @@ font-style: italic;
     <div class="field-items">
       <div class="param">tags (required)</div>
 
-      <div class="param-desc"><span class="param-type">Query Parameter</span> &mdash; Tags to filter by </div>
+      <div class="param-desc"><span class="param-type">Query Parameter</span> &mdash; Tags to filter by default: null </div>
     </div>  <!-- field-items -->
 
 
@@ -463,7 +463,7 @@ font-style: italic;
     <div class="field-items">
       <div class="param">petId (required)</div>
 
-      <div class="param-desc"><span class="param-type">Path Parameter</span> &mdash; ID of pet to return format: int64</div>
+      <div class="param-desc"><span class="param-type">Path Parameter</span> &mdash; ID of pet to return default: null format: int64</div>
     </div>  <!-- field-items -->
 
 
@@ -585,7 +585,7 @@ font-style: italic;
     <div class="field-items">
       <div class="param">petId (required)</div>
 
-      <div class="param-desc"><span class="param-type">Path Parameter</span> &mdash; ID of pet that needs to be updated format: int64</div>
+      <div class="param-desc"><span class="param-type">Path Parameter</span> &mdash; ID of pet that needs to be updated default: null format: int64</div>
     </div>  <!-- field-items -->
 
     <h3 class="field-label">Consumes</h3>
@@ -628,7 +628,7 @@ font-style: italic;
     <div class="field-items">
       <div class="param">petId (required)</div>
 
-      <div class="param-desc"><span class="param-type">Path Parameter</span> &mdash; ID of pet to update format: int64</div>
+      <div class="param-desc"><span class="param-type">Path Parameter</span> &mdash; ID of pet to update default: null format: int64</div>
     </div>  <!-- field-items -->
 
     <h3 class="field-label">Consumes</h3>
@@ -690,7 +690,7 @@ font-style: italic;
     <div class="field-items">
       <div class="param">orderId (required)</div>
 
-      <div class="param-desc"><span class="param-type">Path Parameter</span> &mdash; ID of the order that needs to be deleted </div>
+      <div class="param-desc"><span class="param-type">Path Parameter</span> &mdash; ID of the order that needs to be deleted default: null </div>
     </div>  <!-- field-items -->
 
 
@@ -758,7 +758,7 @@ font-style: italic;
     <div class="field-items">
       <div class="param">orderId (required)</div>
 
-      <div class="param-desc"><span class="param-type">Path Parameter</span> &mdash; ID of pet that needs to be fetched format: int64</div>
+      <div class="param-desc"><span class="param-type">Path Parameter</span> &mdash; ID of pet that needs to be fetched default: null format: int64</div>
     </div>  <!-- field-items -->
 
 
@@ -986,7 +986,7 @@ font-style: italic;
     <div class="field-items">
       <div class="param">username (required)</div>
 
-      <div class="param-desc"><span class="param-type">Path Parameter</span> &mdash; The name that needs to be deleted </div>
+      <div class="param-desc"><span class="param-type">Path Parameter</span> &mdash; The name that needs to be deleted default: null </div>
     </div>  <!-- field-items -->
 
 
@@ -1019,7 +1019,7 @@ font-style: italic;
     <div class="field-items">
       <div class="param">username (required)</div>
 
-      <div class="param-desc"><span class="param-type">Path Parameter</span> &mdash; The name that needs to be fetched. Use user1 for testing. </div>
+      <div class="param-desc"><span class="param-type">Path Parameter</span> &mdash; The name that needs to be fetched. Use user1 for testing. default: null </div>
     </div>  <!-- field-items -->
 
 
@@ -1095,9 +1095,9 @@ font-style: italic;
     <div class="field-items">
       <div class="param">username (required)</div>
 
-      <div class="param-desc"><span class="param-type">Query Parameter</span> &mdash; The user name for login </div><div class="param">password (required)</div>
+      <div class="param-desc"><span class="param-type">Query Parameter</span> &mdash; The user name for login default: null </div><div class="param">password (required)</div>
 
-      <div class="param-desc"><span class="param-type">Query Parameter</span> &mdash; The password for login in clear text </div>
+      <div class="param-desc"><span class="param-type">Query Parameter</span> &mdash; The password for login in clear text default: null </div>
     </div>  <!-- field-items -->
 
 
@@ -1162,7 +1162,7 @@ font-style: italic;
     <div class="field-items">
       <div class="param">username (required)</div>
 
-      <div class="param-desc"><span class="param-type">Path Parameter</span> &mdash; name that need to be deleted </div>
+      <div class="param-desc"><span class="param-type">Path Parameter</span> &mdash; name that need to be deleted default: null </div>
     </div>  <!-- field-items -->