Skip to content

Commit 3335533

Browse files
authored
Update index.html
Made explicit HTTPS calls
1 parent e87c4bb commit 3335533

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

index.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -70,25 +70,25 @@ <h1>Recently updated <a href="https://github.com/twitter/repositories">View All
7070

7171
// Put custom repo URL's in this object, keyed by repo name.
7272
var repoUrls = {
73-
"twemoji": "http://twitter.github.io/twemoji/",
74-
"finagle": "http://twitter.github.io/finagle/",
75-
"hogan.js": "http://twitter.github.io/hogan.js/",
76-
"heron": "http://heronstreaming.io/",
77-
"distributedlog": "http://distributedlog.io/",
78-
"labella.js": "http://twitter.github.io/labella.js/",
79-
"pants": "http://pantsbuild.github.io/",
80-
"scala_school": "http://twitter.github.io/scala_school/",
73+
"twemoji": "https://twitter.github.io/twemoji/",
74+
"finagle": "https://twitter.github.io/finagle/",
75+
"hogan.js": "https://twitter.github.io/hogan.js/",
76+
"heron": "https://twitter.github.io/heron/",
77+
"distributedlog": "https://bookkeeper.apache.org/distributedlog/",
78+
"labella.js": "https://twitter.github.io/labella.js/",
79+
"pants": "https://pantsbuild.github.io/",
80+
"scala_school": "https://twitter.github.io/scala_school/",
8181
"finatra": "https://twitter.github.io/finatra/",
82-
"twitter-server": "http://twitter.github.io/twitter-server/",
83-
"twisitor": "http://twitter.github.io/twisitor/",
84-
"scrooge": "http://twitter.github.io/scrooge/",
85-
"util": "http://twitter.github.io/util/",
86-
"commons": "http://twitter.github.io/commons/",
87-
"typeahead.js": "http://twitter.github.io/typeahead.js/",
88-
"plumage.js": "http://twitter.github.io/plumage.js/",
89-
"recess": "http://twitter.github.io/recess/",
90-
"iago": "http://twitter.github.io/iago/",
91-
"ospriet": "http://twitter.github.io/ospriet/"
82+
"twitter-server": "https://twitter.github.io/twitter-server/",
83+
"twisitor": "https://twitter.github.io/twisitor/",
84+
"scrooge": "https://twitter.github.io/scrooge/",
85+
"util": "https://twitter.github.io/util/",
86+
"commons": "https://twitter.github.io/commons/",
87+
"typeahead.js": "https://twitter.github.io/typeahead.js/",
88+
"plumage.js": "https://twitter.github.io/plumage.js/",
89+
"recess": "https://twitter.github.io/recess/",
90+
"iago": "https://twitter.github.io/iago/",
91+
"ospriet": "https://twitter.github.io/ospriet/"
9292
};
9393

9494
function repoUrl(repo) {

0 commit comments

Comments
 (0)