Author: colegreer Date: Tue Nov 18 17:34:14 2025 New Revision: 1929839 Log: Fix malformed link in 3.8.0 upgrade docs
Modified: tinkerpop/site/docs/3.8.0/upgrade/index.html Modified: tinkerpop/site/docs/3.8.0/upgrade/index.html ============================================================================== --- tinkerpop/site/docs/3.8.0/upgrade/index.html Tue Nov 18 16:55:02 2025 (r1929838) +++ tinkerpop/site/docs/3.8.0/upgrade/index.html Tue Nov 18 17:34:14 2025 (r1929839) @@ -2096,7 +2096,7 @@ upgrade plan.</p> <tr> <td class="tableblock halign-left valign-top"><p class="tableblock">Breaking</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">Step Behavior change</p></td> -<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#element-promoted-for-mergeV">Element Promoted for <code>mergeV()</code> and `mergeE()</a>,Element Promoted for <code>mergeV()</code> and <code>mergeE()</code>>></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#element-promoted-for-mergeV">Element Promoted for <code>mergeV()</code> and <code>mergeE()</code></a></p></td> </tr> <tr> <td class="tableblock halign-left valign-top"><p class="tableblock">Breaking</p></td> @@ -3158,7 +3158,7 @@ last one, which was not intuitive.</p> </div> </div> <div class="sect4"> -<h5 id="element-promoted-for-mergeV">Element Promoted for <code>mergeV()</code> and `mergeE()</h5> + <h5 id="element-promoted-for-mergeV">Element Promoted for <code>mergeV()</code> and <code>mergeE()</code></h5> <div class="paragraph"> <p>Mid-traversal usage of <code>mergeV()</code> and <code>mergeE()</code> had different behavior from their start step counterparts. Used mid-traversal, it would pass through the current traverser. On the other hand, the start forms would pass through the
