denise-k opened a new issue #9463:
URL: https://github.com/apache/tvm/issues/9463


   I recently stumbled upon an [old 
link](https://tvm.apache.org/docs/dev/index.html) to the TVM developer 
documentation which is still broken.
   
   `legacy_redirect.py` is supposed to [redirect this 
link](https://github.com/apache/tvm/blob/main/docs/legacy_redirect.py#L31) to a 
[valid documentation page](https://tvm.apache.org/docs/arch/index.html):
   ```
   legacy_redirects = [
       ...
       ["dev/index.html", "../arch/index.html"],
       ...
   ]
   ```
   
   Unfortunately, that's not working as expected. 😢 
   
   
   
![image](https://user-images.githubusercontent.com/50588693/140599369-0b29bb11-c7bf-488c-b30a-798969bf2ac4.png)
   
   This is happening in multiple cases within the `legacy_redirects` list.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to