-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Improper Redirection in Docs #2937
Description
Improper Redirections in Docs
While going through documentation, I noticed an inconsistency which first made me believe that this is some rendering issue but after carefully looking onto the endpoints, I noticed redirection mismatch
On Comparing_Scenarios page
Click on "batch_run_tutorial"
It leads to a 404 page because of the wrong index due to wrong redirection (or maybe outdated redirection)
After fixing the index, it loaded fine
In this same page, same problem is with colab link also
redirecting to - https://colab.research.google.com/github/projectmesa/mesa/blob/main/docs/tutorials/8_comparing_scenarios.ipynb
original - https://colab.research.google.com/github/projectmesa/mesa/blob/main/docs/tutorials/10_comparing_scenarios.ipynb
Notice the change from 8 to 10