From 8e156e37b465df7ff76ea707e1de1e65fd7d3103 Mon Sep 17 00:00:00 2001 From: Marcelo Prates Date: Fri, 16 May 2025 22:23:45 -0300 Subject: [PATCH] Update image URL to reflect new directory structure. --- notebooks/examples.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/examples.ipynb b/notebooks/examples.ipynb index e493962..609e685 100755 --- a/notebooks/examples.ipynb +++ b/notebooks/examples.ipynb @@ -8,7 +8,7 @@ "\n", "A minimal Python library to draw customized maps from [OpenStreetMap](https://www.openstreetmap.org/#map=12/11.0733/106.3078) created using the [osmnx](https://github.com/gboeing/osmnx), [matplotlib](https://matplotlib.org/), [shapely](https://shapely.readthedocs.io/en/stable/index.html) and [vsketch](https://github.com/abey79/vsketch) packages.\n", "\n", - "![](https://github.com/marceloprates/prettymaps/raw/main/prints/heerhugowaard.png)\n", + "![](https://github.com/marceloprates/prettymaps/raw/main/pictures/heerhugowaard.png)\n", "\n", "# [![Docs](https://img.shields.io/badge/docs-GitHub%20Pages-blue?logo=github)](https://marceloprates.github.io/prettymaps/) [![PyPI](https://img.shields.io/pypi/v/prettymaps)](https://pypi.org/project/prettymaps/) [![Python](https://img.shields.io/badge/python-3.11%2B-blue)](https://www.python.org/) [![License](https://img.shields.io/badge/license-AGPL%20v3.0-green)](LICENSE)\n", "\n",