Hi, I'm an undergraduate student who has just graduated, I've been learning about IoTDB currently.
When I read IoTDB docs on Github, I found that the relative links in its Markdown file could not work properly.(https://github.com/apache/incubator-iotdb/blob/master/docs/SystemDesign/Architecture/Architecture.md). After some communication, I found that IoTDB official website used these Markdown files to generate static web pages.(http://iotdb.apache.org/SystemDesign/Architecture/Architecture.html). These relative links are available on the site, but are not available on Github. I personally like reading documents directly on Github, and I thought it was necessary to make the relative links on Github work, so I've submitted a PR to fix this issue on Github.(https://github.com/apache/incubator-iotdb/pull/1572). However, this may require some additional work, which is separating maintenance of the documents on the front-end web page from those on Github. Does anyone have any suggestions??
