Skip to content

Commit 790c1aa

Browse files
docs: fix repo link and project name (#453)
1 parent c2f9957 commit 790c1aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ By providing a complete solution for these challenges, TanStack Form empowers de
2323

2424
In the example below, you can see TanStack Form in action with the React framework adapter:
2525

26-
[Open in CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-form/tree/main/examples/react/simple)
26+
[Open in CodeSandbox](https://codesandbox.io/s/github/tanstack/form/tree/main/examples/react/simple)
2727

2828
```tsx
2929
import React from 'react'
@@ -139,4 +139,4 @@ ReactDOM.createRoot(rootElement).render(<App />)
139139

140140
## You talked me into it, so what now?
141141

142-
- Learn React Form at your own pace with our thorough [Walkthrough Guide](../installation) and [API Reference](../reference/FormApi)
142+
- Learn TanStack Form at your own pace with our thorough [Walkthrough Guide](../installation) and [API Reference](../reference/FormApi)

0 commit comments

Comments
 (0)