Skip to content

Commit 19a92cf

Browse files
authored
fix: update broken links in documents (#141)
I'm delighted to be able to contribute to such a great project. Thank you. ### Changes Releated issue: #140 Resolves the issue where some links in the [TanStack Devtools documentation](https://tanstack.com/devtools/latest/docs/overview) were broken. Testing for the updated link was conducted by referring to the README at tanstack.com below. - https://github.com/TanStack/tanstack.com/blob/main/README.md
1 parent 8283cfb commit 19a92cf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/framework/react/basic-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ createRoot(document.getElementById('root')!).render(
7474
)
7575
```
7676

77-
Finally add any additional configuration you desire to the `TanStackDevtools` component, more information can be found under the [TanStack Devtools Configuration](../../configuration.md) section.
77+
Finally add any additional configuration you desire to the `TanStackDevtools` component, more information can be found under the [TanStack Devtools Configuration](../../../configuration.md) section.
7878

7979
A complete working example can be found in our [basic example](https://tanstack.com/devtools/latest/docs/framework/react/examples/basic).

docs/framework/react/guides/custom-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export function DevtoolPanel() {
134134

135135
## Application Integration
136136

137-
This step follows what's shown in [basic-setup](../basic-setup.md) for a more documented guide go check it out. As well as the complete [custom-devtools example](https://tanstack.com/devtools/latest/docs/framework/react/examples/custom-devtools) in our examples section.
137+
This step follows what's shown in [basic-setup](../../basic-setup.md) for a more documented guide go check it out. As well as the complete [custom-devtools example](https://tanstack.com/devtools/latest/docs/framework/react/examples/custom-devtools) in our examples section.
138138

139139
Main.tsx
140140
```tsx

docs/framework/solid/adapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: TanStack Devtools Solid Adapter
3-
ref: adapter
3+
id: adapter
44
---
55

66
If you are using TanStack Devtools in a Solid application, we recommend using the Solid Adapter. The Solid Adapter provides a set of easy-to-use hooks on top of the core Devtools utilities. If you find yourself wanting to use the core Devtools classes/functions directly, the Solid Adapter will also re-export everything from the core package.

docs/framework/solid/basic-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ render(() => (
6868
), document.getElementById('root')!);
6969
```
7070

71-
Finally add any additional configuration you desire to the `TanStackDevtools` component, more information can be found under the [TanStack Devtools Configuration](https://tanstack.com/devtools/) section.
71+
Finally add any additional configuration you desire to the `TanStackDevtools` component, more information can be found under the [TanStack Devtools Configuration](../../../configuration.md) section.
7272

7373
A complete working example can be found in our [examples section](https://tanstack.com/devtools/latest/docs/framework/solid/examples).

0 commit comments

Comments
 (0)