Skip to content

Commit

Permalink
Merge pull request #14 from HubSpot/update-hello-world-link
Browse files Browse the repository at this point in the history
Update link to point to proper directory
  • Loading branch information
bran-van-d authored Feb 16, 2024
2 parents d271ab1 + d8e65dd commit f041d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
{ text: 'Home', link: '/' },
{
text: 'Getting Started',
link: 'https://github.com/HubSpot/cms-react/tree/main/hello-world',
link: 'https://github.com/HubSpot/cms-react/tree/main/examples/hello-world',
},
{ text: 'API Reference', link: '/reference/project-structure' },
{ text: 'Appendix', link: '/appendix' },
Expand All @@ -26,7 +26,7 @@ export default defineConfig({
items: [
{
text: 'Getting started',
link: 'https://github.com/HubSpot/cms-react/tree/main/hello-world',
link: 'https://github.com/HubSpot/cms-react/tree/main/examples/hello-world',
},
{ text: 'API reference', link: '/reference/project-structure' },
{ text: 'Field types', link: '/field-types/' },
Expand Down

0 comments on commit f041d9d

Please sign in to comment.