CoderDojoPotsdam / regex-tutorial

Interactive Tutorial for Regular Expressions | Interaktives Tutorial für Reguläre Ausdrücke
https://coderdojopotsdam.github.io/regex-tutorial
11 stars 17 forks source link

remove / from English button #103

Closed niccokunzmann closed 7 years ago

niccokunzmann commented 7 years ago

On github pages, we do not serve fom "/" but from "/regex-tutorial/" so we need relative paths to work. Fix: English path.

@alikahwaji Would you like to review and merge?

weerox commented 7 years ago

Can't we do absolute from /regex-tutorial/?

niccokunzmann commented 7 years ago

We can but then it does not work for a local build with jekyll serve

weerox commented 7 years ago

Oh, forgot about that