From 349d5c7922c417627941646c836b334a77d332c1 Mon Sep 17 00:00:00 2001 From: Patrick Lienau Date: Thu, 17 Sep 2015 08:37:19 -0500 Subject: [PATCH] fix links so they work on githib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Before the links to the examples pointed towards `localhost:8080`; therefore not easily—well, it wasn't exactly hard to find either—accessible from the github repository. 'Tis but a simple fix, will probably save somebody else a few seconds. Great repo btw. --- examples/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/README.md b/examples/README.md index 89a49a3..1921954 100644 --- a/examples/README.md +++ b/examples/README.md @@ -23,10 +23,10 @@ If it is not helped try update your node.js and npm. ## Examples -1. [**Login**](http://localhost:8080/login) +1. [**Login**](login) Two required fields with simple validation. -2. [**Custom Validation**](http://localhost:8080/custom-validation) +2. [**Custom Validation**](custom-validation) - One field with added validation rule (`Formsy.addValidationRule`) and one field with dynamically added validation and error messages. \ No newline at end of file + One field with added validation rule (`Formsy.addValidationRule`) and one field with dynamically added validation and error messages.