Skip to content

Commit e8e83e3

Browse files
authored
Fix link in documentation for datepicker add-on
Thanks to @akramabdulrahman for bringing it to my attention
1 parent bd18295 commit e8e83e3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/index.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -554,17 +554,15 @@ Schema Form currently supports the following form field types out of the box:
554554
| tabarray | a tabbed version of array |
555555
556556
More field types can be added, for instance a "datepicker" type can be added by
557-
including the [datepicker addon](https://github.com/json-schema-form/angular-schema-form-datepicker), see
558-
the [front page](http://schemaform.io/#/third-party-addons) for an updated
559-
list.
557+
including the [datepicker addon](https://github.com/Textalk/angular-schema-form-datepicker), see
558+
the [front page](http://schemaform.io/#/third-party-addons) for an updated list.
560559
561560
562561
Default form types
563562
------------------
564563
Schema Form defaults to certain types of form fields depending on the schema for
565564
a property.
566565
567-
568566
| Schema | Form type |
569567
|:-------------------|:------------:|
570568
| "type": "string" | text |
@@ -577,7 +575,6 @@ a property.
577575
| "type": "array" | array |
578576
579577
580-
581578
Form definitions
582579
----------------
583580
If you don't supply a form definition, it will default to rendering the after the defaults taken

0 commit comments

Comments
 (0)