Relative css and js for docs

old
Javi Velasco 2016-11-01 16:42:51 +01:00
parent be37dcd52d
commit d72218364a
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
<link rel="canonical" href="http://www.react-toolbox.com/">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<link rel="stylesheet" href="/docs.css">
<link rel="stylesheet" href="docs.css">
</head>
<body>
@ -44,6 +44,6 @@
</script>
<div id="app"></div>
<script src="/docs.js"></script>
<script src="docs.js"></script>
</body>
</html>