From a1287763b74bb8288685f2ccf3b8e2c233c7770b Mon Sep 17 00:00:00 2001 From: Sascha Holzhauer Date: Tue, 28 Nov 2023 15:07:40 +0100 Subject: [PATCH] - correct link to GeoSchelling example and update copyright string --- docs/conf.py | 2 +- docs/tutorials/intro_tutorial.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 741edf53..69de56d2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,7 +59,7 @@ # General information about the project. project = "Mesa-Geo" -copyright = "2017-2022, Project Mesa-Geo Team" +copyright = "2017-2023, Project Mesa-Geo Team" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/docs/tutorials/intro_tutorial.ipynb b/docs/tutorials/intro_tutorial.ipynb index 4cff62dd..c2cb9323 100644 --- a/docs/tutorials/intro_tutorial.ipynb +++ b/docs/tutorials/intro_tutorial.ipynb @@ -260,7 +260,7 @@ "source": [ "## Going further\n", "\n", - "To get a deeper understanding of Mesa-Geo you should check out the [GeoSchelling](https://github.com/projectmesa/mesa-geo/tree/main/examples/geo_schelling) example. It implements a Leaflet visualization which is similar to use as the CanvasGridVisualization of Mesa.\n", + "To get a deeper understanding of Mesa-Geo you should check out the [GeoSchelling](https://github.com/projectmesa/mesa-examples/tree/main/gis/geo_schelling) example. It implements a Leaflet visualization which is similar to use as the CanvasGridVisualization of Mesa.\n", "\n", "To add further functionality, I need feedback on which functionality is desired by users. Please post a message at [Mesa-Geo discussions](https://github.com/projectmesa/mesa-geo/discussions) or open an [issue](https://github.com/projectmesa/mesa-geo/issues) if you have any ideas or recommendations." ]