Skip to content

Commit a46305a

Browse files
committed
update all of our URLs to https
1 parent 80e2b4d commit a46305a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/views/donations/confirm_creation.html.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ section class="main container"
2929

3030
p
3131
| Go back to the
32-
a href="http://railsgirlssummerofcode.org/campaign" campaign page
32+
a href="https://railsgirlssummerofcode.org/campaign" campaign page
3333

3434

3535

app/views/layouts/application.html.slim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ html
1111
div class="header-container"
1212
header class="wrapper clearfix"
1313
h1 class="logo-nav"
14-
a.ir href="http://railsgirlssummerofcode.org" Rails Girls Summer of Code
14+
a.ir href="https://railsgirlssummerofcode.org" Rails Girls Summer of Code
1515

1616
= yield
1717

@@ -20,7 +20,7 @@ html
2020
p
2121
' © Rails Girls Summer of Code
2222
' 2013–2018 — managed by
23-
a href="http://foundation.travis-ci.org" Travis Foundation
23+
a href="https://foundation.travis-ci.org" Travis Foundation
2424
' |
2525
a href="https://railsgirlssummerofcode.org/about/code-of-conduct/" Code of Conduct
2626
' |

app/views/static/index.html.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ section class="main container"
33
article class="content"
44
h1 Help us Fund Rails Girls Summer of Code!
55
p
6-
| Rails Girls Summer of Code offers three-month, full-time scholarships to women and non-binary people. The last editions of RGSoC have been a raging success. This year we will make it happen again with your help. <a href="http://railsgirlssummerofcode.org/campaign/">Donate here!</a>
6+
| Rails Girls Summer of Code offers three-month, full-time scholarships to women and non-binary people. The last editions of RGSoC have been a raging success. This year we will make it happen again with your help. <a href="https://railsgirlssummerofcode.org/campaign/">Donate here</a>!

0 commit comments

Comments
 (0)