Skip to content

Commit e0153e0

Browse files
rename migration url
1 parent da46f8c commit e0153e0

File tree

12 files changed

+8
-8
lines changed

12 files changed

+8
-8
lines changed

_includes/sidelist-programming/programming-cpp.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@
261261
</li>
262262
<li lang="cplusplus"><a class="otherLinkColour">Migration Guides</a>
263263
<ul>
264-
<li><a href="{{ site.dbr_cpp }}migrate-10-to-11.html" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
265-
<li><a href="{{ site.dbr_cpp }}migrate-9-to-11.html" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
264+
<li><a href="{{ site.dbr_cpp }}migrate-from-v10.html" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
265+
<li><a href="{{ site.dbr_cpp }}migrate-from-v9.html" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
266266
</ul>
267267
</li>
268268
<li lang="cplusplus"><a href="{{ site.license_activation }}index.html" class="otherLinkColour">License Initialization</a></li>

_includes/sidelist-programming/programming-dotnet.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@
255255
</li>
256256
<li lang="dotnet"><a class="otherLinkColour">Migration Guides</a>
257257
<ul>
258-
<li><a href="{{ site.dbr_dotnet }}migrate-10-to-11.html" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
259-
<li><a href="{{ site.dbr_dotnet }}migrate-9-to-11.html" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
258+
<li><a href="{{ site.dbr_dotnet }}migrate-from-v10.html" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
259+
<li><a href="{{ site.dbr_dotnet }}migrate-from-v9.html" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
260260
</ul>
261261
</li>
262262
<li lang="dotnet"><a href="{{ site.license_activation }}index.html" class="otherLinkColour">License Initialization</a></li>

_includes/sidelist-programming/programming-java.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@
264264
</li>
265265
<li lang="java"><a class="otherLinkColour">Migration Guides</a>
266266
<ul>
267-
<li><a href="{{ site.dbr_java }}migrate-10-to-11.html" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
268-
<li><a href="{{ site.dbr_java }}migrate-9-to-11.html" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
267+
<li><a href="{{ site.dbr_java }}migrate-from-v10.html" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
268+
<li><a href="{{ site.dbr_java }}migrate-from-v9.html" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
269269
</ul>
270270
</li>
271271
<li lang="java"><a href="{{ site.license_activation }}index.html" class="otherLinkColour">License Initialization</a></li>

_includes/sidelist-programming/programming-python.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@
250250
</li>
251251
<li lang="python"><a class="otherLinkColour">Migration Guides</a>
252252
<ul>
253-
<li><a href="{{ site.dbr_python }}migrate-10-to-11.html" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
254-
<li><a href="{{ site.dbr_python }}migrate-9-to-11.html" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
253+
<li><a href="{{ site.dbr_python }}migrate-from-v10.html" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
254+
<li><a href="{{ site.dbr_python }}migrate-from-v9.html" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
255255
</ul>
256256
</li>
257257
<li lang="python"><a href="{{ site.license_activation }}index.html" class="otherLinkColour">License Initialization</a></li>
File renamed without changes.

0 commit comments

Comments
 (0)