Skip to content

Commit ce42e39

Browse files
committed
Change a few more links to https.
1 parent 7e8c298 commit ce42e39

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Jekyll theme by Rick Kim, https://github.com/y7kim/agency-jekyll-theme
22

33
Apache License
44
Version 2.0, January 2004
5-
http://www.apache.org/licenses/
5+
https://www.apache.org/licenses/
66

77
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
88

@@ -194,7 +194,7 @@ Apache License
194194
you may not use this file except in compliance with the License.
195195
You may obtain a copy of the License at
196196

197-
http://www.apache.org/licenses/LICENSE-2.0
197+
https://www.apache.org/licenses/LICENSE-2.0
198198

199199
Unless required by applicable law or agreed to in writing, software
200200
distributed under the License is distributed on an "AS IS" BASIS,

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Everything you need to set up your own Mozilla Study Group website for organizin
4141
- follow the instructions in the file on how to edit it;
4242
- when you're done, press the green 'Commit Changes' button at the bottom of the page.
4343

44-
That's it, you're done! You can see your new website at `http://yourUserName.github.io/studyGroup/`, where `yourUserName` is the user name you signed up for GitHub with. If this is your first time making a webpage on GitHub, it might take 30 minutes for things to percolate through their computers - don't worry, it's all good, check back later and your website should be up and running.
44+
That's it, you're done! You can see your new website at `https://yourUserName.github.io/studyGroup/`, where `yourUserName` is the user name you signed up for GitHub with. If this is your first time making a webpage on GitHub, it might take 30 minutes for things to percolate through their computers - don't worry, it's all good, check back later and your website should be up and running.
4545

4646
## How to Launch a New Event
4747

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: "A study group."
1111
#Step 3: press the green 'Commit Changes' button at the bottom of this page.
1212

1313
# That's it, your website is all set up!
14-
# You can see it at http://YourUserName.github.io/studyGroup/
14+
# You can see it at https://YourUserName.github.io/studyGroup/
1515
# No need to change anything below this line.
1616
# To make your first event, check out the instructions at https://github.com/mozillascience/studyGroup#how-to-launch-a-new-event
1717
# Having trouble? Open a new issue at https://github.com/mozillascience/studyGroup/issues and we'll help you out ASAP!

_includes/head.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="canonical" href="https://{{ site.user }}.github.io/studyGroup/{{ page.url | replace:'index.html','' }}">
88

99

10-
<!-- Custom CSS & Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
10+
<!-- Custom CSS & Bootstrap Core CSS - Uses Bootswatch Flatly Theme: https://bootswatch.com/flatly/ -->
1111
<link rel="stylesheet" href="https://{{ site.user }}.github.io/studyGroup/style.css">
1212

1313
<!-- Custom Fonts -->

0 commit comments

Comments
 (0)