From 73a7582c6a45d1008eaa47172591c8a7d604349a Mon Sep 17 00:00:00 2001 From: rht Date: Wed, 28 Feb 2024 06:07:39 -0500 Subject: [PATCH] Rename links to internal .rst files to .md This fixes the dead links. --- docs/index.md | 2 +- docs/tutorials/intro_tutorial.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 22812595c8e..237ce20fdd3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -94,7 +94,7 @@ tutorials/adv_tutorial_legacy.ipynb - {ref}`modindex` - {ref}`search` -[contributors guide]: https://github.com/projectmesa/mesa/blob/main/CONTRIBUTING.rst +[contributors guide]: https://github.com/projectmesa/mesa/blob/main/CONTRIBUTING.md [email list]: https://groups.google.com/d/forum/projectmesa [github]: https://github.com/projectmesa/mesa/ [github issue tracker]: https://github.com/projectmesa/mesa/issues diff --git a/docs/tutorials/intro_tutorial.ipynb b/docs/tutorials/intro_tutorial.ipynb index ff915527d32..c3b452efa38 100644 --- a/docs/tutorials/intro_tutorial.ipynb +++ b/docs/tutorials/intro_tutorial.ipynb @@ -1144,7 +1144,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "**Note for Windows OS users:** If you are running this tutorial in Jupyter, make sure that you set `number_processes = 1` (single process). If `number_processes` is greater than 1, it is less straightforward to set up. You can read [Mesa's how-to guide](https://github.com/projectmesa/mesa/blob/main/docs/howto.rst), in 'Using multi-process `batch_run` on Windows' section for how to do it." + "**Note for Windows OS users:** If you are running this tutorial in Jupyter, make sure that you set `number_processes = 1` (single process). If `number_processes` is greater than 1, it is less straightforward to set up. You can read [Mesa's how-to guide](https://github.com/projectmesa/mesa/blob/main/docs/howto.md), in 'Using multi-process `batch_run` on Windows' section for how to do it." ] }, {