From 044b68f973e753a5bfa211ef2438973ffe551525 Mon Sep 17 00:00:00 2001 From: sanjay Date: Wed, 23 Apr 2014 17:19:41 +0530 Subject: [PATCH] update 3-forms.md adds the missing "/" in the url --- docs/en/tutorials/3-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/3-forms.md b/docs/en/tutorials/3-forms.md index be23525cb..4f63f3f3d 100644 --- a/docs/en/tutorials/3-forms.md +++ b/docs/en/tutorials/3-forms.md @@ -158,7 +158,7 @@ Add the following code to the existing `form.css` file: } -All going according to plan, if you visit [http://localhost/your_site_name/home?flush=1](http://localhost/your_site_name/home?flush=1) it should look something like this: +All going according to plan, if you visit [http://localhost/your_site_name/home/?flush=1](http://localhost/your_site_name/home/?flush=1) it should look something like this: ![](_images/tutorial3_pollform.jpg)