When did roc-lang.org become just docs? Was that an intentional change?
Was that an intentional change?
It was not, I'll investigate now
quick temporary fix in PR#5413
merged!
This issue has been in the back of my mind since it came up, since I'm the one who wrote the code that needed to be commented out temporarily. I think I may have an idea of what happened.
Module links are generated in the form /ModuleName
, with no trailing slash. Perhaps as soon as we added an index.html
, the server started to respond with /index.html
instead of /ModuleName/index.html
. Maybe adding a trailing slash to module links would fix this?
Or if the lack of trailing slash was an intentional choice, maybe a change to the server config.
I haven't tested this at all though
NVM, I see this has been fixed already.
yeah I think we can close this now!
Richard Feldman has marked this topic as resolved.
Last updated: Jul 06 2025 at 12:14 UTC