Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from thomaschaaf/patch-1
Browse files Browse the repository at this point in the history
Remove http:// link to make https compliant.
  • Loading branch information
rottmann committed Aug 16, 2013
2 parents 9fa9ff4 + 0d83fae commit 326f787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>apiDoc</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="http://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:400,600,700" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:400,600,700" rel="stylesheet" type="text/css">
<link href="vendor/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="vendor/prettify.css" rel="stylesheet" media="screen">
<link href="css/style.css" rel="stylesheet" media="screen">
Expand Down Expand Up @@ -464,4 +464,4 @@ <h2><del>{{__ compare.key}}</del></h2>

<script data-main="main.js" src="vendor/require-jquery.min.js"></script>
</body>
</html>
</html>

0 comments on commit 326f787

Please sign in to comment.