From efd80c1287738e88b90f811cca0f71bbeb84e3d0 Mon Sep 17 00:00:00 2001 From: jvelilla Date: Tue, 30 Jun 2015 09:00:47 -0300 Subject: [PATCH] Updated workbook form document --- doc/workbook/handling_request/form.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/doc/workbook/handling_request/form.md b/doc/workbook/handling_request/form.md index 47da6767..c72772b6 100644 --- a/doc/workbook/handling_request/form.md +++ b/doc/workbook/handling_request/form.md @@ -1,4 +1,4 @@ -Nav: [Workbook](../workbook.md) | [Basic Concepts] (/workbook/basics/basics.md) | [Handling Requests: Header Fields](/workbook/handling_request/headers.md) +Nav: [Workbook](../workbook.md) | [Basic Concepts] (/doc/workbook/basics/basics.md) | [Handling Requests: Header Fields](/doc/workbook/handling_request/headers.md) #Handling Requests: Form/Query Data @@ -285,25 +285,23 @@ and a simple message. ``` The source code is available on Github. You can get it by running the command: -```git clone https://github.com/EiffelWebFramework/ewf_examples.git``` +```git clone https://github.com/EiffelWebFramework/ewf.git``` -The example is located in the directory $PATH/ewf_examples/workbook/upload_file where $PATH is where you run git clone. +The example is located in the directory $PATH/ewf/doc/workbook/upload_file where $PATH is where you run git clone. ## Examples The source code is available on Github. You can get it by running the command: -```git clone https://github.com/EiffelWebFramework/ewf_examples.git``` +```git clone https://github.com/EiffelWebFramework/ewf.git``` -The GET example is located in the directory $PATH/ewf_examples/workbook/form/get, and the post example is located in the directory $PATH/ewf_examples/workbook/form/post where $PATH is where you run git clone . To run open it using Eiffel Studio or just run theg following command +The GET example is located in the directory $PATH/ewf/doc/workbook/form/get, and the post example is located in the directory $PATH/ewf_examples/workbook/form/post where $PATH is where you run git clone . To run open it using Eiffel Studio or just run theg following command ```estudio -config .ecf -target ``` >Note: replace and with the corresponding values. - - -Nav: [Workbook](../workbook.md) | [Basic Concepts] (/workbook/basics/basics.md) | [Handling Requests: Header Fields](/workbook/handling_request/headers.md) +Nav: [Workbook](../workbook.md) | [Basic Concepts] (/doc/workbook/basics/basics.md) | [Handling Requests: Header Fields](/doc/workbook/handling_request/headers.md)