Skip to content

Commit 7c4b976

Browse files
committed
Change github URLs to point to eccosolutions fork wherever appropriate.
1 parent 003ef2d commit 7c4b976

File tree

13 files changed

+84
-84
lines changed

13 files changed

+84
-84
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
<p align="center">
7-
<a href="https://github.com/rjsf-team/react-jsonschema-form">
7+
<a href="https://github.com/eccosolutions/ecco-rjsf">
88
<img src="https://raw.githubusercontent.com/rjsf-team/react-jsonschema-form/59a8206e148474bea854bbb004f624143fbcbac8/packages/core/logo.png" alt="Logo" width="180" height="120">
99
</a>
1010

@@ -18,9 +18,9 @@
1818
<br />
1919
<a href="https://rjsf-team.github.io/react-jsonschema-form/">View Playground</a>
2020
·
21-
<a href="https://github.com/rjsf-team/react-jsonschema-form/issues">Report Bug</a>
21+
<a href="https://github.com/eccosolutions/ecco-rjsf/issues">Report Bug</a>
2222
·
23-
<a href="https://github.com/rjsf-team/react-jsonschema-form/issues">Request Feature</a>
23+
<a href="https://github.com/eccosolutions/ecco-rjsf/issues">Request Feature</a>
2424
</p>
2525
</p>
2626

@@ -58,12 +58,12 @@ npm run lerna-publish
5858

5959
## Supported Themes
6060

61-
- [Ant Design](https://github.com/rjsf-team/react-jsonschema-form/tree/master/packages/antd)
62-
- [Bootstrap 3](https://github.com/rjsf-team/react-jsonschema-form/tree/master/packages/core)
63-
- [Bootstrap 4](https://github.com/rjsf-team/react-jsonschema-form/tree/master/packages/bootstrap-4)
64-
- [Fluent UI](https://github.com/rjsf-team/react-jsonschema-form/tree/master/packages/fluent-ui)
65-
- [Material UI](https://github.com/rjsf-team/react-jsonschema-form/tree/master/packages/material-ui)
66-
- [Semantic UI](https://github.com/rjsf-team/react-jsonschema-form/tree/master/packages/semantic-ui)
61+
- [Ant Design](https://github.com/eccosolutions/ecco-rjsf/tree/master/packages/antd)
62+
- [Bootstrap 3](https://github.com/eccosolutions/ecco-rjsf/tree/master/packages/core)
63+
- [Bootstrap 4](https://github.com/eccosolutions/ecco-rjsf/tree/master/packages/bootstrap-4)
64+
- [Fluent UI](https://github.com/eccosolutions/ecco-rjsf/tree/master/packages/fluent-ui)
65+
- [Material UI](https://github.com/eccosolutions/ecco-rjsf/tree/master/packages/material-ui)
66+
- [Semantic UI](https://github.com/eccosolutions/ecco-rjsf/tree/master/packages/semantic-ui)
6767

6868
## Documentation
6969
Read our [documentation](https://react-jsonschema-form.readthedocs.io/en/latest/) on Read the Docs.
@@ -80,9 +80,9 @@ Testing powered by BrowserStack<br>
8080
<a target="_blank" href="https://www.browserstack.com/"><img width="200" src="https://user-images.githubusercontent.com/1689183/51487090-4ea04f80-1d57-11e9-9a91-79b7ef8d2013.png"></a>
8181

8282

83-
[build-shield]: https://github.com/rjsf-team/react-jsonschema-form/workflows/CI/badge.svg
84-
[build-url]: https://github.com/rjsf-team/react-jsonschema-form/actions
85-
[contributors-shield]: https://img.shields.io/github/contributors/rjsf-team/react-jsonschema-form.svg
86-
[contributors-url]: https://github.com/rjsf-team/react-jsonschema-form/graphs/contributors
83+
[build-shield]: https://github.com/eccosolutions/ecco-rjsf/workflows/CI/badge.svg
84+
[build-url]: https://github.com/eccosolutions/ecco-rjsf/actions
85+
[contributors-shield]: https://img.shields.io/github/contributors/eccosolutions/ecco-rjsf.svg
86+
[contributors-url]: https://github.com/eccosolutions/ecco-rjsf/graphs/contributors
8787
[license-shield]: https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat-square
8888
[license-url]: https://choosealicense.com/licenses/apache-2.0/

docs/advanced-customization/custom-templates.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const uiSchema = {
4646
}
4747
```
4848

49-
Please see [customArray.js](https://github.com/rjsf-team/react-jsonschema-form/blob/4542cd254ffdc6dfaf55e8c9f6f17dc900d0d041/packages/playground/src/samples/customArray.js) for another example.
49+
Please see [customArray.js](https://github.com/eccosolutions/ecco-rjsf/blob/4542cd254ffdc6dfaf55e8c9f6f17dc900d0d041/packages/playground/src/samples/customArray.js) for another example.
5050

5151
The following props are passed to each `ArrayFieldTemplate`:
5252

@@ -191,7 +191,7 @@ const uiSchema = {
191191
};
192192
```
193193

194-
Please see [customObject.js](https://github.com/rjsf-team/react-jsonschema-form/blob/4542cd254ffdc6dfaf55e8c9f6f17dc900d0d041/packages/playground/src/samples/customObject.js) for a better example.
194+
Please see [customObject.js](https://github.com/eccosolutions/ecco-rjsf/blob/4542cd254ffdc6dfaf55e8c9f6f17dc900d0d041/packages/playground/src/samples/customObject.js) for a better example.
195195

196196
The following props are passed to each `ObjectFieldTemplate`:
197197

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-jsonschema-form
22

3-
![Build Status](https://github.com/rjsf-team/react-jsonschema-form/workflows/CI/badge.svg)
3+
![Build Status](https://github.com/eccosolutions/ecco-rjsf/workflows/CI/badge.svg)
44

55
A simple [React](https://reactjs.org/) component capable of building HTML forms out of a [JSON schema](http://json-schema.org/).
66

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"tabWidth": 2
2727
},
2828
"license": "Apache-2.0",
29-
"homepage": "https://github.com/rjsf-team/react-jsonschema-form",
29+
"homepage": "https://github.com/eccosolutions/ecco-rjsf",
3030
"devDependencies": {
3131
"husky": "^3.1.0"
3232
},

packages/antd/README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@
66

77
<br />
88
<p align="center">
9-
<a href="https://github.com/rjsf-team/react-jsonschema-form">
9+
<a href="https://github.com/eccosolutions/ecco-rjsf">
1010
<img src="https://raw.githubusercontent.com/rjsf-team/react-jsonschema-form/59a8206e148474bea854bbb004f624143fbcbac8/packages/antd/logo.png" alt="Logo" width="120" height="120">
1111
</a>
1212

1313
<h3 align="center">@rjsf/antd</h3>
1414

1515
<p align="center">
16-
Ant Design theme, fields and widgets for <a href="https://github.com/rjsf-team/react-jsonschema-form/"><code>react-jsonschema-form</code></a>.
16+
Ant Design theme, fields and widgets for <a href="https://github.com/eccosolutions/ecco-rjsf/"><code>react-jsonschema-form</code></a>.
1717
<br />
1818
<a href="https://react-jsonschema-form.readthedocs.io/en/latest/"><strong>Explore the docs »</strong></a>
1919
<br />
2020
<br />
2121
<a href="https://rjsf-team.github.io/react-jsonschema-form/">View Playground</a>
2222
·
23-
<a href="https://github.com/rjsf-team/react-jsonschema-form/issues">Report Bug</a>
23+
<a href="https://github.com/eccosolutions/ecco-rjsf/issues">Report Bug</a>
2424
·
25-
<a href="https://github.com/rjsf-team/react-jsonschema-form/issues">Request Feature</a>
25+
<a href="https://github.com/eccosolutions/ecco-rjsf/issues">Request Feature</a>
2626
</p>
2727
</p>
2828

@@ -47,7 +47,7 @@ Ant Design theme, fields and widgets for `react-jsonschema-form`.
4747

4848
### Built With
4949

50-
- [react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form/)
50+
- [react-jsonschema-form](https://github.com/eccosolutions/ecco-rjsf/)
5151
- [Ant Design](https://github.com/ant-design/ant-design)
5252

5353
<!-- GETTING STARTED -->
@@ -92,7 +92,7 @@ const Form = withTheme(AntDTheme);
9292

9393
## Roadmap
9494

95-
See the general [open issues](https://github.com/rjsf-team/react-jsonschema-form/issues).
95+
See the general [open issues](https://github.com/eccosolutions/ecco-rjsf/issues).
9696

9797
<!-- CONTRIBUTING -->
9898

@@ -106,15 +106,15 @@ Read our [contributors' guide](https://react-jsonschema-form.readthedocs.io/en/l
106106

107107
rjsf team: [https://github.com/orgs/rjsf-team/people](https://github.com/orgs/rjsf-team/people)
108108

109-
GitHub repository: [https://github.com/rjsf-team/react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form)
109+
GitHub repository: [https://github.com/eccosolutions/ecco-rjsf](https://github.com/eccosolutions/ecco-rjsf)
110110

111111
<!-- MARKDOWN LINKS & IMAGES -->
112112
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
113113

114-
[build-shield]: https://github.com/rjsf-team/react-jsonschema-form/workflows/CI/badge.svg
115-
[build-url]: https://github.com/rjsf-team/react-jsonschema-form/actions
116-
[contributors-shield]: https://img.shields.io/github/contributors/rjsf-team/react-jsonschema-form.svg
117-
[contributors-url]: https://github.com/rjsf-team/react-jsonschema-form/graphs/contributors
114+
[build-shield]: https://github.com/eccosolutions/ecco-rjsf/workflows/CI/badge.svg
115+
[build-url]: https://github.com/eccosolutions/ecco-rjsf/actions
116+
[contributors-shield]: https://img.shields.io/github/contributors/eccosolutions/ecco-rjsf.svg
117+
[contributors-url]: https://github.com/eccosolutions/ecco-rjsf/graphs/contributors
118118
[license-shield]: https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat-square
119119
[license-url]: https://choosealicense.com/licenses/apache-2.0/
120120
[npm-shield]: https://img.shields.io/npm/v/@rjsf/antd/latest.svg?style=flat-square

packages/antd/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"author": "Delyan Ruskov <[email protected]>",
9191
"license": "Apache-2.0",
9292
"bugs": {
93-
"url": "https://github.com/rjsf-team/react-jsonschema-form/issues"
93+
"url": "https://github.com/eccosolutions/ecco-rjsf/issues"
9494
},
95-
"homepage": "https://github.com/rjsf-team/react-jsonschema-form"
95+
"homepage": "https://github.com/eccosolutions/ecco-rjsf"
9696
}

packages/bootstrap-4/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- PROJECT LOGO -->
22
<br />
33
<p align="center">
4-
<a href="https://github.com/rjsf-team/react-jsonschema-form">
4+
<a href="https://github.com/eccosolutions/ecco-rjsf">
55
<img src="./react-bootstrap-4-logo.png" alt="Logo" width="140" height="120">
66
</a>
77

@@ -15,9 +15,9 @@
1515
<br />
1616
<a href="https://rjsf-team.github.io/react-jsonschema-form/">View Playground</a>
1717
·
18-
<a href="https://github.com/rjsf-team/react-jsonschema-form/issues">Report Bug</a>
18+
<a href="https://github.com/eccosolutions/ecco-rjsf/issues">Report Bug</a>
1919
·
20-
<a href="https://github.com/rjsf-team/react-jsonschema-form/issues">Request Feature</a>
20+
<a href="https://github.com/eccosolutions/ecco-rjsf/issues">Request Feature</a>
2121
</p>
2222
</p>
2323

@@ -92,15 +92,15 @@ Read our [contributors' guide](https://react-jsonschema-form.readthedocs.io/en/l
9292

9393
rjsf team: [https://github.com/orgs/rjsf-team/people](https://github.com/orgs/rjsf-team/people)
9494

95-
GitHub repository: [https://github.com/rjsf-team/react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form)
95+
GitHub repository: [https://github.com/eccosolutions/ecco-rjsf](https://github.com/eccosolutions/ecco-rjsf)
9696

9797
<!-- MARKDOWN LINKS & IMAGES -->
9898
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
9999

100-
[build-shield]: https://github.com/rjsf-team/react-jsonschema-form/workflows/CI/badge.svg
101-
[build-url]: https://github.com/rjsf-team/react-jsonschema-form/actions
102-
[contributors-shield]: https://img.shields.io/github/contributors/rjsf-team/react-jsonschema-form.svg
103-
[contributors-url]: https://github.com/rjsf-team/react-jsonschema-form/graphs/contributors
100+
[build-shield]: https://github.com/eccosolutions/ecco-rjsf/workflows/CI/badge.svg
101+
[build-url]: https://github.com/eccosolutions/ecco-rjsf/actions
102+
[contributors-shield]: https://img.shields.io/github/contributors/eccosolutions/ecco-rjsf.svg
103+
[contributors-url]: https://github.com/eccosolutions/ecco-rjsf/graphs/contributors
104104
[license-shield]: https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat-square
105105
[license-url]: https://choosealicense.com/licenses/apache-2.0/
106106
[npm-shield]: https://img.shields.io/npm/v/@rjsf/bootstrap-4/latest.svg?style=flat-square

packages/core/README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@
66

77
<br />
88
<p align="center">
9-
<a href="https://github.com/rjsf-team/react-jsonschema-form">
9+
<a href="https://github.com/eccosolutions/ecco-rjsf">
1010
<img src="https://raw.githubusercontent.com/rjsf-team/react-jsonschema-form/59a8206e148474bea854bbb004f624143fbcbac8/packages/core/logo.png" alt="Logo" width="180" height="120">
1111
</a>
1212

1313
<h3 align="center">@rjsf/core</h3>
1414

1515
<p align="center">
16-
Core logic and classic Bootstrap 3 theme for <a href="https://github.com/rjsf-team/react-jsonschema-form/"><code>react-jsonschema-form</code></a>.
16+
Core logic and classic Bootstrap 3 theme for <a href="https://github.com/eccosolutions/ecco-rjsf/"><code>react-jsonschema-form</code></a>.
1717
<br />
1818
<a href="https://react-jsonschema-form.readthedocs.io/en/latest/"><strong>Explore the docs »</strong></a>
1919
<br />
2020
<br />
2121
<a href="https://rjsf-team.github.io/react-jsonschema-form/">View Playground</a>
2222
·
23-
<a href="https://github.com/rjsf-team/react-jsonschema-form/issues">Report Bug</a>
23+
<a href="https://github.com/eccosolutions/ecco-rjsf/issues">Report Bug</a>
2424
·
25-
<a href="https://github.com/rjsf-team/react-jsonschema-form/issues">Request Feature</a>
25+
<a href="https://github.com/eccosolutions/ecco-rjsf/issues">Request Feature</a>
2626
</p>
2727
</p>
2828

@@ -47,7 +47,7 @@ Core logic and classic Bootstrap 3 theme for `react-jsonschema-form`.
4747

4848
### Built With
4949

50-
- [react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form/)
50+
- [react-jsonschema-form](https://github.com/eccosolutions/ecco-rjsf/)
5151
- [Bootstrap 3](https://getbootstrap.com/docs/3.3/)
5252

5353
<!-- GETTING STARTED -->
@@ -80,7 +80,7 @@ import Form from '@rjsf/core';
8080

8181
## Roadmap
8282

83-
See the general [open issues](https://github.com/rjsf-team/react-jsonschema-form/issues).
83+
See the general [open issues](https://github.com/eccosolutions/ecco-rjsf/issues).
8484

8585
<!-- CONTRIBUTING -->
8686

@@ -94,15 +94,15 @@ Read our [contributors' guide](https://react-jsonschema-form.readthedocs.io/en/l
9494

9595
rjsf team: [https://github.com/orgs/rjsf-team/people](https://github.com/orgs/rjsf-team/people)
9696

97-
GitHub repository: [https://github.com/rjsf-team/react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form)
97+
GitHub repository: [https://github.com/eccosolutions/ecco-rjsf](https://github.com/eccosolutions/ecco-rjsf)
9898

9999
<!-- MARKDOWN LINKS & IMAGES -->
100100
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
101101

102-
[build-shield]: https://github.com/rjsf-team/react-jsonschema-form/workflows/CI/badge.svg
103-
[build-url]: https://github.com/rjsf-team/react-jsonschema-form/actions
104-
[contributors-shield]: https://img.shields.io/github/contributors/rjsf-team/react-jsonschema-form.svg
105-
[contributors-url]: https://github.com/rjsf-team/react-jsonschema-form/graphs/contributors
102+
[build-shield]: https://github.com/eccosolutions/ecco-rjsf/workflows/CI/badge.svg
103+
[build-url]: https://github.com/eccosolutions/ecco-rjsf/actions
104+
[contributors-shield]: https://img.shields.io/github/contributors/eccosolutions/ecco-rjsf.svg
105+
[contributors-url]: https://github.com/eccosolutions/ecco-rjsf/graphs/contributors
106106
[license-shield]: https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat-square
107107
[license-url]: https://choosealicense.com/licenses/apache-2.0/
108108
[npm-shield]: https://img.shields.io/npm/v/@rjsf/core/latest.svg?style=flat-square

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@
123123
"json-schema"
124124
],
125125
"license": "Apache-2.0",
126-
"homepage": "https://github.com/rjsf-team/react-jsonschema-form"
126+
"homepage": "https://github.com/eccosolutions/ecco-rjsf"
127127
}

packages/fluent-ui/README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@
77
<!-- PROJECT LOGO -->
88
<br />
99
<p align="center">
10-
<a href="https://github.com/rjsf-team/react-jsonschema-form">
10+
<a href="https://github.com/eccosolutions/ecco-rjsf">
1111
<img src="https://raw.githubusercontent.com/rjsf-team/react-jsonschema-form/59a8206e148474bea854bbb004f624143fbcbac8/packages/fluent-ui/logo.png" alt="Logo" width="120" height="120">
1212
</a>
1313

1414
<h3 align="center">@rjsf/fluent-ui</h3>
1515

1616
<p align="center">
17-
Fluent UI theme, fields and widgets for <a href="https://github.com/rjsf-team/react-jsonschema-form/"><code>react-jsonschema-form</code></a>.
17+
Fluent UI theme, fields and widgets for <a href="https://github.com/eccosolutions/ecco-rjsf/"><code>react-jsonschema-form</code></a>.
1818
<br />
1919
<a href="https://react-jsonschema-form.readthedocs.io/en/latest/"><strong>Explore the docs »</strong></a>
2020
<br />
2121
<br />
2222
<a href="https://rjsf-team.github.io/react-jsonschema-form/">View Playground</a>
2323
·
24-
<a href="https://github.com/rjsf-team/react-jsonschema-form/issues">Report Bug</a>
24+
<a href="https://github.com/eccosolutions/ecco-rjsf/issues">Report Bug</a>
2525
·
26-
<a href="https://github.com/rjsf-team/react-jsonschema-form/issues">Request Feature</a>
26+
<a href="https://github.com/eccosolutions/ecco-rjsf/issues">Request Feature</a>
2727
</p>
2828
</p>
2929

@@ -48,7 +48,7 @@ Fluent UI theme, fields and widgets for `react-jsonschema-form`.
4848

4949
### Built With
5050

51-
- [react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form/)
51+
- [react-jsonschema-form](https://github.com/eccosolutions/ecco-rjsf/)
5252
- [Fluent UI](https://developer.microsoft.com/en-us/fluentui#/)
5353
- [Typescript](https://www.typescriptlang.org/)
5454

@@ -100,7 +100,7 @@ const Form = withTheme(FluentUITheme);
100100

101101
## Roadmap
102102

103-
See the [open issues](https://github.com/rjsf-team/react-jsonschema-form/issues) for a list of proposed features (and known issues).
103+
See the [open issues](https://github.com/eccosolutions/ecco-rjsf/issues) for a list of proposed features (and known issues).
104104

105105
<!-- CONTRIBUTING -->
106106

@@ -114,15 +114,15 @@ Read our [contributors' guide](https://react-jsonschema-form.readthedocs.io/en/l
114114

115115
rjsf team: [https://github.com/orgs/rjsf-team/people](https://github.com/orgs/rjsf-team/people)
116116

117-
GitHub repository: [https://github.com/rjsf-team/react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form)
117+
GitHub repository: [https://github.com/eccosolutions/ecco-rjsf](https://github.com/eccosolutions/ecco-rjsf)
118118

119119
<!-- MARKDOWN LINKS & IMAGES -->
120120
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
121121

122-
[build-shield]: https://github.com/rjsf-team/react-jsonschema-form/workflows/CI/badge.svg
123-
[build-url]: https://github.com/rjsf-team/react-jsonschema-form/actions
124-
[contributors-shield]: https://img.shields.io/github/contributors/rjsf-team/react-jsonschema-form.svg
125-
[contributors-url]: https://github.com/rjsf-team/react-jsonschema-form/graphs/contributors
122+
[build-shield]: https://github.com/eccosolutions/ecco-rjsf/workflows/CI/badge.svg
123+
[build-url]: https://github.com/eccosolutions/ecco-rjsf/actions
124+
[contributors-shield]: https://img.shields.io/github/contributors/eccosolutions/ecco-rjsf.svg
125+
[contributors-url]: https://github.com/eccosolutions/ecco-rjsf/graphs/contributors
126126
[license-shield]: https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat-square
127127
[license-url]: https://choosealicense.com/licenses/apache-2.0/
128128
[npm-shield]: https://img.shields.io/npm/v/@rjsf/fluent-ui/latest.svg?style=flat-square

0 commit comments

Comments
 (0)