elixirschool / school_house

The new era of Elixir School now powered by @phoenixframework
https://elixirschool.com/
Apache License 2.0
154 stars 49 forks source link

add additional old path redirects #162

Closed thth closed 3 years ago

thth commented 3 years ago

Expanding on https://github.com/elixirschool/school_house/pull/142, adding additional paths that I've noticed having missing redirects.

I added \/?$ to the regex ends because otherwise ~r/lessons\/ecto\/querying/ => "lessons/ecto/querying_basics" would infinitely loop 😅