File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3+ /// <reference path="./.next/types/routes.d.ts" />
34
45// NOTE: This file should not be edited
56// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export default function Index() {
6464 < Button
6565 className = 'mt-10 block text-center focus:outline-none md:inline-block'
6666 text = 'Become an AsyncAPI Ambassador'
67- href = 'https://github.com/asyncapi/community/blob/master/docs/050-mentorship-program/ambassador-program /AMBASSADOR_PROGRAM.md'
67+ href = 'https://github.com/asyncapi/community/blob/master/docs/020-governance-and-policies /AMBASSADOR_PROGRAM.md'
6868 target = '_blank'
6969 />
7070 </ div >
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export default function EventIndex() {
5151 All events/meetings are live streamed to all AsyncAPI social media accounts. To learn more about meetings
5252 setup and automation
5353 < TextLink
54- href = 'https://github.com/asyncapi/community/blob/master/MEETINGS_ORGANIZATION.md'
54+ href = 'https://github.com/asyncapi/community/blob/master/docs/060-meetings-and-communication/ MEETINGS_ORGANIZATION.md'
5555 target = '_blank'
5656 >
5757 read our FAQ
You can’t perform that action at this time.
0 commit comments