Skip to content

Commit

Permalink
Fix wrong url in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomm committed Apr 1, 2024
1 parent c446780 commit 4040403
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
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)
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/dratio-io/dratio-python>`_ or
contact us through `our page <https://dratio.io/contact/>`_ or via mail
to `info@dratio.io <mailto:info@dratio.io>`_.
to `info@menhir.ai <mailto:info@menhir.ai>`_.

.. toctree::
:hidden:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4040403

Please sign in to comment.