From 92d539b5186cc6b23654dee471d2ec4dbd152fd8 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 1 Sep 2023 09:42:12 +0900 Subject: [PATCH] docs: fix link markup in endpoints.rst (#961) Signed-off-by: TAKAHASHI Shuuji --- docs/endpoints.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/endpoints.rst b/docs/endpoints.rst index 1dffb41..0eb8dcb 100644 --- a/docs/endpoints.rst +++ b/docs/endpoints.rst @@ -39,7 +39,7 @@ Static images * e.g. ``5.9,45.8|5.9,47.8|10.5,47.8|10.5,45.8|5.9,45.8`` * can be provided multiple times - * or pass the path as per [Maptiler Cloud API](https://docs.maptiler.com/cloud/api/static-maps/) + * or pass the path as per `Maptiler Cloud API `_ * Match pattern: ((fill|stroke|width)\:[^\|]+\|)*((enc:.+)|((-?\d+\.?\d*,-?\d+\.?\d*\|)+(-?\d+\.?\d*,-?\d+\.?\d*))) * ``latlng`` - indicates coordinates are in ``lat,lng`` order rather than the usual ``lng,lat``