We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e561699 commit 344ec8cCopy full SHA for 344ec8c
kumascript/macros/CSSRef.ejs
@@ -1119,8 +1119,8 @@ async function buildPropertylist(pages, title) {
1119
1120
<ol>
1121
<li class="section"><%-smartLink(`/${locale}/docs/Web/CSS`, null, 'CSS')%></li>
1122
- <li class="section"><%-smartLink(`${learnURL}/CSS`, null, text['Tutorials'])%></li>
1123
- <li><%-smartLink(`${learnURL}/Getting_started_with_the_web/CSS_basics`, null, text['CSS_basics'])%></li>
+ <li class="section"><%-smartLink(`${learnURL}CSS`, null, text['Tutorials'])%></li>
+ <li><%-smartLink(`${learnURL}Getting_started_with_the_web/CSS_basics`, null, text['CSS_basics'])%></li>
1124
<li class="toggle">
1125
<details>
1126
<summary><%=text['CSS_first_steps']%></summary>
0 commit comments