Skip to content

Commit 1a72bff

Browse files
committed
fixed example links;
1 parent 83ac677 commit 1a72bff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/app/components/Body.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default class Head extends React.Component
2323
<li>Total tests coverage</li>
2424
<li>Scrollbars nesting</li>
2525
</ul>
26-
<p><a href="https://github.com/xobotyi/react-scrollbars-custom/tree/master/docs">Docs on GitHub</a> | <a href="/#benchmark" target="_blank">Benchmark</a></p>
26+
<p><a href="https://github.com/xobotyi/react-scrollbars-custom/tree/master/docs">Docs on GitHub</a> | <a href="./#benchmark" target="_blank">Benchmark</a></p>
2727
</div>
2828

2929
<h2>Examples</h2>

examples/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<meta charset="UTF-8">
44
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
55
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
6-
<link rel="stylesheet" href="/static/style.css" />
6+
<link rel="stylesheet" href="./static/style.css" />
77
<title>react-scrollbars-custom</title>
88

99
<div id="AppRoot"></div>
1010

11-
<script src="/static/bundle.js"></script>
11+
<script src="./static/bundle.js"></script>
1212
</html>

0 commit comments

Comments
 (0)