avh4 / elm-program-test

Test Elm programs
https://elm-program-test.netlify.com/
MIT License
93 stars 27 forks source link

Fix netlify doc links #188

Open omnibs opened 3 months ago

omnibs commented 3 months ago

Netlify deprecated automatic redirects of netlify.com (meant to host netlify-the-company content) to netlify.app (meant ot host netlify customer content). See: https://answers.netlify.com/t/deprecating-automatic-com-redirects/115442

The documentation links to netlify are now all broken :<

In this PR I just replaced netlify.com for netlify.app in this codebase.

ps: I didn't think this merited a new CHANGELOG entry, but lmk if you think it does!

omnibs commented 3 months ago

These failing netlify steps are not in CI.yml in the repo, right?

I tried pushing changes to it, but it doesn't seem to affect them.

avh4 commented 2 months ago

Hmm, I tried to take a quick look, but I don't see where to figure out how netlify is configuring its environment.

I guess I'll try to move this to static webhosting to avoid letting netlify product changes break everything again.