Skip to content

Commit 213f225

Browse files
authored
[docs] Update callemall to mui-org (mui#9284)
1 parent 865fb41 commit 213f225

File tree

110 files changed

+166
-166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+166
-166
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-->
77

88
<!-- Checked checkbox should look like this: [x] -->
9-
- [ ] I have searched the [issues](https://github.com/callemall/material-ui/issues) of this repository and believe that this is not a duplicate.
9+
- [ ] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate.
1010

1111
## Expected Behavior
1212
<!---
@@ -26,7 +26,7 @@
2626
Include code to reproduce, if relevant (which it most likely is).
2727
2828
This codesandbox.io template _may_ be a good starting point:
29-
https://codesandbox.io/s/github/callemall/material-ui/tree/v1-beta/examples/create-react-app
29+
https://codesandbox.io/s/github/mui-org/material-ui/tree/v1-beta/examples/create-react-app
3030
3131
3232
If YOU DO NOT take time to provide a codesandbox.io reproduction, should the COMMUNITY take time to help you?

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Big thanks to the 14 contributors who made this release possible.
231231

232232
Here are some highlights ✨:
233233
- New InputAdornment component (#8504)
234-
- New [Frequently asked questions](https://github.com/callemall/material-ui/blob/4df547d56448cedf70977d6e2463b38eaf64d1c7/docs/src/pages/getting-started/frequently-asked-questions.md) documentation section
234+
- New [Frequently asked questions](https://github.com/mui-org/material-ui/blob/4df547d56448cedf70977d6e2463b38eaf64d1c7/docs/src/pages/getting-started/frequently-asked-questions.md) documentation section
235235
- We have saved 1 KB gzip by removing our internal react-transition-group fork (#8785)
236236
- We have made one step further in order to upgrade all our development dependencies to react@16 (#8804)
237237

@@ -1705,7 +1705,7 @@ Big thanks to the 11 contributors who are pushing the `next` branch forward.
17051705

17061706
We are continuing investing in the documentation and the test suite.
17071707

1708-
Visual regression tests are now sent to [argos-ci](https://www.argos-ci.com/callemall/material-ui).
1708+
Visual regression tests are now sent to [argos-ci](https://www.argos-ci.com/mui-org/material-ui).
17091709
Thanks @agamrafaeli for increasing the test coverage of 1% since the last release (95.23%).
17101710
Thanks @mbrookes for fixing the inconsistency of the API and improving the API.
17111711

@@ -2028,12 +2028,12 @@ We are releasing sooner than we use to for this **special day** :christmas_tree:
20282028

20292029
2016 has been an exceptional year for Material-UI.
20302030
- We went from 40k to 180k [downloads](https://npm-stat.com/charts.html?package=material-ui&from=2014-12-24&to=2016-12-25) a month. :package:
2031-
- We went from 12k to 22k [stars](http://www.timqian.com/star-history/#callemall/material-ui). :star:
2031+
- We went from 12k to 22k [stars](http://www.timqian.com/star-history/#mui-org/material-ui). :star:
20322032

20332033
That wouldn't have been possible without this awesome community.
20342034
**Thank you!**
20352035

2036-
But this's just the beginning, some [exciting stuff](https://github.com/callemall/material-ui/blob/master/ROADMAP.md) is coming in 2017 :sparkles:.
2036+
But this's just the beginning, some [exciting stuff](https://github.com/mui-org/material-ui/blob/master/ROADMAP.md) is coming in 2017 :sparkles:.
20372037
You can preview a **very early** version of the `next` branch following [that link](https://material-ui-next.com).
20382038

20392039
#### Component Fixes / Enhancements
@@ -2112,7 +2112,7 @@ This is another release improving the stability of `v0.16.x`.
21122112
## 0.16.3
21132113
###### _Nov 17, 2016_
21142114

2115-
This release is intended to solve an [issue](https://github.com/callemall/material-ui/issues/5573) with `react-tap-event-plugin` following the release of React `v15.4.0`.
2115+
This release is intended to solve an [issue](https://github.com/mui-org/material-ui/issues/5573) with `react-tap-event-plugin` following the release of React `v15.4.0`.
21162116

21172117
#### Component Fixes / Enhancements
21182118

@@ -2221,7 +2221,7 @@ We are switching in goal so we can release changes more **often**.
22212221
Regarding going forward, this is likely to be the last `minor` release using the **inline-style** approach.
22222222
We are migrating all the components to a **CSS-in-JS** approach on the `next` branch.
22232223

2224-
For more details, you can have a look a the [next milestone](https://github.com/callemall/material-ui/milestone/14) as well as the [next project](https://github.com/callemall/material-ui/projects/1)
2224+
For more details, you can have a look a the [next milestone](https://github.com/mui-org/material-ui/milestone/14) as well as the [next project](https://github.com/mui-org/material-ui/projects/1)
22252225

22262226
:warning: New features based on the `master` branch (inline-style) have low priority and will most likely not be reviewed nor merged.
22272227

@@ -2609,7 +2609,7 @@ documentation page.
26092609

26102610
Have a ton of imports? almost had a heart attack? worry not, we also made a tool
26112611
to ease your pain. checkout the
2612-
[readme](https://github.com/callemall/material-ui/tree/master/packages/material-ui-codemod/README.md).
2612+
[readme](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-codemod/README.md).
26132613

26142614
##### Breaking Changes
26152615
- [Core] Improve import path for published lib (#3921)
@@ -2799,7 +2799,7 @@ import MUI from 'material-ui'; // no changes here :D
27992799
This release includes huge improvements to the implementation
28002800
of components and utility modules. The most important improvement
28012801
is the removal of mixins from the library, thanks to the
2802-
[great efforts](https://github.com/callemall/material-ui/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aclosed+author%3Anewoga+style-propable)
2802+
[great efforts](https://github.com/mui-org/material-ui/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aclosed+author%3Anewoga+style-propable)
28032803
of @newoga :+1:
28042804

28052805
There are also improvements to the unit testing infrastructure. We own this
@@ -3693,7 +3693,7 @@ We've cleaned up some of our click/tap events. (#771) Upgrade should be straight
36933693
component specific. In addition to the benefits mentioned in the
36943694
presentation, inline styles allow Material-UI to become CSS preprocessor
36953695
agnostic and make Themeing much more dynamic and simple.
3696-
[Read our CSS in JS discussion](https://github.com/callemall/material-ui/issues/30)
3696+
[Read our CSS in JS discussion](https://github.com/mui-org/material-ui/issues/30)
36973697
- Upgrade path:
36983698
- *If you are overriding component CSS classes:* Redefine your overrides as
36993699
an object following [React's inline styles format](https://facebook.github.io/react/tips/inline-styles.html),
@@ -3702,10 +3702,10 @@ We've cleaned up some of our click/tap events. (#771) Upgrade should be straight
37023702
overriding a nested element of the component, check the component's
37033703
documentation and see if there is a style prop available for that nested
37043704
element. If a style prop does not exist for the component's nested element
3705-
that you are trying to override, [submit an issue](https://github.com/callemall/material-ui/issues/new)
3705+
that you are trying to override, [submit an issue](https://github.com/mui-org/material-ui/issues/new)
37063706
requesting to have it added.
37073707
- *If you are using any of Material-UI's Less files:* These files have been
3708-
refactored into their [own javascript files](https://github.com/callemall/material-ui/tree/css-in-js/src/styles)
3708+
refactored into their [own javascript files](https://github.com/mui-org/material-ui/tree/css-in-js/src/styles)
37093709
and can be accessed like so `var FILENAME = require('material-ui').Styles.FILENAME;`.
37103710
Material-UI has moved away from being a CSS Framework to being simply a
37113711
set of React components.
@@ -3862,7 +3862,7 @@ We've cleaned up some of our click/tap events. (#771) Upgrade should be straight
38623862
For FontIcon, create a custom font file and include it in your project and just pass the Icon
38633863
className into the FontIcon component. For SvgIcon, create a new React component that represents
38643864
that particular icon. This will allow you to package your icons inside your js files. Examples
3865-
can be found [here](https://github.com/callemall/material-ui/tree/master/src/js/svg-icons).
3865+
can be found [here](https://github.com/mui-org/material-ui/tree/master/src/js/svg-icons).
38663866
- Additionally, all components that had an icon prop now take an iconClassName prop instead. These
38673867
include FloatingActionButton, IconButton, Menu, MenuItem, and DropDownIcon.
38683868

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ When in doubt, keep your pull requests small. To give a PR the best chance of ge
1010

1111
As with issues, please begin the title with [ComponentName].
1212

13-
When adding new features or modifying existing, please attempt to include tests to confirm the new behaviour. You can read more about our test setup [here](https://github.com/callemall/material-ui/blob/v1-beta/test/README.md).
13+
When adding new features or modifying existing, please attempt to include tests to confirm the new behaviour. You can read more about our test setup [here](https://github.com/mui-org/material-ui/blob/v1-beta/test/README.md).
1414

1515
### Branch Structure
1616

17-
All stable releases are tagged ([view tags](https://github.com/callemall/material-ui/tags)). At any given time, `v1-beta` represents the latest development version of the library.
17+
All stable releases are tagged ([view tags](https://github.com/mui-org/material-ui/tags)). At any given time, `v1-beta` represents the latest development version of the library.
1818
Patches or hotfix releases are prepared on an independent branch.
1919

2020
#### `v1-beta` is unsafe
@@ -33,7 +33,7 @@ Please create a new branch from an up to date v1-beta on your fork. (Note, urgen
3333

3434
If you have an existing local repository, please update it before you start, to minimise the chance of merge conflicts.
3535
```js
36-
git remote add upstream git@github.com:callemall/material-ui.git
36+
git remote add upstream git@github.com:mui-org/material-ui.git
3737
git checkout v1-beta
3838
git pull upstream v1-beta
3939
git checkout -b my-topic-branch
@@ -110,12 +110,12 @@ Then, you will need to add the following code:
110110

111111
#### 4. You are done 🎉!
112112

113-
In case you missed something, [we have a real example that can be used as a summary report]((https://github.com/callemall/material-ui/pull/8922/files)).
113+
In case you missed something, [we have a real example that can be used as a summary report]((https://github.com/mui-org/material-ui/pull/8922/files)).
114114

115115
## Roadmap
116116

117-
To get a sense of where Material-UI is heading, or for ideas on where you could contribute, take a look at the [ROADMAP](https://github.com/callemall/material-ui/blob/v1-beta/ROADMAP.md).
117+
To get a sense of where Material-UI is heading, or for ideas on where you could contribute, take a look at the [ROADMAP](https://github.com/mui-org/material-ui/blob/v1-beta/ROADMAP.md).
118118

119119
## License
120120

121-
By contributing your code to the callemall/material-ui GitHub repository, you agree to license your contribution under the MIT license.
121+
By contributing your code to the mui-org/material-ui GitHub repository, you agree to license your contribution under the MIT license.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ that you can use to tag your questions.
99
# [Material-UI@v1-beta](https://material-ui-next.com/)
1010
[![npm package](https://img.shields.io/npm/v/material-ui/next.svg)](https://www.npmjs.org/package/material-ui)
1111
[![CircleCI](https://img.shields.io/circleci/project/github/mui-org/material-ui/v1-beta.svg)](https://circleci.com/gh/mui-org/material-ui/tree/v1-beta)
12-
[![Gitter](https://img.shields.io/badge/gitter-join%20chat-f81a65.svg)](https://gitter.im/mui-org/material-ui?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
12+
[![Gitter](https://img.shields.io/badge/gitter-join%20chat-f81a65.svg)](https://gitter.im/callemall/material-ui?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1313
[![Coverage Status](https://img.shields.io/codecov/c/github/mui-org/material-ui/v1-beta.svg)](https://codecov.io/gh/mui-org/material-ui/branch/v1-beta)
1414
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1320/badge)](https://bestpractices.coreinfrastructure.org/projects/1320)
1515

@@ -63,24 +63,24 @@ render(<App />, document.querySelector('#app'));
6363
## Examples
6464

6565
Are you looking for an example project to get started?
66-
[We host some](https://github.com/callemall/material-ui/blob/v1-beta/docs/src/pages/getting-started/example-projects.md).
66+
[We host some](https://github.com/mui-org/material-ui/blob/v1-beta/docs/src/pages/getting-started/example-projects.md).
6767

6868
## Documentation
6969

7070
Check out our [documentation website](https://material-ui-next.com/).
7171

7272
## Contributing
7373

74-
We'd greatly appreciate any [contribution](https://github.com/callemall/material-ui/blob/v1-beta/CONTRIBUTING.md) you make. :)
74+
We'd greatly appreciate any [contribution](https://github.com/mui-org/material-ui/blob/v1-beta/CONTRIBUTING.md) you make. :)
7575

7676
## Changelog
7777

7878
Recently Updated?
79-
Please read the [changelog](https://github.com/callemall/material-ui/releases).
79+
Please read the [changelog](https://github.com/mui-org/material-ui/releases).
8080

8181
## Roadmap
8282

83-
The future plans and high priority features and enhancements can be found in the [ROADMAP.md](https://github.com/callemall/material-ui/blob/v1-beta/ROADMAP.md) file.
83+
The future plans and high priority features and enhancements can be found in the [ROADMAP.md](https://github.com/mui-org/material-ui/blob/v1-beta/ROADMAP.md) file.
8484

8585
## Thanks
8686

@@ -91,4 +91,4 @@ Thank you to [BrowserStack](https://www.browserstack.com/) for providing the inf
9191
## License
9292

9393
This project is licensed under the terms of the
94-
[MIT license](https://github.com/callemall/material-ui/blob/v1-beta/LICENSE).
94+
[MIT license](https://github.com/mui-org/material-ui/blob/v1-beta/LICENSE).

ROADMAP.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ The roadmap is a living document, and it is likely that priorities will change,
99
Version 1 release is going to be huge ✨.
1010
We host a temporary [documentation site](https://material-ui-next.com) for the pre-releases.
1111

12-
Material-UI was started [3 years ago](https://github.com/callemall/material-ui/commit/28b768913b75752ecf9b6bb32766e27c241dbc46).
12+
Material-UI was started [3 years ago](https://github.com/mui-org/material-ui/commit/28b768913b75752ecf9b6bb32766e27c241dbc46).
1313
The ecosystem has evolved a lot since then, we have also learned a lot.
1414
[@nathanmarks](https://github.com/nathanmarks/) started an ambitious task, rebuilding Material-UI from the **ground-up**
1515
taking advantage of this knowledge to address long-standing issues.
1616
Expect various **breaking changes**.
1717

18-
The core team is now helping him in the [v1-beta](https://github.com/callemall/material-ui/tree/v1-beta) branch.
18+
The core team is now helping him in the [v1-beta](https://github.com/mui-org/material-ui/tree/v1-beta) branch.
1919
If you are interested in following our progress or if you want to help us reach that goal faster, you can have a look at the following milestones:
20-
- ~~[v1.0.0-beta](https://github.com/callemall/material-ui/milestone/22)~~ - complete!
21-
- [v1.0.0-prerelease](https://github.com/callemall/material-ui/milestone/14)
20+
- ~~[v1.0.0-beta](https://github.com/mui-org/material-ui/milestone/22)~~ - complete!
21+
- [v1.0.0-prerelease](https://github.com/mui-org/material-ui/milestone/14)
2222

2323
## Q&A with the v1 version
2424

@@ -70,11 +70,11 @@ We should answer the following questions:
7070
- What trade-offs are we going to make?
7171
- What features will be implemented?
7272

73-
That conversation could start on one of the following [issues](https://github.com/callemall/material-ui/issues?q=is%3Aissue+is%3Aopen+label%3ARefactoring+label%3Anext).
73+
That conversation could start on one of the following [issues](https://github.com/mui-org/material-ui/issues?q=is%3Aissue+is%3Aopen+label%3ARefactoring+label%3Anext).
7474

7575
### How do I know if a component still needs to be migrated `v1-beta`?
7676

77-
We have [some open issues](https://github.com/callemall/material-ui/issues?q=is%3Aopen+is%3Aissue+label%3ARefactoring+label%3Av1) to **coordinate** the work toward the `v1.0.0` release.
77+
We have [some open issues](https://github.com/mui-org/material-ui/issues?q=is%3Aopen+is%3Aissue+label%3ARefactoring+label%3Av1) to **coordinate** the work toward the `v1.0.0` release.
7878

7979
### How do I start migrating components to the `v1-beta` branch?
8080

@@ -90,7 +90,7 @@ That's really up to you. At least, you going to have to:
9090

9191
We don't have an ETA for the release of the `v1`, however, we are going to try to follow this plan:
9292

93-
1. ~~We completely address the styling issue before moving from *alpha* to [*beta*](https://github.com/callemall/material-ui/milestone/22).~~
93+
1. ~~We completely address the styling issue before moving from *alpha* to [*beta*](https://github.com/mui-org/material-ui/milestone/22).~~
9494
2. ~~We publish our first beta releases.~~
9595
3. We fix the last API inconsistencies (as we can make breaking changes without having to worry much).
9696
4. We merge the beta branch into master
@@ -120,5 +120,5 @@ On the other hand, using a smart date library for the DatePicker / TimePicker wo
120120
## Future
121121

122122
- Add missing components, and missing features from current ones
123-
- [[#7721](https://github.com/callemall/material-ui/issues/7721)] Preact support
124-
- [[#593](https://github.com/callemall/material-ui/issues/593)] Support React Native
123+
- [[#7721](https://github.com/mui-org/material-ui/issues/7721)] Preact support
124+
- [[#593](https://github.com/mui-org/material-ui/issues/593)] Support React Native

SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For how-to questions and other non-issues, please use [StackOverflow](http://sta
66

77
## Opening an Issue
88

9-
If you think you have found a bug, or have a new feature idea, please start by making sure it hasn't already been [reported or fixed](https://github.com/callemall/material-ui/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aclosed). You can search through existing issues and PRs to see if someone has reported one similar to yours.
9+
If you think you have found a bug, or have a new feature idea, please start by making sure it hasn't already been [reported or fixed](https://github.com/mui-org/material-ui/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aclosed). You can search through existing issues and PRs to see if someone has reported one similar to yours.
1010

1111
Next, create a new issue that briefly explains the problem, and provides a bit of background as to the circumstances that triggered it, and steps to reproduce it.
1212

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ npm run docs:dev
1010

1111
## How can I add a new demo in the documentation?
1212

13-
[You can follow this guide](https://github.com/callemall/material-ui/blob/v1-beta/CONTRIBUTING.md)
13+
[You can follow this guide](https://github.com/mui-org/material-ui/blob/v1-beta/CONTRIBUTING.md)
1414
on how to get started contributing to Material-UI.

docs/src/modules/components/AppDrawer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function reduceChildRoutes(props, activePage, items, childPage, index) {
8181
return items;
8282
}
8383

84-
const GITHUB_RELEASE_BASE_URL = 'https://github.com/callemall/material-ui/releases/tag/';
84+
const GITHUB_RELEASE_BASE_URL = 'https://github.com/mui-org/material-ui/releases/tag/';
8585

8686
function AppDrawer(props: Object, context: Object) {
8787
const { classes, className, disablePermanent, mobileOpen, onRequestClose } = props;

docs/src/modules/components/AppFooter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ function AppFooter(props: Object) {
3939
<Grid item xs={12} sm={6}>
4040
<ul className={classes.list}>
4141
<li className={classes.listItem}>
42-
<Link href="https://github.com/callemall/material-ui/tree/v1-beta">GitHub</Link>
42+
<Link href="https://github.com/mui-org/material-ui/tree/v1-beta">GitHub</Link>
4343
</li>
4444
<li className={classes.listItem}>
4545
<Link href="https://twitter.com/MaterialUI">Twitter</Link>
4646
</li>
4747
<li className={classes.listItem}>
48-
<Link href="https://github.com/callemall/material-ui/tree/v1-beta/examples">
48+
<Link href="https://github.com/mui-org/material-ui/tree/v1-beta/examples">
4949
Examples
5050
</Link>
5151
</li>

docs/src/modules/components/AppFrame.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ class AppFrame extends React.Component<any, any> {
238238
component="a"
239239
title="GitHub"
240240
color="contrast"
241-
href="https://github.com/callemall/material-ui/tree/v1-beta"
241+
href="https://github.com/mui-org/material-ui/tree/v1-beta"
242242
>
243243
<Github />
244244
</IconButton>

0 commit comments

Comments
 (0)