Skip to content

Commit c30ed51

Browse files
authored
feat(chore): https links
Changes all http:// links to https:// in comment headers
1 parent ec04b4f commit c30ed51

Some content is hidden

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

77 files changed

+153
-153
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ $ npm install fomantic-ui@nightly
4747

4848
Fomantic includes an interactive installer to help setup your project.
4949

50-
* For more details on setup visit our [getting started guide](http://fomantic-ui.com/introduction/getting-started.html).
51-
* To learn more about theming please read our [theming guide](http://fomantic-ui.com/usage/theming.html)
50+
* For more details on setup visit our [getting started guide](https://fomantic-ui.com/introduction/getting-started.html).
51+
* To learn more about theming please read our [theming guide](https://fomantic-ui.com/usage/theming.html)
5252

5353
### 💻 Browser Support
5454

src/definitions/behaviors/api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
22
* # Fomantic-UI - API
3-
* http://github.com/fomantic/Fomantic-UI/
3+
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*
66
* Released under the MIT license
7-
* http://opensource.org/licenses/MIT
7+
* https://opensource.org/licenses/MIT
88
*
99
*/
1010

src/definitions/behaviors/form.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
22
* # Fomantic-UI - Form Validation
3-
* http://github.com/fomantic/Fomantic-UI/
3+
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*
66
* Released under the MIT license
7-
* http://opensource.org/licenses/MIT
7+
* https://opensource.org/licenses/MIT
88
*
99
*/
1010

src/definitions/behaviors/state.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
22
* # Fomantic-UI - State
3-
* http://github.com/fomantic/Fomantic-UI/
3+
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*
66
* Released under the MIT license
7-
* http://opensource.org/licenses/MIT
7+
* https://opensource.org/licenses/MIT
88
*
99
*/
1010

src/definitions/behaviors/visibility.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
22
* # Fomantic-UI - Visibility
3-
* http://github.com/fomantic/Fomantic-UI/
3+
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*
66
* Released under the MIT license
7-
* http://opensource.org/licenses/MIT
7+
* https://opensource.org/licenses/MIT
88
*
99
*/
1010

src/definitions/collections/breadcrumb.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
22
* # Fomantic-UI - Breadcrumb
3-
* http://github.com/fomantic/Fomantic-UI/
3+
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*
66
* Released under the MIT license
7-
* http://opensource.org/licenses/MIT
7+
* https://opensource.org/licenses/MIT
88
*
99
*/
1010

src/definitions/collections/form.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
22
* # Fomantic-UI - Form
3-
* http://github.com/fomantic/Fomantic-UI/
3+
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*
66
* Released under the MIT license
7-
* http://opensource.org/licenses/MIT
7+
* https://opensource.org/licenses/MIT
88
*
99
*/
1010

src/definitions/collections/grid.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
22
* # Fomantic-UI - Grid
3-
* http://github.com/fomantic/Fomantic-UI/
3+
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*
66
* Released under the MIT license
7-
* http://opensource.org/licenses/MIT
7+
* https://opensource.org/licenses/MIT
88
*
99
*/
1010

src/definitions/collections/menu.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
* # Fomantic - Menu
3-
* http://github.com/fomantic/Fomantic-UI/
3+
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*
66
* Copyright 2015 Contributor
77
* Released under the MIT license
8-
* http://opensource.org/licenses/MIT
8+
* https://opensource.org/licenses/MIT
99
*
1010
*/
1111

src/definitions/collections/message.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
22
* # Fomantic-UI - Message
3-
* http://github.com/fomantic/Fomantic-UI/
3+
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*
66
* Released under the MIT license
7-
* http://opensource.org/licenses/MIT
7+
* https://opensource.org/licenses/MIT
88
*
99
*/
1010

0 commit comments

Comments
 (0)