Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Use https for material-ui & reactcommunity links #28304

Merged
merged 3 commits into from
Sep 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CHANGELOG.old.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som

- Introduce a new Timeline component (#21331) @mnajdova.
<img width="244" alt="timeline" src="https://user-images.githubusercontent.com/3165635/84400961-ff381900-ac02-11ea-8e5e-beb6c0840fe0.png">
You can find the component in the [lab](http://material-ui.com/components/timeline/).
You can find the component in the [lab](https://material-ui.com/components/timeline/).

- Simplify the theme overrides with TypeScript for the components in the lab (#21279) @CarsonF.

Expand Down Expand Up @@ -558,9 +558,9 @@ Here are some highlights ✨:
<Avatar />
</Skeleton>
```
Follow [the docs to learn more](http://material-ui.com/components/skeleton/#inferring-dimensions).
Follow [the docs to learn more](https://material-ui.com/components/skeleton/#inferring-dimensions).
- ♿️ Add tabs accessibility docs section (#20965) @eps1lon.
The behavior of the [keyboard navigation](http://material-ui.com/components/tabs/#keyboard-navigation) can be customized with the `selectionFollowsFocus` prop.
The behavior of the [keyboard navigation](https://material-ui.com/components/tabs/#keyboard-navigation) can be customized with the `selectionFollowsFocus` prop.
- ℹ Improve tooltip arrow customizability (#21095) @sakulstra.
The arrow background color and border can now be customized independently.
<img src="https://user-images.githubusercontent.com/3165635/82205669-328acf00-9907-11ea-8fa0-f9784ad2b718.png" width="90" />
Expand Down Expand Up @@ -13124,7 +13124,7 @@ v0.12.4 should have really been v0.13.0 as it breaks compatibility with React 0.
- `ThemeManager` produces `mui theme` from `raw theme`. Raw themes may be user-defined.
- Functions in `ThemeManager` allow to modify theme variables. Component-level styles may be
- overridden in the `mui theme`.
- See new documentation [here](http://material-ui.com/#/customization/themes)
- See new documentation [here](https://material-ui.com/#/customization/themes)
- Function names in the context-pure mixin have been changed (#1711)
- `getContextProps()` has been changed to `getRelevantContextKeys()`

Expand Down Expand Up @@ -13157,7 +13157,7 @@ v0.12.4 should have really been v0.13.0 as it breaks compatibility with React 0.

- The Table component is now composable. (#1199)
- JSON objects to create the table and the table component will no longer generate the table for you.
The docs site provides a complete example of how a table might look: http://material-ui.com/#/components/table.
The docs site provides a complete example of how a table might look: https://material-ui.com/#/components/table.
The example also includes a 'super header' and 'super footer' row.
- **Upgrade Path:** Instead of passing in the raw JSON data, you'll need to generate the appropriate
TableHeader/TableRow/TableHeaderColumn components and pass them in as children. The same should be applied
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/blog/2020-q2-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Here are the most significant improvements since March 2020:

- 🚧 Work has started on [the next major version: v5](https://github.com/mui-org/material-ui/issues/20012).<br />
The last 14 months have been spent focusing on improving the library under the v4.x development branch, while not introducing any breaking changes. During this period we have identified several important areas for improvement. While the absence of breaking changes is a significant time-saver for developers, it also limits the scope of the problems that can be solved and the quality of the solutions. We're excited about what comes next!<br /><br />
You can find the documentation for the next version at http://material-ui.com/. The next 6-8 months will see weekly releases as always, following [the roadmap](https://github.com/mui-org/material-ui/issues/20012) and [milestone](https://github.com/mui-org/material-ui/milestone/35).
You can find the documentation for the next version at https://material-ui.com/. The next 6-8 months will see weekly releases as always, following [the roadmap](https://github.com/mui-org/material-ui/issues/20012) and [milestone](https://github.com/mui-org/material-ui/milestone/35).

- 📍 The icons package has been updated with changes made by Google, leading to [200+ new icons](https://material-ui.com/components/material-icons/).

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/components/transitions/transitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ It should respect the following conditions:
- Call the `onExited` callback prop when the exit transition is completed.
These two callbacks allow to unmount the children when in a closed state and fully transitioned.

For more information on creating a custom transition, visit the _react-transition-group_ [`Transition` documentation](http://reactcommunity.org/react-transition-group/transition).
For more information on creating a custom transition, visit the _react-transition-group_ [`Transition` documentation](https://reactcommunity.org/react-transition-group/transition).
You can also visit the dedicated sections of some of the components:

- [Modal](/components/modal/#transitions)
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/accordion/accordion-de.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"square": "If <code>true</code>, rounded corners are disabled.",
"sx": "Die Einstellung, die das Definieren von Überschreibungen, sowie zusätzlichen CSS-Styles erlaubt. Weitere Details finden Sie auf der <a href=\"/system/basics/#the-sx-prop\">`sx` Seite</a>.",
"TransitionComponent": "The component used for the transition. <a href=\"/components/transitions/#transitioncomponent-prop\">Follow this guide</a> to learn more about the requirements for this component.",
"TransitionProps": "Props applied to the transition element. By default, the element is based on this <a href=\"http://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a> component."
"TransitionProps": "Props applied to the transition element. By default, the element is based on this <a href=\"https://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a> component."
},
"classDescriptions": {
"root": {
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/accordion/accordion-es.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"square": "If <code>true</code>, rounded corners are disabled.",
"sx": "The system prop that allows defining system overrides as well as additional CSS styles. See the <a href=\"/system/basics/#the-sx-prop\">`sx` page</a> for more details.",
"TransitionComponent": "The component used for the transition. <a href=\"/components/transitions/#transitioncomponent-prop\">Follow this guide</a> to learn more about the requirements for this component.",
"TransitionProps": "Props applied to the transition element. By default, the element is based on this <a href=\"http://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a> component."
"TransitionProps": "Props applied to the transition element. By default, the element is based on this <a href=\"https://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a> component."
},
"classDescriptions": {
"root": {
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/accordion/accordion-fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"square": "If <code>true</code>, rounded corners are disabled.",
"sx": "The system prop that allows defining system overrides as well as additional CSS styles. See the <a href=\"/system/basics/#the-sx-prop\">`sx` page</a> for more details.",
"TransitionComponent": "The component used for the transition. <a href=\"/components/transitions/#transitioncomponent-prop\">Follow this guide</a> to learn more about the requirements for this component.",
"TransitionProps": "Props applied to the transition element. By default, the element is based on this <a href=\"http://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a> component."
"TransitionProps": "Props applied to the transition element. By default, the element is based on this <a href=\"https://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a> component."
},
"classDescriptions": {
"root": {
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/accordion/accordion-ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"square": "If <code>true</code>, rounded corners are disabled.",
"sx": "The system prop that allows defining system overrides as well as additional CSS styles. See the <a href=\"/system/basics/#the-sx-prop\">`sx` page</a> for more details.",
"TransitionComponent": "トランジションに使用されるコンポーネント。 <a href=\"/components/transitions/#transitioncomponent-prop\">このガイド</a> に従って、このコンポーネントの要件の詳細を確認してください。",
"TransitionProps": "Props applied to the transition element. By default, the element is based on this <a href=\"http://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a> component."
"TransitionProps": "Props applied to the transition element. By default, the element is based on this <a href=\"https://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a> component."
},
"classDescriptions": {
"root": {
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/accordion/accordion-pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"square": "Se <code>true</code>, cantos arredondados são desabilitados.",
"sx": "The system prop that allows defining system overrides as well as additional CSS styles. See the <a href=\"/system/basics/#the-sx-prop\">`sx` page</a> for more details.",
"TransitionComponent": "O componente usado para a transição. <a href=\"/components/transitions/#transitioncomponent-prop\">Siga este guia</a> para saber mais sobre os requisitos para este componente.",
"TransitionProps": "Propriedades aplicadas ao elemento de transição. Por padrão, o elemento é baseado neste componente <a href=\"http://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a>."
"TransitionProps": "Propriedades aplicadas ao elemento de transição. Por padrão, o elemento é baseado neste componente <a href=\"https://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a>."
},
"classDescriptions": {
"root": {
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/accordion/accordion-ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"square": "Если <code>true</code>, скругленные углы отключены.",
"sx": "The system prop that allows defining system overrides as well as additional CSS styles. See the <a href=\"/system/basics/#the-sx-prop\">`sx` page</a> for more details.",
"TransitionComponent": "Компонент, используемый в анимации сворачивания. <a href=\"/components/transitions/#transitioncomponent-prop\">Прочтите это руководство</a>, чтобы узнать больше о требованиях к этому компоненту.",
"TransitionProps": "Свойства, передаваемые в анимируемый компонент. По умолчанию элемент основывается на компоненте <a href=\"http://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a>."
"TransitionProps": "Свойства, передаваемые в анимируемый компонент. По умолчанию элемент основывается на компоненте <a href=\"https://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a>."
},
"classDescriptions": {
"root": {
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/accordion/accordion-zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"square": "If <code>true</code>, rounded corners are disabled.",
"sx": "The system prop that allows defining system overrides as well as additional CSS styles. See the <a href=\"/system/basics/#the-sx-prop\">`sx` page</a> for more details.",
"TransitionComponent": "The component used for the transition. <a href=\"/components/transitions/#transitioncomponent-prop\">Follow this guide</a> to learn more about the requirements for this component.",
"TransitionProps": "Props applied to the transition element. By default, the element is based on this <a href=\"http://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a> component."
"TransitionProps": "Props applied to the transition element. By default, the element is based on this <a href=\"https://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a> component."
},
"classDescriptions": {
"root": {
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/accordion/accordion.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"square": "If <code>true</code>, rounded corners are disabled.",
"sx": "The system prop that allows defining system overrides as well as additional CSS styles. See the <a href=\"/system/the-sx-prop/\">`sx` page</a> for more details.",
"TransitionComponent": "The component used for the transition. <a href=\"/components/transitions/#transitioncomponent-prop\">Follow this guide</a> to learn more about the requirements for this component.",
"TransitionProps": "Props applied to the transition element. By default, the element is based on this <a href=\"http://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a> component."
"TransitionProps": "Props applied to the transition element. By default, the element is based on this <a href=\"https://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a> component."
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/dialog/dialog-de.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sx": "Die Einstellung, die das Definieren von Überschreibungen, sowie zusätzlichen CSS-Styles erlaubt. Weitere Details finden Sie auf der <a href=\"/system/basics/#the-sx-prop\">`sx` Seite</a>.",
"TransitionComponent": "The component used for the transition. <a href=\"/components/transitions/#transitioncomponent-prop\">Follow this guide</a> to learn more about the requirements for this component.",
"transitionDuration": "The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object.",
"TransitionProps": "Props applied to the transition element. By default, the element is based on this <a href=\"http://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a> component."
"TransitionProps": "Props applied to the transition element. By default, the element is based on this <a href=\"https://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a> component."
},
"classDescriptions": {
"root": {
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/dialog/dialog-es.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sx": "The system prop that allows defining system overrides as well as additional CSS styles. See the <a href=\"/system/basics/#the-sx-prop\">`sx` page</a> for more details.",
"TransitionComponent": "The component used for the transition. <a href=\"/components/transitions/#transitioncomponent-prop\">Follow this guide</a> to learn more about the requirements for this component.",
"transitionDuration": "The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object.",
"TransitionProps": "Props applied to the transition element. By default, the element is based on this <a href=\"http://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a> component."
"TransitionProps": "Props applied to the transition element. By default, the element is based on this <a href=\"https://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a> component."
},
"classDescriptions": {
"root": {
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/dialog/dialog-fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sx": "The system prop that allows defining system overrides as well as additional CSS styles. See the <a href=\"/system/basics/#the-sx-prop\">`sx` page</a> for more details.",
"TransitionComponent": "The component used for the transition. <a href=\"/components/transitions/#transitioncomponent-prop\">Follow this guide</a> to learn more about the requirements for this component.",
"transitionDuration": "The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object.",
"TransitionProps": "Props applied to the transition element. By default, the element is based on this <a href=\"http://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a> component."
"TransitionProps": "Props applied to the transition element. By default, the element is based on this <a href=\"https://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a> component."
},
"classDescriptions": {
"root": {
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/dialog/dialog-ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sx": "The system prop that allows defining system overrides as well as additional CSS styles. See the <a href=\"/system/basics/#the-sx-prop\">`sx` page</a> for more details.",
"TransitionComponent": "トランジションに使用されるコンポーネント。 <a href=\"/components/transitions/#transitioncomponent-prop\">このガイド</a> に従って、このコンポーネントの要件の詳細を確認してください。",
"transitionDuration": "The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object.",
"TransitionProps": "Props applied to the transition element. By default, the element is based on this <a href=\"http://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a> component."
"TransitionProps": "Props applied to the transition element. By default, the element is based on this <a href=\"https://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a> component."
},
"classDescriptions": {
"root": {
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/dialog/dialog-pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sx": "The system prop that allows defining system overrides as well as additional CSS styles. See the <a href=\"/system/basics/#the-sx-prop\">`sx` page</a> for more details.",
"TransitionComponent": "O componente usado para a transição. <a href=\"/components/transitions/#transitioncomponent-prop\">Siga este guia</a> para saber mais sobre os requisitos para este componente.",
"transitionDuration": "The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object.",
"TransitionProps": "Propriedades aplicadas ao elemento de transição. Por padrão, o elemento é baseado neste componente <a href=\"http://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a>."
"TransitionProps": "Propriedades aplicadas ao elemento de transição. Por padrão, o elemento é baseado neste componente <a href=\"https://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a>."
},
"classDescriptions": {
"root": {
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/dialog/dialog-ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sx": "The system prop that allows defining system overrides as well as additional CSS styles. See the <a href=\"/system/basics/#the-sx-prop\">`sx` page</a> for more details.",
"TransitionComponent": "Компонент, используемый в анимации сворачивания. <a href=\"/components/transitions/#transitioncomponent-prop\">Прочтите это руководство</a>, чтобы узнать больше о требованиях к этому компоненту.",
"transitionDuration": "The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object.",
"TransitionProps": "Свойства, передаваемые в анимируемый компонент. По умолчанию элемент основывается на компоненте <a href=\"http://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a>."
"TransitionProps": "Свойства, передаваемые в анимируемый компонент. По умолчанию элемент основывается на компоненте <a href=\"https://reactcommunity.org/react-transition-group/transition\"><code>Transition</code></a>."
},
"classDescriptions": {
"root": {
Expand Down
Loading