fix dangling links in documentation

This commit is contained in:
Sarah Hoffmann
2024-08-07 16:58:45 +02:00
parent 6b1c32893b
commit d1e7b85cc5
5 changed files with 7 additions and 7 deletions

View File

@@ -382,7 +382,7 @@ class NominatimAPI:
@property
def config(self) -> Configuration:
""" Provide read-only access to the [configuration](#Configuration)
""" Provide read-only access to the [configuration](Configuration.md)
used by the API.
"""
return self._async_api.config

View File

@@ -127,7 +127,7 @@ class AddressLine:
local_name: Optional[str] = None
""" Place holder for localization of this address part. See
[Localization](#localization) below.
[Localization](Result-Handling.md#localization) below.
"""