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. 😢  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]
