Skip to content

Commit

Permalink
fix: documentation sections
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Hijazi <[email protected]>
  • Loading branch information
pablo1v and Gabriel Hijazi committed Feb 19, 2021
1 parent 1751a5b commit 4d67051
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const contributing: Section = {
links: [
{
title: 'Setps',
href: '#',
href: '/contributing',
},
],
};
2 changes: 1 addition & 1 deletion docs/src/fixtures/data/documentation-sections/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const helpers: Section = {
},
{
title: 'mergeRefs',
href: '#',
href: '/api-ref',
},
],
};
2 changes: 1 addition & 1 deletion docs/src/fixtures/data/documentation-sections/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const start: Section = {
links: [
{
title: 'Overview',
href: '#',
href: '/overview',
},
{
title: 'Instalation',
Expand Down

0 comments on commit 4d67051

Please sign in to comment.