We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9758b commit 558d7cfCopy full SHA for 558d7cf
src/components/LegacyJsCourseAdmonition.jsx
@@ -15,7 +15,7 @@ export default function LegacyJsCourseAdmonition({ param = 'legacy-js-course' })
15
which is now archived.
16
</p>
17
<p>
18
- You can still <a href={'/academy/scraping-basics-javascript/legacy' + value}>go through that page</a>,
+ You can still <a href={`/academy/scraping-basics-javascript/legacy${value}`}>go through that page</a>,
19
but we recommend you to check out this new course instead. We plan to close the old course
20
entirely in a few months.
21
0 commit comments