Edit page links doesnt work
Very page(e.g. https://www.scala-exercises.org/std_lib/partial_functions ) at the bottom has Edit Exercisepage link:

This link doenst work:
#it points to
https://github.com/scala-exercises/exercises-stdlib/edit/master/src/main/scala/stdlib/PatternMatching.scala
#it should points to instead
https://github.com/scala-exercises/exercises-stdlib/edit/main/src/main/scala/stdlib/PatternMatching.scala
(replace main with master)
I'd create a pull request just didnt find where the link actually is located :)
Thanks @xhudik , I guess we need to update the server side
It's seems the fix doesn't work, for example access an exercise: https://www.scala-exercises.org/std_lib/type_signatures
The button Edit exercises send to: https://github.com/scala-exercises/exercises-stdlib/edit/master/src/main/scala/stdlib/TypeSignatures.scala
But the button View on Github works, but i don't know how because when I hover the button it send it to the master branch:

but when I click, send me here: https://github.com/scala-exercises/exercises-stdlib/blob/main/src/main/scala/stdlib/TypeSignatures.scala