We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4574b commit 46ae4a0Copy full SHA for 46ae4a0
demo/src/App.js
@@ -245,7 +245,7 @@ class App extends Component {
245
<h2 className="title">React D3 Tree</h2>
246
<h3 className="title">v{version}</h3>
247
<h3 className="title">
248
- <a href="https://bkrem.github.io/react-d3-tree/docs">📖 API Docs (v2)</a>
+ <a href="/react-d3-tree/docs">📖 API Docs (v2)</a>
249
</h3>
250
<h4 className="prop">Examples</h4>
251
<div style={{ marginBottom: '5px' }}>
0 commit comments