Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Switched to use of https:// where possible
  • Loading branch information
sman591 committed Jun 23, 2015
commit b121e2d78deace233615ead59e8793bb61772d22
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coderit.github.io
=================

The official website of [codeRIT](http://coderit.org).
The official website of [codeRIT](https://coderit.org).
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ highliter: pygments

# Setup
title: codeRIT
url: http://coderit.org
url: https://coderit.org
description: codeRIT represents a coalition of RIT students with a mission to represent the RIT hackathon community on a national level. It focuses its attention towards increasing its relationship with other collegiate technical communities, teaching software development and entrepreneurial skills to its members, and uniting a fragmented collection of groups amongst GCCIS as one RIT group.

committees:
Expand Down
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta property="og:image" content="/assets/images/coderit_logo2.png" />
<meta property="og:url" content="http:coderit.org" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:url" content="http://coderit.org" />
<meta name="twitter:url" content="https://coderit.org" />
<meta name="twitter:title" content="codeRIT" />
<meta name="twitter:description" content="{{site.description}}" />
<title>codeRIT</title>
Expand Down