Skip to content

Commit 46ae4a0

Browse files
committed
fix(demo): ensure API docs link is relative
1 parent 4f4574b commit 46ae4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ class App extends Component {
245245
<h2 className="title">React D3 Tree</h2>
246246
<h3 className="title">v{version}</h3>
247247
<h3 className="title">
248-
<a href="https://bkrem.github.io/react-d3-tree/docs">📖 API Docs (v2)</a>
248+
<a href="/react-d3-tree/docs">📖 API Docs (v2)</a>
249249
</h3>
250250
<h4 className="prop">Examples</h4>
251251
<div style={{ marginBottom: '5px' }}>

0 commit comments

Comments
 (0)