Skip to content

Commit fcb111a

Browse files
committed
Fix bug
1 parent 505e2ab commit fcb111a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/git/quiz.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The goal is to help you **learn Git & GitHub hands-on** while having fun.
3636

3737
## Next Steps
3838
Once you complete this quiz:
39-
- Explore the [Git Advanced Topics](./git/advanced)
39+
- Explore the [Git Advanced Topics](./advanced)
4040
- Learn about [GitHub Actions](/tutorial/docs/github/github-actions)
4141
- Contribute to open source with [GitHub Collaboration](/tutorial/docs/github/collaboration)
4242

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/tutorial/docs//javascript/data-types/intro) 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/tutorial/docs/javascript/data-types/intro) tutorial.
155155

156156
## Conclusion
157157

0 commit comments

Comments
 (0)