Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit 76fcaff

Browse files
committed
Created Wiki - Stripped down readme
1 parent 07e253d commit 76fcaff

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

readme.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -57,27 +57,27 @@ Let's not forget the [Validation Summary](/ghiscoding/angular-validation/wiki/Va
5757

5858

5959
## Angular-Validation Wiki
60-
All the documentation has been moved to the Wiki section, see the [github wiki](/ghiscoding/angular-validation/wiki) for more explanation.
60+
All the documentation has been moved to the Wiki section, see the [github wiki](https://github.com/ghiscoding/angular-validation/wiki) for more explanation.
6161

6262
**Wiki Contents**
63-
* [Angular-Validation Wiki](/ghiscoding/angular-validation/wiki)
63+
* [Angular-Validation Wiki](https://github.com/ghiscoding/angular-validation/wiki)
6464
* Installation
65-
* [Bower/NuGet Packages](/ghiscoding/angular-validation/wiki/Download-and-Install-it)
66-
* [Include it in your Angular Application project](/ghiscoding/angular-validation/wiki/Include-it-in-your-Angular-Application)
67-
* [Locales (languages)](/ghiscoding/angular-validation/wiki/Locales-(languages))
65+
* [Bower/NuGet Packages](https://github.com/ghiscoding/angular-validation/wiki/Download-and-Install-it)
66+
* [Include it in your Angular Application project](https://github.com/ghiscoding/angular-validation/wiki/Include-it-in-your-Angular-Application)
67+
* [Locales (languages)](https://github.com/ghiscoding/angular-validation/wiki/Locales-(languages))
6868
* Code Samples
69-
* [Directive Examples](/ghiscoding/angular-validation/wiki/Working-Directive-Examples)
70-
* [Service Examples](/ghiscoding/angular-validation/wiki/Working-Service-Examples)
71-
* [Alternate Text on Validators](/ghiscoding/angular-validation/wiki/Alternate-Text-on-Validators)
72-
* [DisplayErrorTo](/ghiscoding/angular-validation/wiki/Bootstrap-Input-Groups-Wrapping)
73-
* [Submit and Validation](/ghiscoding/angular-validation/wiki/Form-Submit-and-Validation)
74-
* [Validation Summary](/ghiscoding/angular-validation/wiki/Validation-Summary)
69+
* [Directive Examples](https://github.com/ghiscoding/angular-validation/wiki/Working-Directive-Examples)
70+
* [Service Examples](https://github.com/ghiscoding/angular-validation/wiki/Working-Service-Examples)
71+
* [Alternate Text on Validators](https://github.com/ghiscoding/angular-validation/wiki/Alternate-Text-on-Validators)
72+
* [DisplayErrorTo](https://github.com/ghiscoding/angular-validation/wiki/Bootstrap-Input-Groups-Wrapping)
73+
* [Submit and Validation](https://github.com/ghiscoding/angular-validation/wiki/Form-Submit-and-Validation)
74+
* [Validation Summary](https://github.com/ghiscoding/angular-validation/wiki/Validation-Summary)
7575
* Validators
76-
* [Available Validator Rules](/ghiscoding/angular-validation/wiki/Available-Validators-(rules))
77-
* [Regular Expression](/ghiscoding/angular-validation/wiki/Regular-Expressions-(Regex))
76+
* [Available Validator Rules](https://github.com/ghiscoding/angular-validation/wiki/Available-Validators-(rules))
77+
* [Regular Expression](https://github.com/ghiscoding/angular-validation/wiki/Regular-Expressions-(Regex))
7878
* Misc
79-
* [Changelog](/ghiscoding/angular-validation/wiki/CHANGELOG)
80-
* [License](/ghiscoding/angular-validation/wiki/License)
79+
* [Changelog](https://github.com/ghiscoding/angular-validation/wiki/CHANGELOG)
80+
* [License](https://github.com/ghiscoding/angular-validation/wiki/License)
8181

8282
<a name="install"></a>
8383
Download and Install it
@@ -100,4 +100,7 @@ When used with IIS, you will need to map the JSON type
100100
<staticContent>
101101
<mimeMap fileExtension=".json" mimeType="application/json" />
102102
</staticContent>
103-
```
103+
```
104+
105+
###License
106+
[MIT License](http://www.opensource.org/licenses/mit-license.php)

0 commit comments

Comments
 (0)