Skip to content

Commit d44f4d4

Browse files
committed
Link to proper subpages
1 parent ae3397e commit d44f4d4

File tree

40 files changed

+62
-23
lines changed

40 files changed

+62
-23
lines changed

src/app/(main)/resources/reading-resources-section.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ export function ReadingResourcesSection() {
2929

3030
<div className="flex flex-col gap-2 md:w-[358px] lg:gap-6">
3131
<ReadingLink
32-
href="/blog"
32+
href="/resources/reading/blogs-and-newsletters"
3333
icon={<NewspaperIcon className="text-pri-base" />}
3434
label="Blogs and newsletters"
3535
/>
3636
<ReadingLink
37-
href="/community/resources"
37+
href="/resources/reading/individual-posts"
3838
icon={<WriteIcon className="text-[#FF8800]" />}
39-
label="Individual Posts"
39+
label="Individual posts"
4040
/>
4141
<ReadingLink
42-
href="/community/resources/books"
42+
href="/resources/reading/books"
4343
icon={<BookIcon className="text-[#00C6AC]" />}
4444
label="Books"
4545
/>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"title": "A GraphQL Framework for Non-JS Servers - Syrus Akbary",
2+
"title": "A GraphQL Framework for Non-JS Servers",
3+
"author": "Syrus Akbary",
34
"url": "https://www.youtube.com/watch?v=RNoyPSrQyPs",
45
"tags": ["video", "backend"]
56
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"title": "A GraphQL Framework for Non-JS Servers",
3+
"author": "Syrus Akbary",
34
"url": "https://www.youtube.com/watch?v=RNoyPSrQyPs",
45
"tags": ["video"]
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"title": "A PostgreSQL backed GraphQL BaaS by Tanmai Gopal",
2+
"title": "A PostgreSQL backed GraphQL BaaS",
3+
"author": "Tanmai Gopal",
34
"url": "https://www.youtube.com/watch?v=neIZcc8y3B0",
45
"tags": ["video", "backend"]
56
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"title": "A PostgreSQL backed GraphQL BaaS",
3+
"author": "Tanmai Gopal",
34
"url": "https://www.youtube.com/watch?v=neIZcc8y3B0",
45
"tags": ["video"]
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"title": "Apollo Client: Put GraphQL Data in Your UI - Sashko Stubailo",
2+
"title": "Apollo Client: Put GraphQL Data in Your UI",
3+
"author": "Sashko Stubailo",
34
"url": "https://www.youtube.com/watch?v=u1E0CbGeICo",
45
"tags": ["video", "frontend"]
56
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"title": "Apollo Client: Put GraphQL Data in Your UI",
3+
"author": "Sashko Stubailo",
34
"url": "https://www.youtube.com/watch?v=u1E0CbGeICo",
45
"tags": ["video"]
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"title": "Build a Full GraphQL Backend in Under 5 Minutes - Michael Paris",
2+
"title": "Build a Full GraphQL Backend in Under 5 Minutes",
3+
"author": "Michael Paris",
34
"url": "https://www.youtube.com/watch?v=bJ8pnYd6jPQ",
45
"tags": ["video", "backend"]
56
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"title": "Build a Full GraphQL Backend in Under 5 Minutes",
3+
"author": "Michael Paris",
34
"url": "https://www.youtube.com/watch?v=bJ8pnYd6jPQ",
45
"tags": ["video"]
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"title": "Build a GraphQL Backend with the Serverless Framework - Ryan Brown",
2+
"title": "Build a GraphQL Backend with the Serverless Framework",
3+
"author": "Ryan Brown",
34
"url": "https://acloud.guru/learn/serverless-with-graphql",
45
"tags": ["video", "backend"]
56
}

0 commit comments

Comments
 (0)