Skip to content

Commit d25f8de

Browse files
authored
Merge pull request #723 from jozefizso/fix/links
Update links in README and documentation
2 parents a66f2d8 + a41e7f7 commit d25f8de

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Angular Schema Form
33
[![bower version](https://img.shields.io/bower/v/angular-schema-form.svg?style=flat-square)](#bower)
44
[![npm version](https://img.shields.io/npm/v/angular-schema-form.svg?style=flat-square)](https://www.npmjs.org/package/angular-schema-form)
55
[![npm downloads](https://img.shields.io/npm/dm/angular-schema-form.svg?style=flat-square)](http://npm-stat.com/charts.html?package=angular-schema-form&from=2015-01-01)
6-
[![Gitter](https://img.shields.io/badge/GITTER-JOIN%20CHAT%20%E2%86%92-ff69b4.svg?style=flat-square)](https://gitter.im/Textalk/angular-schema-form?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
7-
[![Build Status](https://img.shields.io/travis/Textalk/angular-schema-form.svg?style=flat-square)](https://travis-ci.org/Textalk/angular-schema-form)
8-
[![Build Status](https://img.shields.io/coveralls/jekyll/jekyll.svg?style=flat-square)](https://coveralls.io/r/Textalk/angular-schema-form?branch=development)
6+
[![Gitter](https://img.shields.io/badge/GITTER-JOIN%20CHAT%20%E2%86%92-ff69b4.svg?style=flat-square)](https://gitter.im/json-schema-form/angular-schema-form?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
7+
[![Build Status](https://img.shields.io/travis/json-schema-form/angular-schema-form.svg?style=flat-square)](https://travis-ci.org/json-schema-form/angular-schema-form)
8+
[![Code Coverage](https://img.shields.io/coveralls/json-schema-form/angular-schema-form.svg?style=flat-square)](https://coveralls.io/github/json-schema-form/angular-schema-form?branch=development)
99

1010
Generate forms from JSON schemas using AngularJS!
1111

@@ -50,7 +50,7 @@ Documentation
5050
You can find [all documentation here](docs/index.md), it covers all the different field types
5151
and their options.
5252

53-
It also covers how to [extend angular schema form with your own field types](https://github.com/Textalk/angular-schema-form/blob/master/docs/extending.md).
53+
It also covers how to [extend angular schema form with your own field types](docs/extending.md).
5454

5555
Basic Usage
5656
-----------
@@ -161,7 +161,7 @@ angular.module('myModule', ['schemaForm']);
161161

162162
Add-ons
163163
------
164-
There are several add-ons available, for a full list see the [web page](http://textalk.github.io/angular-schema-form/#third-party-addons).
164+
There are several add-ons available, for a full list see the [web page](http://schemaform.io/#/third-party-addons).
165165
Your can also [create your own add-ons!](docs/extending.md)
166166

167167
Contributing

docs/extending.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ But before we get into the details of how you define a decorator or an add-on, l
4848

4949
How the form is built
5050
----------------------
51-
Schema Form uses the [sfBuilder](https://github.com/Textalk/angular-schema-form/blob/development/src/services/builder.js)
51+
Schema Form uses the [sfBuilder](https://github.com/json-schema-form/angular-schema-form/blob/development/src/services/builder.js)
5252
service to recursively build the DOM elements of the form from a *canonical form definition*, that
5353
is our fancy word for an internal representation of a merge between the schema and the form.
5454

@@ -248,7 +248,7 @@ schemaFormProvider.defaults.string.unshift(datepicker);
248248

249249
### Sharing your add-on with the world
250250
So you made an add-on, why not share it with us? On the front page,
251-
[http://textalk.github.io/angular-schema-form/](http://textalk.github.io/angular-schema-form/#third-party-addons), we
251+
[http://schemaform.io/#/third-party-addons](http://schemaform.io/#/third-party-addons), we
252252
maintain a list of add ons based on a query of the bower register, and we love to see your add-on
253253
there.
254254

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ IMPORTANT
33
=========
44

55
**Angular Schema Form is undergoing a refactoring and the "bootstrap decorator", i.e. the part with
6-
all the HTML has been moved to [github.com/Textalk/angular-schema-form-bootstrap](https://github.com/Textalk/angular-schema-form-bootstrap).**
6+
all the HTML has been moved to [github.com/json-schema-form/angular-schema-form-bootstrap](https://github.com/json-schema-form/angular-schema-form-bootstrap).**
77

88
The documentation below, especially form options is therefore somewhat bootstrap decorator
99
specific. The docs is undergoing updating.
@@ -551,8 +551,8 @@ Schema Form currently supports the following form field types out of the box:
551551
| tabarray | a tabbed version of array |
552552
553553
More field types can be added, for instance a "datepicker" type can be added by
554-
including the [datepicker addon](https://github.com/Textalk/angular-schema-form-datepicker), see
555-
the [front page](http://textalk.github.io/angular-schema-form/#third-party-addons) for an updated
554+
including the [datepicker addon](https://github.com/json-schema-form/angular-schema-form-datepicker), see
555+
the [front page](http://schemaform.io/#/third-party-addons) for an updated
556556
list.
557557
558558

0 commit comments

Comments
 (0)