Fixed link to image or source code in markdown workbook text.

This commit is contained in:
Jocelyn Fiat
2016-05-31 16:51:20 +02:00
parent fbb860024d
commit a3a9dd1393
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -447,7 +447,7 @@ As an exercise, try to write a similar service to retrieve the OS family using t
* [SERVER_SOFTWARE](https://tools.ietf.org/html/rfc3875#section-4.1.16)
**Example**
An [EWF service](./cgi_variables/application.e) that shows the CGI variables, creates a table showing the values of all the CGI variables.
An [EWF service](./headers/cgi_variables/application.e) that shows the CGI variables, creates a table showing the values of all the CGI variables.
Nav: [Workbook](../workbook.md) :: [Handling Requests: Form/Query parameters](./form.md) :: [Generating Responses](../generating_response/generating_response.md)