Skip to content

Commit

Permalink
[docs] Change http to https (#16056)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya1906 authored and oliviertassinari committed Jun 5, 2019
1 parent 0dbe46e commit 0af369b
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions CODE_OF_CONDUCT.md
Expand Up @@ -6,7 +6,7 @@ Don't be an arse!

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [https://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
[homepage]: https://contributor-covenant.org
[version]: https://contributor-covenant.org/version/1/4/
4 changes: 2 additions & 2 deletions GOVERNANCE.md
Expand Up @@ -95,6 +95,6 @@ until they step down or removed by a two thirds majority vote by the Core Team.

## Resources

- Governance Models - [http://oss-watch.ac.uk/resources/governancemodels](http://oss-watch.ac.uk/resources/governancemodels)
- Governance Models - [https://oss-watch.ac.uk/resources/governancemodels](https://oss-watch.ac.uk/resources/governancemodels)
- Sustain OSS Report - [https://sustainoss.org/assets/pdf/SustainOSS-west-2017-report.pdf](https://sustainoss.org/assets/pdf/SustainOSS-west-2017-report.pdf)
- Elinor Ostrom's 8 Principles for Managing A Commons - [http://www.onthecommons.org/magazine/elinor-ostroms-8-principles-managing-commmons#sthash.dqF8J3Bs.dpbs](http://www.onthecommons.org/magazine/elinor-ostroms-8-principles-managing-commmons#sthash.dqF8J3Bs.dpbs)
- Elinor Ostrom's 8 Principles for Managing A Commons - [https://www.onthecommons.org/magazine/elinor-ostroms-8-principles-managing-commmons#sthash.dqF8J3Bs.dpbs](https://www.onthecommons.org/magazine/elinor-ostroms-8-principles-managing-commmons#sthash.dqF8J3Bs.dpbs)
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -6,7 +6,7 @@

<div align="center">

[React](http://facebook.github.io/react/) components that implement [Google's Material Design](https://www.google.com/design/spec/material-design/introduction.html).
[React](https://reactjs.org/) components that implement [Google's Material Design](https://www.google.com/design/spec/material-design/introduction.html).

[![npm package](https://img.shields.io/npm/v/@material-ui/core/latest.svg)](https://www.npmjs.com/package/@material-ui/core)
[![npm downloads](https://img.shields.io/npm/dm/@material-ui/core.svg)](https://www.npmjs.com/package/@material-ui/core)
Expand All @@ -19,7 +19,7 @@
[![PeerDependencies](https://david-dm.org/mui-org/material-ui/master/peer-status.svg?path=packages/material-ui)](https://david-dm.org/mui-org/material-ui/master?type=peer&path=packages/material-ui)
[![Dependencies](https://david-dm.org/mui-org/material-ui/master/status.svg?path=packages/material-ui)](https://david-dm.org/mui-org/material-ui/master?path=packages/material-ui)
[![DevDependencies](https://david-dm.org/mui-org/material-ui/master/dev-status.svg?path=packages/material-ui)](https://david-dm.org/mui-org/material-ui/master?type=dev)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/mui-org/material-ui.svg)](http://isitmaintained.com/project/mui-org/material-ui "Average time to resolve an issue")
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/mui-org/material-ui.svg)](https://isitmaintained.com/project/mui-org/material-ui "Average time to resolve an issue")
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/material-ui-docs/localized.svg?cache=v1)](https://translate.material-ui.com/project/material-ui-docs)

</div>
Expand Down Expand Up @@ -106,7 +106,7 @@ Yes, it's really all you need to get started as you can see in this live and int
## Questions

For *how-to* questions and other non-issues,
please use [StackOverflow](http://stackoverflow.com/questions/tagged/material-ui) instead of Github issues.
please use [StackOverflow](https://stackoverflow.com/questions/tagged/material-ui) instead of Github issues.
There is a StackOverflow tag called "material-ui" that you can use to tag your questions.

## Examples
Expand Down
8 changes: 4 additions & 4 deletions docs/src/pages/styles/api/api.md
Expand Up @@ -4,7 +4,7 @@

## `createGenerateClassName([options]) => class name generator`

A function which returns [a class name generator function](http://cssinjs.org/jss-api/#generate-your-class-names).
A function which returns [a class name generator function](https://cssinjs.org/jss-api/#generate-your-class-names).

#### Arguments

Expand Down Expand Up @@ -82,7 +82,7 @@ Use the function signature if you need to have access to the theme. It's provide
- `options.name` (*String* [optional]): The name of the style sheet. Useful for debugging.
If the value isn't provided, it will try to fallback to the name of the component.
- `options.flip` (*Boolean* [optional]): When set to `false`, this sheet will opt-out the `rtl` transformation. When set to `true`, the styles are inversed. When set to `null`, it follows `theme.direction`.
- The other keys are forwarded to the options argument of [jss.createStyleSheet([styles], [options])](http://cssinjs.org/jss-api/#create-style-sheet).
- The other keys are forwarded to the options argument of [jss.createStyleSheet([styles], [options])](https://cssinjs.org/jss-api/#create-style-sheet).

#### Returns

Expand Down Expand Up @@ -170,7 +170,7 @@ Use the function signature if you need to have access to the theme. It's provide
- `options.name` (*String* [optional]): The name of the style sheet. Useful for debugging.
If the value isn't provided, it will try to fallback to the name of the component.
- `options.flip` (*Boolean* [optional]): When set to `false`, this sheet will opt-out the `rtl` transformation. When set to `true`, the styles are inversed. When set to `null`, it follows `theme.direction`.
- The other keys are forwarded to the options argument of [jss.createStyleSheet([styles], [options])](http://cssinjs.org/jss-api/#create-style-sheet).
- The other keys are forwarded to the options argument of [jss.createStyleSheet([styles], [options])](https://cssinjs.org/jss-api/#create-style-sheet).

#### Returns

Expand Down Expand Up @@ -308,7 +308,7 @@ Use the function signature if you need to have access to the theme. It's provide
- `options.name` (*String* [optional]): The name of the style sheet. Useful for debugging.
If the value isn't provided, it will try to fallback to the name of the component.
- `options.flip` (*Boolean* [optional]): When set to `false`, this sheet will opt-out the `rtl` transformation. When set to `true`, the styles are inversed. When set to `null`, it follows `theme.direction`.
- The other keys are forwarded to the options argument of [jss.createStyleSheet([styles], [options])](http://cssinjs.org/jss-api/#create-style-sheet).
- The other keys are forwarded to the options argument of [jss.createStyleSheet([styles], [options])](https://cssinjs.org/jss-api/#create-style-sheet).

#### Returns

Expand Down
2 changes: 1 addition & 1 deletion examples/preact/config/jest/cssTransform.js
@@ -1,7 +1,7 @@
'use strict';

// This is a custom Jest transformer turning style imports into empty objects.
// http://facebook.github.io/jest/docs/en/webpack.html
// https://facebook.github.io/jest/docs/en/webpack.html

module.exports = {
process() {
Expand Down
2 changes: 1 addition & 1 deletion examples/preact/config/jest/fileTransform.js
Expand Up @@ -3,7 +3,7 @@
const path = require('path');

// This is a custom Jest transformer turning file imports into filenames.
// http://facebook.github.io/jest/docs/en/webpack.html
// https://facebook.github.io/jest/docs/en/webpack.html

module.exports = {
process(src, filename) {
Expand Down
2 changes: 1 addition & 1 deletion modules/waterfall/Batcher.js
@@ -1,4 +1,4 @@
// Inspired by http://caolan.github.io/async/docs.html#cargo
// Inspired by https://caolan.github.io/async/docs.html#cargo
// The main difference is that we have a timeout.
class Batcher {
pendingEntries = [];
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-icons/fixtures/game-icons/README.md
@@ -1,7 +1,7 @@
Game Icons Test Fixtures
========================

Source: http://game-icons.net/
Source: https://game-icons.net/
Date: July 7, 2015
License: CC BY 3.0
Extracted from SVG (B/T) set.
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/styles/createTypography.js
Expand Up @@ -36,7 +36,7 @@ export default function createTypography(palette, typography) {
fontFamily,
fontWeight,
fontSize: pxToRem(size),
// Unitless following http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
// Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
lineHeight,
// The letter spacing was designed for the Roboto font-family. Using the same letter-spacing
// across font-families can cause issues with the kerning.
Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Expand Up @@ -182,7 +182,7 @@ class HomePage extends React.Component {
dangerouslySetInnerHTML={{
__html: `
{
"@context": "http://schema.org",
"@context": "https://schema.org",
"@type": "Organization",
"name": "Material-UI",
"url": "https://material-ui.com/",
Expand Down
4 changes: 2 additions & 2 deletions test/README.md
Expand Up @@ -47,7 +47,7 @@ Here is an [example](https://github.com/mui-org/material-ui/blob/master/packages
#### Create HTML coverage reports
`yarn test:coverage:html`

When running this command you should get under `coverage/index.html` a full coverage report in HTML format. This is created using [Istanbul](http://istanbul-js.org)'s HTML reporter and gives good data such as line, branch and function coverage.
When running this command you should get under `coverage/index.html` a full coverage report in HTML format. This is created using [Istanbul](https://istanbul-js.org)'s HTML reporter and gives good data such as line, branch and function coverage.

### DOM API level

Expand Down Expand Up @@ -109,7 +109,7 @@ testUrl: process.env.DOCKER_TEST_URL || 'http://10.200.10.1:3090',

In addition to docker, the visual regression tests depend on either
[ImageMagick](https://www.imagemagick.org/)
or [GraphicsMagick](http://http://www.graphicsmagick.org/) being installed.
or [GraphicsMagick](https://www.graphicsmagick.org/) being installed.

## Writing Tests

Expand Down

0 comments on commit 0af369b

Please sign in to comment.