Skip to content

Commit

Permalink
fix: docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurdjn committed Jun 10, 2024
1 parent 97e3748 commit 5490a30
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ This package supports both **JSON** and **XML** requests and response. It provid
> [!NOTE]
> This package only relies on `requests` as a dependency, which make it extremely lightweight and easy to install: no need to install GDAL!
> [!TIP]
> Check out the [documentation](https://arthurdjn.github.io/geoserver-py) for more information!
#### Get requests

```python
Expand All @@ -60,7 +57,7 @@ geoserver.create_workspace(body="<workspace><name>new_workspace</name></workspac

### Documentation

We provide several [examples](./notebooks) and a [documentation](https://docs.geoserver.org/main/en/user/rest/index.html) to help you get started,
We provide several [examples](./notebooks) and a [documentation](https://arthurdjn.github.io/geoserver-py) to help you get started,

<br>

Expand Down

0 comments on commit 5490a30

Please sign in to comment.