Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Oct 11, 2019. It is now read-only.

Commit 6b214af

Browse filesBrowse files
committed
Fix layout when loading over HTTPS.
1 parent 8f768dc commit 6b214af
Copy full SHA for 6b214af

File tree

Expand file treeCollapse file tree

4 files changed

+12
-12
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+12
-12
lines changed

‎_includes/nav.html

Copy file name to clipboardExpand all lines: _includes/nav.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ <h1 class="page-title"><a href="index.html">Auctions API</a></h1>
22
<p class="intro">Build your own tools using our API to access GSA Auctions listings</p>
33
<nav>
44
<ul>
5-
<li><a href="http://gsa.github.io/auctions_api/" class="overview">Overview</a></li>
5+
<li><a href="https://gsa.github.io/auctions_api/" class="overview">Overview</a></li>
66
<li><a href="basics" class="basics">API basics</a></li>
77
<li><a href="fields" class="fields">Field reference</a></li>
88
<li><a href="key" class="fields">API Key</a></li>

‎_layouts/data_access.html

Copy file name to clipboardExpand all lines: _layouts/data_access.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<meta charset="utf-8">
77
<meta http-equiv="X-UA-Compatible" content="chrome=1">
88
<title>SAM API documentation - GSA</title>
9-
<link rel="stylesheet" href="http://gsa.github.io/auctions_api/static/css/normalize.css">
10-
<link rel="stylesheet" href="http://gsa.github.io/auctions_api/static/css/style.css">
9+
<link rel="stylesheet" href="https://gsa.github.io/auctions_api/static/css/normalize.css">
10+
<link rel="stylesheet" href="https://gsa.github.io/auctions_api/static/css/style.css">
1111
<meta name="viewport" content="width=device-width, initial-scale=1">
1212
<!--[if lt IE 9]>
1313
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1414
<![endif]-->
1515

1616
<!--[if IE]>
17-
<link rel="stylesheet" href="http://gsa.github.io/auctions_api/static/css/for-ie-only.css">
17+
<link rel="stylesheet" href="https://gsa.github.io/auctions_api/static/css/for-ie-only.css">
1818
<![endif]-->
1919
</head>
2020
<body>
@@ -41,7 +41,7 @@
4141
{% include footer.html %}
4242
</div>
4343
</footer>
44-
<script src="http://gsa.github.io/auctions_api/static/js/docs.min.js"></script>
45-
<script type="text/javascript" src="http://gsa.github.io/auctions_api/static/js/expandables.js"></script>
44+
<script src="https://gsa.github.io/auctions_api/static/js/docs.min.js"></script>
45+
<script type="text/javascript" src="https://gsa.github.io/auctions_api/static/js/expandables.js"></script>
4646
</body>
4747
</html>

‎_layouts/default.html

Copy file name to clipboardExpand all lines: _layouts/default.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<meta charset="utf-8">
77
<meta http-equiv="X-UA-Compatible" content="chrome=1">
88
<title>Auctions API documentation - GSA</title>
9-
<link rel="stylesheet" href="http://gsa.github.io/auctions_api/static/css/normalize.css">
10-
<link rel="stylesheet" href="http://gsa.github.io/auctions_api/static/css/style.css">
9+
<link rel="stylesheet" href="https://gsa.github.io/auctions_api/static/css/normalize.css">
10+
<link rel="stylesheet" href="https://gsa.github.io/auctions_api/static/css/style.css">
1111
<meta name="viewport" content="width=device-width, initial-scale=1">
1212
<!--[if lt IE 9]>
1313
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1414
<![endif]-->
1515

1616
<!--[if IE]>
17-
<link rel="stylesheet" href="http://gsa.github.io/auctions_api/static/css/for-ie-only.css">
17+
<link rel="stylesheet" href="https://gsa.github.io/auctions_api/static/css/for-ie-only.css">
1818
<![endif]-->
1919
</head>
2020
<body>
@@ -41,8 +41,8 @@
4141
{% include footer.html %}
4242
</div>
4343
</footer>
44-
<script src="http://gsa.github.io/auctions_api/static/js/docs.min.js"></script>
45-
<script type="text/javascript" src="http://gsa.github.io/auctions_api/static/js/expandables.js"></script>
44+
<script src="https://gsa.github.io/auctions_api/static/js/docs.min.js"></script>
45+
<script type="text/javascript" src="https://gsa.github.io/auctions_api/static/js/expandables.js"></script>
4646
{% if page.script %}
4747
<script type="text/javascript">
4848
{{ page.script }}

‎static/api_docs/api_docs.json

Copy file name to clipboardExpand all lines: static/api_docs/api_docs.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"apiVersion": "1.0.0",
33
"swaggerVersion": "1.2",
4-
"basePath": "http://gsa.github.io/sam_api/static/api_docs",
4+
"basePath": "https://gsa.github.io/sam_api/static/api_docs",
55
"apis": [
66
{
77
"path": "/sam_swagger.json",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.