We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1be5b10 + 75a669b commit 184bda1Copy full SHA for 184bda1
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