Skip to content

Commit e3502f3

Browse files
authored
Update foundation and community links to https (#851)
* Update foundation and community links to https * Update links to https://fsharp.org
1 parent 5498973 commit e3502f3

File tree

15 files changed

+82
-82
lines changed

15 files changed

+82
-82
lines changed

_layouts/default.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@
164164
<a href="/guides/slack">F# on Slack</a>
165165
</li>
166166
<li>
167-
<a href="http://community.fsharp.org/user_groups">Join User Groups</a>
167+
<a href="https://community.fsharp.org/user_groups">Join User Groups</a>
168168
</li>
169169
<li>
170-
<a href="http://community.fsharp.org/speakers">F# Speakers Program</a>
170+
<a href="https://community.fsharp.org/speakers">F# Speakers Program</a>
171171
</li>
172172
<li>
173173
<a href="https://twitter.com/search?q=%23fsharp">F# on Twitter</a>
@@ -190,28 +190,28 @@
190190
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Foundation <b class="caret"></b></a>
191191
<ul class="dropdown-menu">
192192
<li>
193-
<a href="http://foundation.fsharp.org">Mission statement</a>
193+
<a href="https://foundation.fsharp.org">Mission statement</a>
194194
</li>
195195
<li>
196-
<a href="http://foundation.fsharp.org/join">Join</a>
196+
<a href="https://foundation.fsharp.org/join">Join</a>
197197
</li>
198198
<li>
199-
<a href="http://foundation.fsharp.org/announcements">Announcements</a>
199+
<a href="https://foundation.fsharp.org/announcements">Announcements</a>
200200
</li>
201201
<li>
202-
<a href="http://foundation.fsharp.org/member_roster">Member Roster</a>
202+
<a href="https://foundation.fsharp.org/member_roster">Member Roster</a>
203203
</li>
204204
<li>
205-
<a href="http://foundation.fsharp.org/code_of_conduct">Code of Conduct</a>
205+
<a href="https://foundation.fsharp.org/code_of_conduct">Code of Conduct</a>
206206
</li>
207207
<li>
208-
<a href="http://foundation.fsharp.org/donate">Donate</a>
208+
<a href="https://foundation.fsharp.org/donate">Donate</a>
209209
</li>
210210
<li>
211-
<a href="http://foundation.fsharp.org/logo">F# Logo</a>
211+
<a href="https://foundation.fsharp.org/logo">F# Logo</a>
212212
</li>
213213
<li>
214-
<a href="http://foundation.fsharp.org/contact">Contact</a>
214+
<a href="https://foundation.fsharp.org/contact">Contact</a>
215215
</li>
216216
</ul>
217217
</li>

css/main.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -556,8 +556,8 @@ a[href^="http://"]:after, a[href^="https://"]:after {
556556
padding-left: 7px;
557557
}
558558
559-
a[href^="http://foundation.fsharp.org"]:after,
560-
a[href^="http://fsharp.org"]:after,
559+
a[href^="https://foundation.fsharp.org"]:after,
560+
a[href^="https://fsharp.org"]:after,
561561
a[href^="https://github.com/fsharp"]:after,
562562
a[href^="https://twitter.com/fsharporg"]:after,
563563
a[href^="http://www.facebook.com/fsharp.org"]:after,

foundation.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<html>
22
<head>
33
<title>The F# Software Foundation</title>
4-
<meta http-equiv="refresh" content="0; url=http://foundation.fsharp.org">
5-
<link rel="canonical" href="http://foundation.fsharp.org" />
4+
<meta http-equiv="refresh" content="0; url=https://foundation.fsharp.org">
5+
<link rel="canonical" href="https://foundation.fsharp.org" />
66
</head>
77
<body>
8-
<p>The F# Software Foundation content has moved to <a href="http://foundation.fsharp.org">http://foundation.fsharp.org</a></p>
8+
<p>The F# Software Foundation content has moved to <a href="https://foundation.fsharp.org">https://foundation.fsharp.org</a></p>
99
</body>
1010
</html>

foundation/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<html>
22
<head>
33
<title>The F# Software Foundation</title>
4-
<meta http-equiv="refresh" content="0; url=http://foundation.fsharp.org">
5-
<link rel="canonical" href="http://foundation.fsharp.org" />
4+
<meta http-equiv="refresh" content="0; url=https://foundation.fsharp.org">
5+
<link rel="canonical" href="https://foundation.fsharp.org" />
66
</head>
77
<body>
8-
<p>The F# Software Foundation content has moved to <a href="http://foundation.fsharp.org">http://foundation.fsharp.org</a></p>
8+
<p>The F# Software Foundation content has moved to <a href="https://foundation.fsharp.org">https://foundation.fsharp.org</a></p>
99
</body>
1010
</html>

foundation/logo.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<html>
22
<head>
33
<title>The F# Software Foundation Logo for F#</title>
4-
<meta http-equiv="refresh" content="0; url=http://foundation.fsharp.org/logo">
5-
<link rel="canonical" href="http://foundation.fsharp.org/logo" />
4+
<meta http-equiv="refresh" content="0; url=https://foundation.fsharp.org/logo">
5+
<link rel="canonical" href="https://foundation.fsharp.org/logo" />
66
</head>
77
<body>
8-
<p>The F# Software Foundation Logo page has moved to <a href="http://foundation.fsharp.org/logo">http://foundation.fsharp.org/logo</a></p>
8+
<p>The F# Software Foundation Logo page has moved to <a href="https://foundation.fsharp.org/logo">https://foundation.fsharp.org/logo</a></p>
99
</body>
1010
</html>

guides/engineering/issues.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Please follow the links below to make a suggestion, report an issue with F# and/
1010

1111
|:------------------|:--------------------|:------------------|
1212
| [F# Language RFC](https://github.com/fsharp/fslang-design/) | [Make suggestion](https://github.com/fsharp/fslang-suggestions) | [Contribute to an RFC](https://github.com/fsharp/fslang-design/) |
13-
| [F# Language Specification](http://fsharp.org/specs/language-spec/) | [Make suggestion](https://github.com/fsharp/fslang-suggestions) | [Report/Fix an issue](http://fsharp.org/specs/language-spec/) |
13+
| [F# Language Specification](https://fsharp.org/specs/language-spec/) | [Make suggestion](https://github.com/fsharp/fslang-suggestions) | [Report/Fix an issue](https://fsharp.org/specs/language-spec/) |
1414
| [F# Compiler and Core Library](https://github.com/dotnet/fsharp) | [Make suggestion](https://github.com/fsharp/fslang-suggestions) | [Report/Fix an issue (general)](https://github.com/dotnet/fsharp/issues) |
1515

1616
### Editing Tools
@@ -23,7 +23,7 @@ Please follow the links below to make a suggestion, report an issue with F# and/
2323

2424
### Other Components and Tools
2525

26-
For other components and tools, please [refer to the relevant project](http://fsharp.org/community/projects). Some specific links are shown below.
26+
For other components and tools, please [refer to the relevant project](https://fsharp.org/community/projects). Some specific links are shown below.
2727

2828
|:------------------|:--------------------|:------------------|
2929
| [.NET Core Runtime](https://dotnet.microsoft.com/) | [Make suggestion](https://github.com/dotnet/coreclr) | [Report/Fix an issue](https://github.com/dotnet/coreclr) |

guides/enterprise/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The benefits of F# for enterprise development are:
5757
* [The F# Way To Relaxation](https://vimeo.com/113594249) (video).
5858
A journey through the modern programming landscape and the F# approach to research, language design, interoperability, tooling and community.
5959
* [White paper: F# in the Enterprise](https://msdn.microsoft.com/en-US/vstudio/gg634701)
60-
* Many of the [F# testimonials](http://fsharp.org/testimonials/) are relevant to enterprise development.
60+
* Many of the [F# testimonials](https://fsharp.org/testimonials/) are relevant to enterprise development.
6161

6262
Many developers have posted on why they like F#:
6363

guides/slack/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ headline: Guide - F# Slack Team
88

99
[Slack](https://slack.com/) is a persistent chat service.
1010

11-
Members of the F# Software Foundation are invited to the [F# Software Foundation](https://fsharp.slack.com/) team. To join, become a member of the F# Software Foundation by [visiting this page](http://foundation.fsharp.org/join). Once you are a member, you will automatically be queued to receive an invite to the Foundation's Slack team.
11+
Members of the F# Software Foundation are invited to the [F# Software Foundation](https://fsharp.slack.com/) team. To join, become a member of the F# Software Foundation by [visiting this page](https://foundation.fsharp.org/join). Once you are a member, you will automatically be queued to receive an invite to the Foundation's Slack team.
1212

1313
### Channels in Slack Team
1414

@@ -24,8 +24,8 @@ Once you sign into the Slack team, there are various channels containing topics
2424
* [#editor_support](https://fsharp.slack.com/messages/editor_support/): Discussion focused on adding IDE support for F#
2525
* [#jobs](https://fsharp.slack.com/messages/jobs/): Job and career related discussions for F# Software Foundation members
2626
* [#dotnetcore](https://fsharp.slack.com/messages/dotnetcore/): Discussion around F# support for .NET Core, as well as porting libraries
27-
* [#speakers](https://fsharp.slack.com/messages/speakers/): Discussion for people who speak about F#, as well as the [F# Software Foundation Speakers' Program](http://community.fsharp.org/speakers_program)
28-
* [#mentorship](https://fsharp.slack.com/messages/mentorship/): Discussion about the [F# Software Foundation Mentorship Program](http://fsharp.org/mentorship/index.html)
27+
* [#speakers](https://fsharp.slack.com/messages/speakers/): Discussion for people who speak about F#, as well as the [F# Software Foundation Speakers' Program](https://community.fsharp.org/speakers_program)
28+
* [#mentorship](https://fsharp.slack.com/messages/mentorship/): Discussion about the [F# Software Foundation Mentorship Program](https://fsharp.org/mentorship/index.html)
2929
* [#user_group_leaders](https://fsharp.slack.com/messages/user_group_leaders/): Discussion for leaders of user groups
3030

3131

history/hopl-final/bib.bib

+1-1
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ @misc{RefIonide
891891

892892
@misc{RefCommunityFSharp, title = {Community for F{\#} Heroes}, author = {Ryan Riley}, year = 2019, url = {https://web.archive.org/web/20191225110926/https://c4fsharp{.NET}/\#heroes} }
893893

894-
@misc{RefMeetupds, title = {F{\#} User Groups and Meetups}, author = {Ryan Riley}, year = 2019, url = {https://web.archive.org/web/20191225110926/http://community.fsharp.org/user_groups} }
894+
@misc{RefMeetupds, title = {F{\#} User Groups and Meetups}, author = {Ryan Riley}, year = 2019, url = {https://web.archive.org/web/20191225110926/https://community.fsharp.org/user_groups} }
895895

896896
@misc{RefFunAndProfit, title = {F{\#} for Fun and Profit}, author = {Scott Wlaschin}, year = 2019, url = {https://web.archive.org/web/20191221145120/https://fsharpforfunandprofit.com/} }
897897

index.html

+13-13
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<a href="/mentorship/">F# Mentorship program</a>
6969
</li>
7070
<li>
71-
<a href="http://community.fsharp.org/speakers">F# Speakers Program</a>
71+
<a href="https://community.fsharp.org/speakers">F# Speakers Program</a>
7272
</li>
7373
<li>
7474
<a href="/teaching/">Teaching F#</a>
@@ -166,7 +166,7 @@
166166
<a href="/guides/slack">F# on Slack</a>
167167
</li>
168168
<li>
169-
<a href="http://community.fsharp.org/user_groups">Join User Groups</a>
169+
<a href="https://community.fsharp.org/user_groups">Join User Groups</a>
170170
</li>
171171
<li>
172172
<a href="https://twitter.com/search?q=%23fsharp">F# on Twitter</a>
@@ -189,28 +189,28 @@
189189
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Foundation <b class="caret"></b></a>
190190
<ul class="dropdown-menu">
191191
<li>
192-
<a href="http://foundation.fsharp.org">Mission statement</a>
192+
<a href="https://foundation.fsharp.org">Mission statement</a>
193193
</li>
194194
<li>
195-
<a href="http://foundation.fsharp.org/join">Join</a>
195+
<a href="https://foundation.fsharp.org/join">Join</a>
196196
</li>
197197
<li>
198-
<a href="http://foundation.fsharp.org/announcements">Announcements</a>
198+
<a href="https://foundation.fsharp.org/announcements">Announcements</a>
199199
</li>
200200
<li>
201-
<a href="http://foundation.fsharp.org/member_roster">Member Roster</a>
201+
<a href="https://foundation.fsharp.org/member_roster">Member Roster</a>
202202
</li>
203203
<li>
204-
<a href="http://foundation.fsharp.org/code_of_conduct">Code of Conduct</a>
204+
<a href="https://foundation.fsharp.org/code_of_conduct">Code of Conduct</a>
205205
</li>
206206
<li>
207-
<a href="http://foundation.fsharp.org/donate">Donate</a>
207+
<a href="https://foundation.fsharp.org/donate">Donate</a>
208208
</li>
209209
<li>
210-
<a href="http://foundation.fsharp.org/logo">F# Logo</a>
210+
<a href="https://foundation.fsharp.org/logo">F# Logo</a>
211211
</li>
212212
<li>
213-
<a href="http://foundation.fsharp.org/contact">Contact</a>
213+
<a href="https://foundation.fsharp.org/contact">Contact</a>
214214
</li>
215215
</ul>
216216
</li>
@@ -391,10 +391,10 @@ <h3><span class="glyphicon glyphicon-pencil"></span> Learn</h3>
391391
<div class="col-md-6">
392392
<h3><span class="glyphicon glyphicon-user"></span> Community</h3>
393393
<ul>
394-
<li>Join <a href="http://foundation.fsharp.org/join" onclick="_gaq.push(['_trackEvent', 'home-community', 'clicked', 'join'])">the F# Software Foundation</a></li>
394+
<li>Join <a href="https://foundation.fsharp.org/join" onclick="_gaq.push(['_trackEvent', 'home-community', 'clicked', 'join'])">the F# Software Foundation</a></li>
395395
<li>Visit <a href="https://forums.fsharp.org" onclick="_gaq.push(['_trackEvent', 'home-community', 'clicked', 'forums'])">the F# Forums</a></li>
396396
<li>Ask questions on <a href="http://stackoverflow.com/questions/tagged/f%23" target="_blank" onclick="_gaq.push(['_trackEvent', 'home-community', 'clicked', 'stackoverflow'])">StackOverflow</a></li>
397-
<li>Attend and join <a href="http://community.fsharp.org/user_groups" target="_blank" onclick="_gaq.push(['_trackEvent', 'home-community', 'clicked', 'meetups'])">F# meetups</a></li>
397+
<li>Attend and join <a href="https://community.fsharp.org/user_groups" target="_blank" onclick="_gaq.push(['_trackEvent', 'home-community', 'clicked', 'meetups'])">F# meetups</a></li>
398398
<li>Contribute to <a href="/community/projects/" onclick="_gaq.push(['_trackEvent', 'home-community', 'clicked', 'contribute'])">F# projects</a></li>
399399
</ul>
400400
</div>
@@ -473,7 +473,7 @@ <h2 class="text-center section-header">
473473

474474
<section class="home-section" style="border-bottom: none;">
475475
<div id="supporter-container" style="display:none;" class="container featured">
476-
<h2 class="text-center section-header"><a href="http://foundation.fsharp.org/sponsor_membership" target="_blank">Sponsor Members</a></h2>
476+
<h2 class="text-center section-header"><a href="https://foundation.fsharp.org/sponsor_membership" target="_blank">Sponsor Members</a></h2>
477477
<div id="sponsors-carousel" class="carousel slide wow animated" data-ride="carousel">
478478
<div class="carousel-inner">
479479
<div class="item active">

mentorship/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ The program is free-of-charge. The mentors are volunteering their time to benefi
1717

1818
This program is useful for developers of all levels, with or without F# experience. The F# mentorship program connects you to an experienced F# developer who can help you improve your F# programming skills and best practices for developing in F#.
1919

20-
You must be a member of the FSSF to participate in the program. Membership is free - see http://foundation.fsharp.org/membership.
20+
You must be a member of the FSSF to participate in the program. Membership is free - see https://foundation.fsharp.org/membership.
2121

2222
## How does it work?
2323

2424
Mentors and mentees meet for approximately 60-90 minutes per week for 6-8 weeks. Because mentors and mentees are not typically in the same geographic location, or even the same time zone, most mentoring sessions are remote. Skype, VS Live Share (for VS Code or Visual Studio), and Slack are excellent resources for mentoring sessions.
2525

2626
## Membership in the F# Software Foundation Required
2727

28-
You must be a member of the F# Software Foundation (FSSF) to apply. Membership is free - see [the membership page](http://foundation.fsharp.org/membership) for details.
28+
You must be a member of the F# Software Foundation (FSSF) to apply. Membership is free - see [the membership page](https://foundation.fsharp.org/membership) for details.
2929

3030
## Participation/Registration
3131

mentorship/register.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Applications for the 2020 Fall mentorship round (#9) are now open. Both prospect
1414

1515
## Membership in the F# Software Foundation Required
1616

17-
You must be a member of the F# Software Foundation (FSSF) to apply. Membership is free - see [the membership page](http://foundation.fsharp.org/membership) for details.
17+
You must be a member of the F# Software Foundation (FSSF) to apply. Membership is free - see [the membership page](https://foundation.fsharp.org/membership) for details.
1818

1919
## Imposter Syndrome Disclaimer (for prospective mentors)
2020

0 commit comments

Comments
 (0)