Browse Source

Update JSON Schema repo

pull/1227/merge
Alexander Kartavenko 1 year ago
parent
commit
5814e15a51
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -711,7 +711,7 @@ Libraries to help manage database schemas and migrations.
711 711
 * [CakePHP Validation](https://github.com/cakephp/validation) - Another validation library.
712 712
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
713 713
 * [ISO-codes](https://github.com/ronanguilloux/IsoCodes) - A library for validating inputs according to standards from ISO, International Finance, Public Administrations, GS1, Book Industry, Phone numbers & Zipcodes for many countries.
714
-* [JSON Schema](https://github.com/justinrainbow/json-schema) - A [JSON Schema](https://json-schema.org/) validation library.
714
+* [JSON Schema](https://github.com/jsonrainbow/json-schema) - A [JSON Schema](https://json-schema.org/) validation library.
715 715
 * [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
716 716
 * [Respect Validation](https://github.com/Respect/Validation) - A simple validation library.
717 717
 * [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation.

Loading…
Cancel
Save