Skip to content

Commit dbc14dc

Browse files
committed
Fixing bug
1 parent 044e85c commit dbc14dc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

sidebars.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -257,39 +257,39 @@ const sidebars: SidebarsConfig = {
257257
{
258258
type: "link",
259259
label: "CSS",
260-
href: "/css/introduction",
260+
href: "/docs/css/introduction",
261261
},
262262

263263
// Machine LearningTutorial Structure
264264

265265
{
266266
type: "link",
267267
label: "Machine Learning",
268-
href: "/machine-learning/",
268+
href: "/docs/machine-learning/",
269269
},
270270

271271
// JavaScript Tutorial Structure
272272

273273
{
274274
type: "link",
275275
label: "JavaScript",
276-
href: "/javascript/introduction-to-javascript/what-is-js",
276+
href: "/docs/javascript/introduction-to-javascript/what-is-js",
277277
},
278278

279279
// Git Tutorial Structure
280280

281281
{
282282
type: "link",
283283
label: "Git",
284-
href: "/git/introduction",
284+
href: "/docs/git/introduction",
285285
},
286286

287287
// GitHub Tutorial Structure
288288

289289
{
290290
type: "link",
291291
label: "GitHub",
292-
href: "/github/introduction-to-github",
292+
href: "/docs/github/introduction-to-github",
293293
},
294294

295295
// React Tutorial Structure
@@ -464,21 +464,21 @@ const sidebars: SidebarsConfig = {
464464
{
465465
type: "link",
466466
label: "Cybersecurity",
467-
href: "/cybersecurity/",
467+
href: "/docs/cybersecurity/",
468468
},
469469

470470
// Internet
471471
{
472472
type: "link",
473473
label: "Internet",
474-
href: "/internet/introduction/",
474+
href: "/docs/internet/introduction/",
475475
},
476476
// Technical Writer
477477

478478
{
479479
type: "link",
480480
label: "Technical Writer",
481-
href: "/technical-writer/",
481+
href: "/docs/technical-writer/",
482482
},
483483
],
484484

0 commit comments

Comments
 (0)