Skip to content

Commit 3512ae1

Browse files
committed
fixes the landing page
1 parent 4755592 commit 3512ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/landing-page-links-constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const LINK_HOW_IT_WORKS = '#features';
22
export const LINK_PRICING = '/pricing';
33
export const LINK_DOCS = '/docs';
44
export const LINK_BLOG = '/blog';
5-
export const LINK_GET_STARTED = '/docs/category/initial-setup-and-quickstart';
5+
export const LINK_GET_STARTED = '/docs/category/initial-setup';
66
export const LINK_SIGN_IN = 'https://dev-docs.io';
77
export const LINK_BOOK_MEETING = 'https://dub.sh/devdocs';
88
export const LINK_CHAT_WITH_FOUNDERS = 'https://dub.sh/devdocs';

0 commit comments

Comments
 (0)