From 5bd6da847fed5a262d6e9d5e6d7e088243723cd9 Mon Sep 17 00:00:00 2001 From: Dan Jackson Date: Tue, 12 Sep 2023 14:46:43 -0700 Subject: [PATCH] Fix link typo in usage.md Browsing the docs, saw this link was missing a bracket --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 908d2c4..0a44e35 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -15,7 +15,7 @@ Using the default values, the example below will create a portrait-oriented, A4- You can easily customize the generated map by changing the tile server, size, orientation, etc. For an exhaustive list of all available options, please see the [API Reference](https://papermap.readthedocs.io/en/stable/api.html#papermap.papermap.PaperMap). -For example, the example below will create a landscape-oriented, A3-sized [map of Madrid](_static/Madrid.pdf) using the Stamen Terrain](https://stamen.com/say-hello-to-global-stamen-terrain-maps-c195b3bb71e0/) tile server, with a UTM grid overlay, at scale 1:50000: +For example, the example below will create a landscape-oriented, A3-sized [map of Madrid](_static/Madrid.pdf) using the [Stamen Terrain](https://stamen.com/say-hello-to-global-stamen-terrain-maps-c195b3bb71e0/) tile server, with a UTM grid overlay, at scale 1:50000: ```python >>> from papermap import PaperMap