-
ProblemNoticing when I upload my 'build' content to the server, the md files in docs are breaking. What confuses meSo, I tried directly accessing the page with '.html' link. Just to show you, http://coding-insight.com/docs/python/start/python/ displays 404 when using direct link. But there are clearly html files in the server. So, I tried accessing html files directly. https://coding-insight.com/docs/python/start/python.html It works. Reloading works. QuestionSo, are there any way I could access the html files directly rather than using those '/' at the end? Is it a bug? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Not sure why, but it works now. After rebuilding and re-uploading. |
Beta Was this translation helpful? Give feedback.

Not sure why, but it works now. After rebuilding and re-uploading.