### System information - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Nothing - **Modin version** (`modin.__version__`): 0.7.4 - **Python version**: Nothing - **Code we can use to reproduce**: Nothing ### Describe the problem In `architecture.html`, the links of `Pandas on Ray` and `Pandas on Dask` is missing. <img width="844" alt="Architecture_—_Modin_0_7_4_documentation" src="https://user-images.githubusercontent.com/4068610/88451500-20428980-ce92-11ea-8da6-b7740522786b.png"> ### Source code / logs https://github.com/modin-project/modin/blame/master/docs/architecture.rst#L205-L206 ``` .. _Pandas on Ray: UsingPandasonRay/optimizations.html .. _Pandas on Dask: UsingPandasonDask/optimizations.html ```