Skip to content

Commit

Permalink
Fix a broken link (tuist#6853)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft authored Oct 10, 2024
1 parent 42505ee commit 14387a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/sidebars.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export function guidesSidebar(locale) {
{
text: `<span style="display: flex; flex-direction: row; align-items: center; gap: 7px;">Projects ${code02Icon()}</span>`,
collapsed: true,
link: `/${locale}/guides/develop/projects/${locale}`,
link: `/${locale}/guides/develop/projects`,
items: [
{
text: "Manifests",
Expand Down

0 comments on commit 14387a1

Please sign in to comment.