Skip to content

Commit 2fb204b

Browse files
committed
docs(readme): updates API docs references to v3
1 parent e4ceda1 commit 2fb204b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626

2727
<p align="center">
2828
<h3 align="center"><a href="https://bkrem.github.io/react-d3-tree">👾 Playground</a></h3>
29-
<h3 align="center"><a href="https://bkrem.github.io/react-d3-tree/docs">📖 API Documentation (v2)</a></h3>
29+
<h3 align="center"><a href="https://bkrem.github.io/react-d3-tree/docs">📖 API Documentation (v3)</a></h3>
3030
</p>
3131

3232
React D3 Tree is a [React](http://facebook.github.io/react/) component that lets you represent hierarchical data (e.g. family trees, org charts, file directories) as an interactive tree graph with minimal setup, by leveraging [D3](https://d3js.org/)'s `tree` layout.
3333

34-
> **Want to see what's changed in v2? Check out the [v2 release notes](https://github.com/bkrem/react-d3-tree/releases/tag/v2.0.0).**
34+
> **Upgrading from v1? Check out the [v2 release notes](https://github.com/bkrem/react-d3-tree/releases/tag/v2.0.0).**
3535
36-
> **Looking for v1? Click [here](https://github.com/bkrem/react-d3-tree/tree/v1).**
36+
> **[Legacy v1 docs](https://github.com/bkrem/react-d3-tree/tree/v1)**
3737
3838
## Contents <!-- omit in toc -->
3939
- [Installation](#installation)

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
<span role="img" aria-label="open book emoji">
246246
📖
247247
</span>{' '}
248-
API Docs (v2)
248+
API Docs (v3)
249249
</a>
250250
</h3>
251251
<h4 className="prop">Examples</h4>

0 commit comments

Comments
 (0)