Skip to content

Commit

Permalink
fixed relative links to absolute on readme.md (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaglodha authored Nov 8, 2024
1 parent a57c52b commit cc43003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A GeoServer REST API client influenced by HTTPX
`geoserverx` allows `Sync`, `Async` as well as `CLI` Capabilities to talk to your GeoServer REST APIs which makes it ideal to be used in software development project which relies on content of GeoServer.

Here is a simplistic view of how geoserverx works under the hood
![architecture](/docs/assets/images/arch.png "architecture")
![architecture](https://raw.githubusercontent.com/geobeyond/geoserverx/refs/heads/main/docs/assets/images/arch.png "architecture")



Expand All @@ -20,4 +20,4 @@ Please open new issue if you want to report any bug or send feature request
### Running on local
`geoserverx` is built with [poetry](https://python-poetry.org/) and it uses following dependencies and dev-dependencies

![layout](/docs/assets/images/layout.png "layout")
![layout]([/docs/assets/images/layout.png](https://raw.githubusercontent.com/geobeyond/geoserverx/refs/heads/main/docs/assets/images/layout.png) "layout")

0 comments on commit cc43003

Please sign in to comment.