]> git.openstreetmap.org Git - nominatim.git/blobdiff - src/nominatim_api/core.py
also force nominatim in build dir to venv python
[nominatim.git] / src / nominatim_api / core.py
index c460d98c3ce099817138e30d3dfc646ff9235905..6c4c37d7e824b681e91f3de6ace74968cc440813 100644 (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