@@ -251,15 +251,16 @@ const challengeList: Challenge[] = [
251251 ] ,
252252 } ,
253253 {
254+ current : true ,
254255 title : 'Hacktoberfest' ,
255256 subtitle : `Participate in open source, learn, and have fun!` ,
256257 description : (
257258 < >
258259 < p >
259260 This challenge is always run during October and was our first-ever
260- monthly challenge. We have three tracks: maintainers will provide
261- issues labeled for Hacktoberfest, contributors will solve issues, and
262- mentors will help contributors and maintainers be successful .
261+ monthly challenge. Open source maintainers will provide issues for
262+ Hacktoberfest, contributors will solve issues, and the community will
263+ support contributors and maintainers during this challenge .
263264 </ p >
264265 < p >
265266 Learn more about this challenge in{ ' ' }
@@ -269,16 +270,19 @@ const challengeList: Challenge[] = [
269270 .
270271 </ p >
271272 < p >
272- To view all of the details, including a list of VC-approved
273- repositories to contribute to,{ ' ' }
274- < Link href = "/monthlychallenges/oct-2024" >
275- check out the October monthly challenge page
273+ To view all of the details of this year's challenge,{ ' ' }
274+ < Link href = "/monthlychallenges/fall-2025" >
275+ check out the Fall 2025 challenge page
276276 </ Link >
277277 .
278278 </ p >
279279 </ >
280280 ) ,
281281 links : [
282+ {
283+ href : '/monthlychallenges/oct-2024' ,
284+ title : 'October, 2024' ,
285+ } ,
282286 {
283287 href : '/monthlychallenges/oct-2023' ,
284288 title : 'October, 2023' ,
@@ -294,7 +298,6 @@ const challengeList: Challenge[] = [
294298 ] ,
295299 } ,
296300 {
297- current : true ,
298301 title : 'Preptember' ,
299302 subtitle : `Get your open source projects ready and build confidence!` ,
300303 description : (
0 commit comments