Skip to content

Commit ba5104f

Browse files
Fixed 404 error for Examples Tab in Introductory Tutorial (mesa#2662) (mesa#2664)
* Fixed 404 error for Examples Tab in Introductory Tutorial * Updated the Example link in Introductory Tutorial Notebook
1 parent 7c77860 commit ba5104f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ API Documentation <apis/api_main>
9292
[matrix chat room]: https://matrix.to/#/#project-mesa:matrix.org
9393
[mesa]: https://github.com/projectmesa/mesa/
9494
[mesa overview]: overview
95-
[mesa examples]: https://github.com/projectmesa/mesa-examples
95+
[mesa examples]: https://mesa.readthedocs.io/stable/examples.html
9696
[mesa introductory tutorial]: tutorials/intro_tutorial
9797
[mesa visualization tutorial]: tutorials/visualization_tutorial
9898
[migration guide]: migration_guide

docs/tutorials/intro_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"If you are looking for other Mesa models or tools here are some additional resources. \n",
4545
"\n",
4646
"- Interactive Dashboard: There is a separate [visualization tutorial](https://mesa.readthedocs.io/latest/tutorials/visualization_tutorial.html) that will take users through building a dashboard for this model (aka Boltzmann Wealth Model).\n",
47-
"- Classic ABMs: You can also find canonical examples of ABMs written in Mesa in the [Examples Tab](https://mesa.readthedocs.io/latest/tutorials/examples.html)\n",
47+
"- Classic ABMs: You can also find canonical examples of ABMs written in Mesa in the [Examples Tab](https://mesa.readthedocs.io/stable/examples.html)\n",
4848
"- More Examples: Want to integrate Reinforcement Learning or work on the Traveling Salesman Problem checkout [Mesa Examples](https://github.com/projectmesa/mesa-examples/)\n",
4949
"- Mesa-Geo: If you need an ABM with Geographic Information Systems (GIS) checkout [Mesa-Geo](https://mesa-geo.readthedocs.io/latest/)\n",
5050
"- Mesa Frames: Have a large complex model that you need to speed up, check out [Mesa Frames](https://github.com/projectmesa/mesa-frames)"

0 commit comments

Comments
 (0)