Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit f1de3aa

Browse files
Merge pull request #889 from Bandwidth/DX-3097
DX-3097
2 parents 5656208 + 1326467 commit f1de3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/SdkPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function SdkPage({Svg, title, repoLinks, samplesLink, migrationGu
3333
{ migrationGuides == true &&
3434
<tr className='sdk-migration-guides'>
3535
<td />
36-
<td><a href={"/migration-guides/" + title.toLowerCase()}>Migration Guide</a></td>
36+
<td><a href={"/migration-guides/" + title.toLowerCase() + "/"}>Migration Guide</a></td>
3737
<td />
3838
</tr>
3939
}

0 commit comments

Comments
 (0)