Skip to content

Commit

Permalink
fix(docs): wrong link on creating data provider section (#6349)
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz authored Sep 19, 2024
1 parent a98675f commit 9030f2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/docs/data/data-provider/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ Refine will consume:

### How can I customize existing data providers?

[Refer to the "Create Data Provider with Swizzle" section in the tutorial for more information →][swizzle-a-data-provider]
[You can swizzle the data provider using the Refine CLI and customize it as needed.][swizzle-a-data-provider]

### How I can override a specific method of Data Providers?

Expand Down Expand Up @@ -732,9 +732,9 @@ const myDataProvider = {
```

[basekey]: /docs/core/interface-references#basekey
[create-a-data-provider]: /docs/data/data-provider
[swizzle-a-data-provider]: /docs/packages/cli
[data-provider-tutorial]: /docs/data/data-provider
[create-a-data-provider]: https://refine.dev/tutorial/essentials/data-fetching/intro/#creating-a-data-provider
[swizzle-a-data-provider]: /docs/packages/cli/#swizzle
[data-provider-tutorial]: https://refine.dev/tutorial/essentials/data-fetching/intro/
[use-api-url]: /docs/data/hooks/use-api-url
[use-create]: /docs/data/hooks/use-create
[use-create-many]: /docs/data/hooks/use-create
Expand Down

0 comments on commit 9030f2a

Please sign in to comment.