We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944056f commit 0419ff9Copy full SHA for 0419ff9
1 file changed
src/sections/Learn-Layer5/Course-Overview/index.js
@@ -88,7 +88,7 @@ const CourseOverview = ({ course, chapters, serviceMeshesList }) => {
88
</div>
89
<Button
90
title={hasBookmark ? "Start Again" : "Get Started"}
91
- $url={`istio/${course.frontmatter.toc[0]}`}
+ $url={`${extractedSection}/${course.frontmatter.toc[0]}`}
92
/>
93
{hasBookmark && (
94
0 commit comments