Generated from commit: https://github.com/eclipse/xtext/commit/5faec7370dc1c06068a6eb64ccdfafd88976f1d7
diff --git a/documentation/103_domainmodelnextsteps.html b/documentation/103_domainmodelnextsteps.html
index c9db239..d9b5cd3 100644
--- a/documentation/103_domainmodelnextsteps.html
+++ b/documentation/103_domainmodelnextsteps.html
@@ -209,7 +209,7 @@
 </code></pre>
   </li>
   <li>
-    <p>Now let’s answer the question how we determine the file name of the Java class that each <em>Entity</em> should yield. This information should be derived from the qualified name of the <em>Entity</em> since Java enforces this pattern. The qualified name itself has to be obtained from a special service that is available for each language. Fortunately, Xtend allows to reuse that one easily. We simply inject the <a href="https://github.com/eclipse/xtext-core/blob/master/org.eclipse.xtext/src/org/eclipse/xtext/naming/IQualifiedNameProvider.java">IQualifiedNameProvider</a> into the generator.</p>
+    <p>Now let’s answer the question how we determine the file name of the Java class that each <em>Entity</em> should yield. This information should be derived from the qualified name of the <em>Entity</em> since Java enforces this pattern. The qualified name itself has to be obtained from a special service that is available for each language. Fortunately, Xtend allows to reuse that one easily. We simply inject the <a href="https://github.com/eclipse/xtext-core/blob/master/org.eclipse.xtext/src/org/eclipse/xtext/naming/IQualifiedNameProvider.java">IQualifiedNameProvider</a> as a field into the generator.</p>
 
     <pre><code class="language-xtend">  @Inject extension IQualifiedNameProvider
 </code></pre>
diff --git a/feed.xml b/feed.xml
index 8446088..52d9e31 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>http://xtext.org/Xtext/</link>
     <atom:link href="http://xtext.org/Xtext/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Thu, 18 Nov 2021 14:14:04 +0000</pubDate>
-    <lastBuildDate>Thu, 18 Nov 2021 14:14:04 +0000</lastBuildDate>
+    <pubDate>Sat, 08 Jan 2022 17:37:54 +0000</pubDate>
+    <lastBuildDate>Sat, 08 Jan 2022 17:37:54 +0000</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>