Skip to content

Commit f429771

Browse files
authored
fix article volunteering link (#856)
1 parent f3cf737 commit f429771

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scripts/addDay.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def template(title: String, day: Int, year: Int) =
2020
|## Solutions from the community
2121
|
2222
|Share your solution to the Scala community by editing this page.
23-
|You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
23+
|You can even write the whole article! [Go here to volunteer](https://github.com/scalacenter/scala-advent-of-code/discussions/842)
2424
|""".stripMargin
2525

2626
def scrapeTitle(day: Int, year: Int) =

docs/2025/puzzles/day01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,4 @@ def part2(input: String) =
300300
- [Solution](https://github.com/aamiguet/advent-2025/blob/main/src/main/scala/ch/aamiguet/advent2025/Day01.scala) by [Antoine Amiguet](https://github.com/aamiguet)
301301

302302
Share your solution to the Scala community by editing this page.
303-
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
303+
You can even write the whole article! [Go here to volunteer](https://github.com/scalacenter/scala-advent-of-code/discussions/842)

0 commit comments

Comments
 (0)