Stabyourself / nestrischamps-emulator-connector

Lua script for FCEUX, Mesen, and BIzhawk that uploads stuff to NestrisChamps
MIT License
8 stars 3 forks source link

feat: update domain from nestrischamps.herokuapp.com to nestrischamps.io #4

Closed timotheeg closed 1 year ago

timotheeg commented 1 year ago

There's a shiny new domain for nestrischamps: nestrischamps.io, so this PR updates the links :)

Changeset generated with

bash

git grep nestrischamps.herokuapp.com | cut -d: -f1 | sort | uniq | while read f; do sed -i '' -e s/nestrischamps.herokuapp.com/nestrischamps.io/ $f; done
Stabyourself commented 1 year ago

Looks good, ty!