Conversation
|
What I meant to say is you closed this, but I'm not sure why. |
|
I wanted to add the patch to the existing ticket but this duplicated one's been created. What is the right thing? |
|
As is, it looks like this isn't correct. Not all ../../ should be replaced with index.html. Some could be for links or other resources. |
|
It would be better to go through and add index.html to all the links in the docs, not in the build script. However, index.html is the default file that is served when you browse to any directory (< a href="/">) on about 95% of web servers (made up stat but its probably lower than the actual number) so adding the index.html is kind of superfluous. It seems like it would only affect server-less browsing, in which case, the index.html missing isnt the issue. |
|
proposed fix #3117 |
Is it possible to provide tests on it?