Skip to content

Commit f3e45b2

Browse files
authored
Merge pull request #200 from codeharborhub/dev-1
Fix broken url issue
2 parents ddb6128 + 460ddcc commit f3e45b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const config = {
140140
<div class="mega-menu-column">
141141
<h3>🚀 Foundations</h3>
142142
<hr style="margin: 0.5rem 0; opacity: 0.4;">
143-
<a href="/tutorial/absolute-beginners/">🐣 Absolute Beginner</a>
143+
<a href="/tutorial/absolute-beginners">🐣 Absolute Beginner</a>
144144
<a href="#">🏛️ Computer Science</a>
145145
<a href="#">💻 Languages & Platforms</a>
146146
<a href="/tutorial/git/introduction">🌿 Git & GitHub</a>
@@ -161,7 +161,7 @@ const config = {
161161
<a href="#">🤖 AI & Machine Learning</a>
162162
<a href="#">🗄️ Databases</a>
163163
<a href="#">♾️ DevOps & Cloud</a>
164-
<a href="/tutorial/cyber-security/">🛡️ Cyber Security</a>
164+
<a href="/tutorial/cyber-security">🛡️ Cyber Security</a>
165165
</div>
166166
167167
<div class="mega-menu-column">

0 commit comments

Comments
 (0)