Skip to content

Commit cf11f17

Browse files
fix: Broken "Become AsyncAPI Ambassador" on Ambassadors page and Broken FAQ link on Events page (#4394)
1 parent 0f74829 commit cf11f17

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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.

pages/community/ambassadors/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

pages/community/events/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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&nbsp;
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

0 commit comments

Comments
 (0)