From 3c9c93d5ba13ecdf2db7036d3270c18eb87663e8 Mon Sep 17 00:00:00 2001 From: Matthew Ringer Date: Wed, 16 May 2018 13:13:01 -0700 Subject: [PATCH 1/2] Documentation: Fix a broken link. Fix a broken link to the project front page. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index be05f831e..e23f0363b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -534,7 +534,7 @@ Schema Form currently supports the following form field types out of the box: More field types can be added, for instance a "datepicker" type can be added by including the [datepicker addon](https://github.com/Textalk/angular-schema-form-datepicker), see -the [front page](http://textalk.github.io/angular-schema-form/#third-party-addons) for an updated +the [front page](https://github.com/json-schema-form) for an updated list. From 2639bb67b4639b01044d001fdf1373c1b4ae40e1 Mon Sep 17 00:00:00 2001 From: Marcel J Bennett Date: Mon, 25 Jun 2018 11:28:29 +1000 Subject: [PATCH 2/2] Update index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index e23f0363b..25151b07f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -534,7 +534,7 @@ Schema Form currently supports the following form field types out of the box: More field types can be added, for instance a "datepicker" type can be added by including the [datepicker addon](https://github.com/Textalk/angular-schema-form-datepicker), see -the [front page](https://github.com/json-schema-form) for an updated +the [front page](https://github.com/json-schema-form/angular-schema-form) for an updated list.