Skip to content

Commit

Permalink
Fix links to be relative
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Jacobs committed Sep 16, 2016
1 parent 60bef72 commit 95ccb4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html>
<head>
<title>markdown-to-jsx: try it live!</title>
<link href='/css/style.css' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:400,400i,700,700i" rel="stylesheet">
<script defer src="/js/bundle.js"></script>
<link href='./css/style.css' rel='stylesheet'>
<link href="//fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:400,400i,700,700i" rel="stylesheet">
<script defer src="./js/bundle.js"></script>
</head>

<body>
Expand Down

0 comments on commit 95ccb4e

Please sign in to comment.