Skip to content

Commit b0bfe95

Browse files
committed
Fix alpha link
1 parent de51bc0 commit b0bfe95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ class App extends React.Component<{}, AppState> {
270270
you can inspect the React state and see it updated as changes happen.
271271
</p>
272272
<p>
273-
Check out the <a href='https://gojs.net/alpha/intro/react.html' target='_blank' rel='noopener noreferrer'>Intro page on using GoJS with React</a> for more information.
273+
Check out the <a href='https://gojs.net/latest/intro/react.html' target='_blank' rel='noopener noreferrer'>Intro page on using GoJS with React</a> for more information.
274274
</p>
275275
<DiagramWrapper
276276
nodeDataArray={this.state.nodeDataArray}

0 commit comments

Comments
 (0)