Skip to content

Commit 9ec7448

Browse files
committed
Merge pull request #723 from jozefizso/fix/links
1 parent eb6efd4 commit 9ec7448

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -3,11 +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)
9-
10-
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)
119

1210

1311

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

55-
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).
5654

5755
Basic Usage
5856
-----------
@@ -163,7 +161,7 @@ angular.module('myModule', ['schemaForm']);
163161

164162
Add-ons
165163
------
166-
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).
167165
Your can also [create your own add-ons!](docs/extending.md)
168166

169167
Contributing

docs/extending.md

+2-2
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

+3-3
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)