From 66832cf0a51777cf9fb1c74459de9f46160ea15e Mon Sep 17 00:00:00 2001 From: Mauricio Scheffer Date: Mon, 5 Sep 2022 11:11:13 +0100 Subject: [PATCH] docs: fix links to rank docs --- docs/api/Output.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/Output.md b/docs/api/Output.md index 4f5399f0..9a048ce0 100644 --- a/docs/api/Output.md +++ b/docs/api/Output.md @@ -211,8 +211,8 @@ be more than one. The attributes of that element contain: * `ref` - content of `ref` tag if it exists * `lat`, `lon` - latitude and longitude of the centroid of the object * `boundingbox` - comma-separated list of corner coordinates ([see notes](#boundingbox)) - * `place_rank` - class [search rank](../develop/Ranking#search-rank) - * `address_rank` - place [address rank](../develop/Ranking#address-rank) + * `place_rank` - class [search rank](../customize/Ranking#search-rank) + * `address_rank` - place [address rank](../customize/Ranking#address-rank) * `display_name` - full comma-separated address * `class`, `type` - key and value of the main OSM tag * `importance` - computed importance rank -- 2.45.1