From 40404034cc69e6cb4cbd3d70ebbe6b5e4bb81964 Mon Sep 17 00:00:00 2001 From: pablomm Date: Mon, 1 Apr 2024 02:40:32 +0200 Subject: [PATCH] Fix wrong url in docs --- README.md | 4 ++-- docs/index.rst | 2 +- pyproject.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5d2f122..8168bdf 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ df = dataset.to_pandas() # Download as DataFrame gdf = dataset.to_geopandas() # GeoDataFrame with geographic information ``` -To gain a comprehensive understanding of the Dratio Python client and explore all its features, visit the [official documentation](https://dratio.readthedocs.com) on Read the Docs. +To gain a comprehensive understanding of the Dratio Python client and explore all its features, visit the [official documentation](https://dratio.readthedocs.io) on Read the Docs. ## License & Terms and Conditions @@ -70,4 +70,4 @@ The use of the data offered by this client must comply with Dratio's terms and c ## Support -If you encounter a bug or have a feature suggestion, please log an issue or contact us through our page or via email at [info@dratio.io](mailto:info@dratio.io) \ No newline at end of file +If you encounter a bug or have a feature suggestion, please log an issue or contact us through our page or via email at [info@menhir.ai](mailto:info@menhir.ai) \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 074a02c..21f86b0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -131,7 +131,7 @@ This library is supported by dratio's team. If you find a bug, or have a feature suggestion, we would appreciate it if you `create an issue `_ or contact us through `our page `_ or via mail -to `info@dratio.io `_. +to `info@menhir.ai `_. .. toctree:: :hidden: diff --git a/pyproject.toml b/pyproject.toml index 48e929c..ccc147e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,10 +15,10 @@ dependencies = [ "typing_extensions; python_version<'3.8'", ] authors = [ - {name="dratio.io", email="info@dratio.io"} + {name="dratio.io", email="info@menhir.ai"} ] maintainers = [ - {name="dratio.io", email="info@dratio.io"} + {name="dratio.io", email="info@menhir.ai"} ] keywords = [ "dratio",