From 483f065ef1ac9e3c8cb97b4072a29f20975311a6 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Thu, 1 Dec 2011 15:13:15 +0100 Subject: [PATCH] relative path for README link --- library/protocol/CONNEG/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/protocol/CONNEG/README.md b/library/protocol/CONNEG/README.md index 2918fc74..d86bcedb 100644 --- a/library/protocol/CONNEG/README.md +++ b/library/protocol/CONNEG/README.md @@ -25,7 +25,7 @@ So for each of the following questions, you will have a corresponding method to - How to implement Compression Negotiation? Hint: Use CONNEG_SERVER_SIDE.encoding_preference -There is also a [test case](https://github.com/jvelilla/Eiffel-Web-Framework/blob/master/library/protocol/CONNEG/test/conneg_server_side_test.e "conneg_server_side_test") where you can check how to use this class. +There is also a [test case](test/conneg_server_side_test.e "conneg_server_side_test") where you can check how to use this class. note description: "Summary description for CONNEG_SERVER_SIDE. Utility class to support Server Side Content Negotiation "