Skip to content

Commit c7f1628

Browse files
committed
Rebuild readme and examples.
1 parent e949780 commit c7f1628

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Diff for: EXAMPLE.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -970,10 +970,10 @@ schema.validate(source, opts, function(err, res) {
970970
```
971971

972972
```
973-
[ { [Error: email: could not resolve dns for domain 1452926841026.com]
973+
[ { [Error: email: could not resolve dns for domain 1453093948055.com]
974974
field: 'email',
975-
value: 'foo@1452926841026.com',
976-
parent: { email: 'foo@1452926841026.com' },
975+
value: 'foo@1453093948055.com',
976+
parent: { email: 'foo@1453093948055.com' },
977977
names: [ 'email' ],
978978
key: 'email' } ]
979979
```
@@ -1050,8 +1050,8 @@ Generated by [mdp(1)](https://github.com/tmpfs/mdp).
10501050

10511051
[node]: http://nodejs.org
10521052
[npm]: http://www.npmjs.org
1053-
[mdp]: https://github.com/freeformsystems/mdp
1053+
[mdp]: https://github.com/tmpfs/mdp
10541054
[browserify]: http://browserify.org/
10551055
[jshint]: http://jshint.com/
10561056
[jscs]: http://jscs.info/
1057-
[zephyr]: https://github.com/socialally/zephyr
1057+
[zephyr]: https://github.com/tmpfs/zephyr

Diff for: README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ function id(cb) {
562562

563563
Plugins are modules defining functions that allow users to only load functionality specific to the rule types being used which allows builds for the browser to be as lean as possible.
564564

565-
See [zephyr](https://github.com/socialally/zephyr) for plugin system documentation.
565+
See [zephyr](https://github.com/tmpfs/zephyr) for plugin system documentation.
566566

567567
#### Loading Plugins
568568

@@ -940,7 +940,7 @@ You must supply a reason `id`; if `opts` are passed they are assigned as propert
940940

941941
## Developer
942942

943-
Clone the repository, install project and global dependencies ([mdp](https://github.com/freeformsystems/mdp), [jshint](http://jshint.com/) and [jscs](http://jscs.info/)):
943+
Clone the repository, install project and global dependencies ([mdp](https://github.com/tmpfs/mdp), [jshint](http://jshint.com/) and [jscs](http://jscs.info/)):
944944

945945
```
946946
npm i && npm i -g mdp jshint jscs
@@ -1004,15 +1004,15 @@ npm run docs
10041004

10051005
### Example
10061006

1007-
Generate [EXAMPLE](https://github.com/tmpfs/async-validate/blob/master/EXAMPLE.md) (requires [mdp](https://github.com/freeformsystems/mdp)):
1007+
Generate [EXAMPLE](https://github.com/tmpfs/async-validate/blob/master/EXAMPLE.md) (requires [mdp](https://github.com/tmpfs/mdp)):
10081008

10091009
```
10101010
npm run example
10111011
```
10121012

10131013
### Readme
10141014

1015-
Generate the readme file (requires [mdp](https://github.com/freeformsystems/mdp)):
1015+
Generate the readme file (requires [mdp](https://github.com/tmpfs/mdp)):
10161016

10171017
```
10181018
npm run readme
@@ -1026,8 +1026,8 @@ Generated by [mdp(1)](https://github.com/tmpfs/mdp).
10261026

10271027
[node]: http://nodejs.org
10281028
[npm]: http://www.npmjs.org
1029-
[mdp]: https://github.com/freeformsystems/mdp
1029+
[mdp]: https://github.com/tmpfs/mdp
10301030
[browserify]: http://browserify.org/
10311031
[jshint]: http://jshint.com/
10321032
[jscs]: http://jscs.info/
1033-
[zephyr]: https://github.com/socialally/zephyr
1033+
[zephyr]: https://github.com/tmpfs/zephyr

Diff for: doc/readme/links.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[node]: http://nodejs.org
22
[npm]: http://www.npmjs.org
3-
[mdp]: https://github.com/freeformsystems/mdp
3+
[mdp]: https://github.com/tmpfs/mdp
44
[browserify]: http://browserify.org/
55
[jshint]: http://jshint.com/
66
[jscs]: http://jscs.info/
7-
[zephyr]: https://github.com/socialally/zephyr
7+
[zephyr]: https://github.com/tmpfs/zephyr

0 commit comments

Comments
 (0)