Skip to content
This repository was archived by the owner on Nov 22, 2019. It is now read-only.

Commit 4f72d23

Browse files
committed
Change http scheme to https
Because using dependencies via https works in the file://, http:// and https:// schemes we have changed all dependencies to use https instead of http. This fixes phpDocumentor/phpDocumentor#1163
1 parent 5cc453d commit 4f72d23

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

css/template.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@import url(bootstrap-responsive.css);
33
@import url(prettify.css);
44
@import url(jquery.iviewer.css);
5-
@import url(http://fonts.googleapis.com/css?family=Forum);
5+
@import url(https://fonts.googleapis.com/css?family=Forum);
66

77
body
88
{

graph.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="description" content="">
1010

1111
<!--[if lt IE 9]>
12-
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
12+
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
1313
<![endif]-->
1414

1515
<link href="css/template.css" rel="stylesheet" media="all">
@@ -104,7 +104,7 @@ <h1>
104104
</div>
105105
</div>
106106

107-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
107+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
108108
<script src="js/bootstrap.js" type="text/javascript"></script>
109109
<script>
110110
$(".element a.more").hide();

layout.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<meta name="description" content="" />
164164

165165
<!--[if lt IE 9]>
166-
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
166+
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
167167
<![endif]-->
168168

169169
<link href="{$root}css/template.css" rel="stylesheet" media="all" />

0 commit comments

Comments
 (0)