Skip to content

Commit 018eec6

Browse files
committed
Fix missed relative links
Missed in b1bc08b
1 parent f765859 commit 018eec6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/content/pages/en/resources/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,31 @@ import { CardList } from '@components/patterns';
99
Find resources to help you learn, contribute, and connect with the Express.js ecosystem. Whether you're looking to get involved in the community, explore middleware, or understand key concepts, you'll find what you need here.
1010

1111
<CardList gap="6">
12-
<a href="community">
12+
<a href="/en/resources/community">
1313
<Card
1414
title="Community"
1515
body="Connect with the Express.js community, learn about the technical committee, and get involved in discussions."
1616
/>
1717
</a>
18-
<a href="contributing">
18+
<a href="/en/resources/contributing">
1919
<Card
2020
title="Contributing to Express"
2121
body="Find out how to contribute to Express.js, including guidelines for reporting issues and submitting pull requests."
2222
/>
2323
</a>
24-
<a href="glossary">
24+
<a href="/en/resources/glossary">
2525
<Card
2626
title="Glossary"
2727
body="A comprehensive glossary of terms related to Express.js, Node.js, middleware, routing, and other key concepts."
2828
/>
2929
</a>
30-
<a href="utils">
30+
<a href="/en/resources/utils">
3131
<Card
3232
title="Utilities"
3333
body="Discover utility modules related to Express.js and Node.js, including tools for cookies, CSRF protection, URL parsing, and more."
3434
/>
3535
</a>
36-
<a href="middleware">
36+
<a href="/en/resources/middleware">
3737
<Card
3838
title="Middleware"
3939
body="Explore middleware modules for Express.js to extend your application with additional functionality."

0 commit comments

Comments
 (0)