Skip to content

Commit a1c89ea

Browse files
committed
Fixed all broken links error
1 parent 0d03316 commit a1c89ea

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/css/colors/hsla.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ In the example above, HSLA color values are used to specify the colors of the `<
138138

139139
By using HSLA color values, you can enhance the visual appearance of your web designs and create engaging color schemes with varying levels of transparency. HSLA color values provide a flexible way to specify colors based on hue, saturation, lightness, and alpha values, allowing you to create unique color effects and visually appealing designs in your web projects.
140140

141-
If you want to learn more about CSS colors, you can check out our [CSS Colors](/tutorial/category/colors) guide for additional information on color models, color functions, and color formats in CSS.
141+
If you want to learn more about CSS colors, you can check out our [CSS Colors](/tutorial/css/colors/color-names) guide for additional information on color models, color functions, and color formats in CSS.
142142

143143
## Conclusion
144144

docs/css/opacity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ By using the `opacity` property in CSS, you can create various visual effects on
189189

190190
:::note Try it yourself
191191

192-
Compare this snippet from [CSS Box Model](/tutorial/category/box-model) to learn how to use the CSS box model to control the layout and spacing of elements on your web page.
192+
Compare this snippet from [CSS Box Model](/tutorial/css/box-model/intro) to learn how to use the CSS box model to control the layout and spacing of elements on your web page.
193193

194194
:::
195195

docs/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,19 @@ We cover topics including **Frontend**, **Backend**, **AI**, **Data Science**, a
5858

5959
<DocsCards>
6060

61-
<DocsCard header="HTML" href="/tutorial/category/html" icon="/icons/html-5.svg">
61+
<DocsCard header="HTML" href="#" icon="/icons/html-5.svg">
6262
<p>Learn the building blocks of the web — HTML. Understand tags, attributes, forms, and layout fundamentals to create structured webpages.</p>
6363
</DocsCard>
6464

65-
<DocsCard header="CSS" href="/tutorial/category/css" icon="/icons/css.svg">
65+
<DocsCard header="CSS" href="#" icon="/icons/css.svg">
6666
<p>Master styling with CSS. Learn Flexbox, Grid, animations, and responsive design techniques for beautiful interfaces.</p>
6767
</DocsCard>
6868

69-
<DocsCard header="JavaScript" href="/tutorial/category/javascript" icon="/icons/js.svg">
69+
<DocsCard header="JavaScript" href="#" icon="/icons/js.svg">
7070
<p>From basics to advanced — learn JavaScript programming, DOM manipulation, and ES6+ features to bring interactivity to your projects.</p>
7171
</DocsCard>
7272

73-
<DocsCard header="React.js" href="/tutorial/category/react" icon="/icons/jsx.svg">
73+
<DocsCard header="React.js" href="#" icon="/icons/jsx.svg">
7474
<p>Dive into React and learn how to build modern single-page applications with reusable components and hooks.</p>
7575
</DocsCard>
7676

@@ -82,7 +82,7 @@ We cover topics including **Frontend**, **Backend**, **AI**, **Data Science**, a
8282
<p>Get started with Python programming. Learn syntax, data structures, and how to build automation scripts or web apps.</p>
8383
</DocsCard>
8484

85-
<DocsCard header="Git & GitHub" href="/tutorial/category/github" icon="/icons/github.svg">
85+
<DocsCard header="Git & GitHub" href="#" icon="/icons/github.svg">
8686
<p>Understand version control, branching, and collaboration with Git and GitHub for open-source development.</p>
8787
</DocsCard>
8888

docs/javascript/data-types/primitive-types/string.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Strings are a fundamental part of JavaScript and are widely used to represent te
151151

152152
In this tutorial, you learned about the string data type in JavaScript, how to create strings using single quotes, double quotes, and backticks, and common string operations such as concatenation, interpolation, and string methods. You also explored examples of using string methods to manipulate and work with string data.
153153

154-
Strings are versatile and powerful data types in JavaScript, and mastering string operations will help you build dynamic and interactive web applications. If you want to learn more about JavaScript data types, check out our [JavaScript Data Types](/tutorial/category/data-types) tutorial.
154+
Strings are versatile and powerful data types in JavaScript, and mastering string operations will help you build dynamic and interactive web applications. If you want to learn more about JavaScript data types, check out our [JavaScript Data Types](/tutorial/javascript/data-types/intro) tutorial.
155155

156156
## Conclusion
157157

0 commit comments

Comments
 (0)