Skip to content

Commit 7c7ee27

Browse files
author
Josh Sager
committed
Addressed PR feedbac
1 parent b4f3ec0 commit 7c7ee27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
9-
<link href="http://developers.linode.com/openapi.css" rel="stylesheet">
9+
<link href="openapi.css" rel="stylesheet">
1010

1111
<!--
1212
ReDoc doesn't change outer page styles
@@ -19,7 +19,7 @@
1919
</style>
2020
</head>
2121
<body>
22-
<redoc spec-url='http://developers.linode.com/openapi.yaml'></redoc>
22+
<redoc spec-url='openapi.yaml'></redoc>
2323
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
2424
</body>
2525
</html>

0 commit comments

Comments
 (0)