Skip to content

Commit

Permalink
Merge pull request #111 from DenverCoder544/fix_db_link
Browse files Browse the repository at this point in the history
fix database documentation path
  • Loading branch information
ZakarFin authored Sep 2, 2024
2 parents f541249 + acd370a commit bf176f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const NAVIGATION_ITEMS: Array<NavigationItemType> = [
},
{
name: 'Database',
path: 'db/index.html'
path: '/db/index.html'
}
],
},
Expand Down

0 comments on commit bf176f2

Please sign in to comment.