Skip to content

Commit b3bd45b

Browse files
committed
fixup!
1 parent 5931bc8 commit b3bd45b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/site/pages/en/about/get-involved/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you are interested in getting involved with the Node.js community, there are
1818

1919
If you are looking to learn more about Node.js, there are many resources available to you.
2020

21-
- Node.js's [official learning materials](https://learn.nodejs.org/).
21+
- Node.js's [official learning materials](https://nodejs.org/learn/).
2222
- Node.js's [official API reference documentation](https://nodejs.org/api/).
2323
- [NodeSchool.io](https://nodeschool.io/) teaches Node.js concepts via interactive command-line games.
2424
- [StackOverflow's Node.js tag](https://stackoverflow.com/questions/tagged/node.js) contains a large number of threads with helpful resources.

apps/site/redirects.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@
110110
},
111111
{
112112
"source": "/learn/:path*",
113-
"destination": "https://learn.nodejs.org/:path*"
113+
"destination": "https://nodejs.org/learn/:path*"
114114
},
115115
{
116116
"source": "/:locale/learn/:path*",
117-
"destination": "https://learn.nodejs.org/:path*"
117+
"destination": "https://nodejs.org/learn/:path*"
118118
},
119119
{
120120
"source": "/:locale/community",
@@ -254,4 +254,4 @@
254254
}
255255
],
256256
"internal": []
257-
}
257+
}

0 commit comments

Comments
 (0)