Skip to content

Commit 392c6a6

Browse files
authored
Merge pull request #25 from jozefizso/fix/links
Update links in README and documentation
2 parents c8f3e3f + 158ba0d commit 392c6a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Angular Bootstrap Decorator
22
==========================
33

4-
For https://github.com/Textalk/angular-schema-form
4+
For https://github.com/json-schema-form/angular-schema-form
55

66
This is the new Bootstrap Decorator! That means a Bootstrap 3 frontend for the Angular Schema Form
77
project. The former Bootstrap decorator used to be included in the main repo, but has now moved

examples/bootstrap-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ <h3>Schema</h3>
353353
$scope.navbarMode = 'saved';
354354

355355
var gist = {
356-
"description": "A saved configuration for a schema form example, http://textalk.github.io/angular-schema-form/examples/bootstrap-example.html",
356+
"description": "A saved configuration for a schema form example, http://schemaform.io/examples/bootstrap-example.html",
357357
"public": true,
358358
"files": {
359359
"schema.json": {

examples/data/complex-keys.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"form": [
4040
{
4141
"type": "help",
42-
"helpvalue": "Complex keys are only supported with AngularJS version 1.3.x, see <a href=\"https://github.com/Textalk/angular-schema-form/blob/master/docs/knownlimitations.md\">known limitations</a> in the docs."
42+
"helpvalue": "Complex keys are only supported with AngularJS version 1.3.x, see <a href=\"https://github.com/json-schema-form/angular-schema-form/blob/master/docs/knownlimitations.md\">known limitations</a> in the docs."
4343
},
4444
"['a[\"b\"].c']",
4545
{

0 commit comments

Comments
 (0)