From ce11a3c0fce9fb416e9885a108ad49622e43de40 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Tue, 21 Mar 2017 15:17:43 +0100 Subject: [PATCH] Fixed markdown links related to network libraries. --- README.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index edc468df..41ad3b08 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Tasks and issues are managed with github issue system ## Requirements * Compiling from EiffelStudio 13.11 to 15.05 and more recent version of the compiler. * Currently being developped using EiffelStudio 15.01 (on Windows, Linux) -* Tested using EiffelStudio 15.01 with "jenkins" CI server (not anymore compatible with 6.8 due to use of `TABLE_ITERABLE') +* Tested using EiffelStudio 15.01 with "jenkins" CI server (not anymore compatible with 6.8 due to use of `TABLE_ITERABLE`) * The code have to allow __void-safe__ compilation and non void-safe system (see [more about void-safety](http://docs.eiffel.com/book/method/void-safe-programming-eiffel) ) ## How to get the source code? @@ -65,12 +65,12 @@ Using git * __router__: URL dispatching/routing based on uri, uri_template, or custom [read more](library/server/wsf/router) ### protocol -* __http__: HTTP related classes, constants for status code, content types, ... [read more](library/protocol/http) -* __uri_template__: URI Template library (parsing and expander) [read more](library/protocol/uri_template) -* __CONNEG__: Content negotiation library (Content-type Negociation) [read more](library/protocol/content_negotiation) +* __http__: HTTP related classes, constants for status code, content types, ... [read more](library/network/protocol/http) +* __uri_template__: URI Template library (parsing and expander) [read more](library/network/protocol/uri_template) +* __CONNEG__: Content negotiation library (Content-type Negociation) [read more](library/network/protocol/content_negotiation) ### client -* __http_client__: simple HTTP client based on cURL [read more](library/client/http_client) +* __http_client__: simple HTTP client based on cURL [read more](library/network/http_client) ### text * __encoder__: Various simpler encoders: base64, url-encoder, xml entities, html entities [read more](library/text/encoder) @@ -78,10 +78,6 @@ Using git ### Others * error: very simple/basic library to handle error -## External libraries under 'contrib' -* [Eiffel Web Nino](contrib/library/server/nino) -* .. - ## Draft folder = call for contribution ## ## Examples @@ -106,5 +102,4 @@ Keep track of development and community news. * Have a question that's not a feature request or bug report? [Ask on the mailing list](http://groups.google.com/group/eiffel-web-framework) -For more information please have a look at the related wiki: -* https://github.com/EiffelWebFramework/EWF/wiki +For more information please have a look at the related [workbook documentation](docs/workbook)