From 1f11fd32075175ea87ee43694d510fb6117af813 Mon Sep 17 00:00:00 2001 From: Simone Giannecchini Date: Wed, 6 Apr 2016 17:48:22 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c5cc94e..e947c9e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # geoserver-manager ## Intro -Client library written in Java to interact with (GeoServer)«http://www.geoserver.org] through its REst administration interface. +Client library written in Java to interact with [GeoServer](http://www.geoserver.org) through its REst administration interface. The purpose of this project is to hold a REST client library to interact with GeoServer; a requirement for this library is to depend as less as possible on external libraries. This library aims at being lean and mean. @@ -9,14 +9,14 @@ For general questions about this project feel free to use the mailing lists. ## License -geoserver-manager is released under a permissinve (MIT)[https://opensource.org/licenses/MIT] license. See (wikipedia)[https://en.wikipedia.org/wiki/MIT_License] for more information: +geoserver-manager is released under a permissinve [MIT](https://opensource.org/licenses/MIT) license. See [wikipedia](https://en.wikipedia.org/wiki/MIT_License) for more information: ## Mailing Lists - * (USERS)[https://groups.google.com/forum/?fromgroups#!forum/geoserver-manager-users]https://groups.google.com/forum/?fromgroups#!forum/geoserver-manager-users - * (DEVELOPERS) [https://groups.google.com/forum/?fromgroups#!forum/geoserver-manager-devs] + * [USERS](https://groups.google.com/forum/?fromgroups#!forum/geoserver-manager-users]https://groups.google.com/forum/?fromgroups#!forum/geoserver-manager-users) + * [DEVELOPERS](https://groups.google.com/forum/?fromgroups#!forum/geoserver-manager-devs) -For more information see (this)[https://github.com/geosolutions-it/geoserver-manager/wiki] page. +For more information see [this](https://github.com/geosolutions-it/geoserver-manager/wiki) page.