Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/constants/links.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export const DISCORD = 'https://discord.gg/amplify';
export const LEARN = 'https://amplify.aws/learn';
// export const CONTRIBUTE = 'https://docs.amplify.aws/contribute/';
// export const CONTRIBUTE = 'https://contributetoamplify.com/';
export const CONTRIBUTE = 'https://docs.amplify.aws/contribute/';
export const TWITTER = 'https://twitter.com/AWSAmplify';
export const GITHUB = 'https://github.com/aws-amplify';
export const TERMS = 'https://aws.amazon.com/terms/';
Expand Down
14 changes: 7 additions & 7 deletions src/utils/globalnav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const LEFT_NAV_LINKS = [
{
type: 'DEFAULT',
label: 'Docs',
url: 'https://docs.amplify.aws/',
url: '/',
order: 1
},
{
Expand All @@ -32,12 +32,12 @@ export const LEFT_NAV_LINKS = [
url: 'https://ui.docs.amplify.aws/',
order: 3
},
// {
// type: 'DEFAULT',
// label: 'Contribute',
// url: '/contribute/',
// order: 4
// }
{
type: 'DEFAULT',
label: 'Contribute',
url: '/contribute/',
order: 4
}
];

export const SOCIAL_LINKS = [
Expand Down