Skip to content

Commit b66cb79

Browse files
fix menu
1 parent 86a2592 commit b66cb79

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

_includes/sidelist-programming/programming-cpp.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@
240240
<li lang="cplusplus"><a href="{{ site.dbr_cpp_release_notes }}" class="otherLinkColour">Release Notes</a>
241241
<ul>
242242
<li><a href="{{ site.dbr_cpp_release_notes }}cpp-10.html" class="otherLinkColour">Version 10.x</a></li>
243-
<li><a href="{{ site.dbr_cpp_release_notes }}cpp-9.html" class="otherLinkColour">Version 9.x</a></li>
244-
<li><a href="{{ site.dbr_cpp_release_notes }}cpp-8.html" class="otherLinkColour">Version 8.x</a></li>
245-
<li><a href="{{ site.dbr_cpp_release_notes }}cpp-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
243+
<li><a href="{{ site.dbr_cpp_release_notes_v9 }}cpp-9.html" class="otherLinkColour">Version 9.x</a></li>
244+
<li><a href="{{ site.dbr_cpp_release_notes_v9 }}cpp-8.html" class="otherLinkColour">Version 8.x</a></li>
245+
<li><a href="{{ site.dbr_cpp_release_notes_v9 }}cpp-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
246246
</ul>
247247
</li>
248248
<li lang="cplusplus"><a href="{{ site.dbr_cpp }}upgrade-instruction.html" class="otherLinkColour">Upgrade Instructions</a></li>

_includes/sidelist-programming/programming-dotnet.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@
186186
<li lang="dotnet"><a href="{{ site.dbr_dotnet_release_notes }}" class="otherLinkColour">Release Notes</a>
187187
<ul>
188188
<li><a href="{{ site.dbr_dotnet_release_notes }}dotnet-10.html" class="otherLinkColour">Version 10.x</a></li>
189-
<li><a href="{{ site.dbr_dotnet_release_notes }}dotnet-9.html" class="otherLinkColour">Version 9.x</a></li>
190-
<li><a href="{{ site.dbr_dotnet_release_notes }}dotnet-8.html" class="otherLinkColour">Version 8.x</a></li>
191-
<li><a href="{{ site.dbr_dotnet_release_notes }}dotnet-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
189+
<li><a href="{{ site.dbr_dotnet_release_notes_v9 }}dotnet-9.html" class="otherLinkColour">Version 9.x</a></li>
190+
<li><a href="{{ site.dbr_dotnet_release_notes_v9 }}dotnet-8.html" class="otherLinkColour">Version 8.x</a></li>
191+
<li><a href="{{ site.dbr_dotnet_release_notes_v9 }}dotnet-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
192192
</ul>
193193
</li>
194194
<li lang="dotnet"><a href="{{ site.dbr_dotnet }}upgrade-instruction.html" class="otherLinkColour">Upgrade Instructions</a></li>

_includes/sidelist-programming/programming-python.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@
227227
<li lang="python"><a href="{{ site.dbr_python_release_notes }}" class="otherLinkColour">Release Notes</a>
228228
<ul>
229229
<li><a href="{{ site.dbr_python_release_notes }}python-10.html" class="otherLinkColour">Version 10.x</a></li>
230-
<li><a href="{{ site.dbr_python_release_notes }}python-9.html" class="otherLinkColour">Version 9.x</a></li>
231-
<li><a href="{{ site.dbr_python_release_notes }}python-8.html" class="otherLinkColour">Version 8.x</a></li>
232-
<li><a href="{{ site.dbr_python_release_notes }}python-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
230+
<li><a href="{{ site.dbr_python_release_notes_v9 }}python-9.html" class="otherLinkColour">Version 9.x</a></li>
231+
<li><a href="{{ site.dbr_python_release_notes_v9 }}python-8.html" class="otherLinkColour">Version 8.x</a></li>
232+
<li><a href="{{ site.dbr_python_release_notes_v9 }}python-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
233233
</ul>
234234
</li>
235235
<li lang="python"><a href="{{ site.dbr_python }}upgrade-instruction.html" class="otherLinkColour">Upgrade Instructions</a></li>

0 commit comments

Comments
 (0)