relative path for README link

This commit is contained in:
Jocelyn Fiat
2011-12-01 15:13:15 +01:00
parent 8ff055803d
commit 483f065ef1

View File

@@ -25,7 +25,7 @@ So for each of the following questions, you will have a corresponding method to
- How to implement Compression Negotiation? - How to implement Compression Negotiation?
Hint: Use CONNEG_SERVER_SIDE.encoding_preference 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 note
description: "Summary description for CONNEG_SERVER_SIDE. Utility class to support Server Side Content Negotiation " description: "Summary description for CONNEG_SERVER_SIDE. Utility class to support Server Side Content Negotiation "