ryanvmenezes / tiepredict

Forecasting win probability in European club football
https://ryanvmenezes.github.io/tiepredict/
MIT License
0 stars 0 forks source link

get docs folder to redirect properly #17

Closed ryanvmenezes closed 3 years ago

ryanvmenezes commented 3 years ago

right now https://ryanvmenezes.github.io/futbol-winprob-model/ redirects to https://ryanvmenezes.github.io/teams/ when it should go to https://ryanvmenezes.github.io/futbol-winprob-model/teams/ (and even on the right site, the css paths are broken)

ryanvmenezes commented 3 years ago

this worked

find docs -type f -not -path '*static*' -exec sed -i '' 's|/static/|/futbol-winprob-model/static/|' {} +