Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update broken examples source links #1149

Merged
merged 2 commits into from
Oct 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/docs/examples/auth-provider/auth0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Auth0

Auth0 example doesn't work in codesandbox embed mode. With [this](https://ussft.csb.app/) link, you can open the example in the browser and try it.

[View Source](https://github.com/pankod/refine/tree/master/examples/auth0)
[View Source](https://github.com/pankod/refine/tree/master/examples/authProvider/auth0)

<iframe src="https://codesandbox.io/embed/refine-auth0-example-ussft?autoresize=1&fontsize=14&module=%2Fsrc%2FApp.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/auth-provider/google-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: google-auth
title: Google Auth
---

[View Source](https://github.com/pankod/refine/tree/master/examples/googleLogin)
[View Source](https://github.com/pankod/refine/tree/master/examples/authProvider/googleLogin)

<iframe src="https://codesandbox.io/embed/refine-google-login-example-td8fr?autoresize=1&fontsize=14&module=%2Fsrc%2FApp.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/auth-provider/otpLogin.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: otpLogin
title: OTP Login
---

[View Source](https://github.com/pankod/refine/tree/master/examples/otpLogin)
[View Source](https://github.com/pankod/refine/tree/master/examples/authProvider/otpLogin)

<iframe src="https://codesandbox.io/embed/refine-otp-login-example-o5rz9?autoresize=1&fontsize=14&module=%2Fsrc%2FApp.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: customFooter
title: Custom Footer
---

[View Source](https://github.com/pankod/refine/tree/master/examples/customFooter)
[View Source](https://github.com/pankod/refine/tree/master/examples/customization/customFooter)

<iframe src="https://codesandbox.io/embed/refine-custom-footer-exaxmple-yrz7c?autoresize=1&fontsize=14&module=%2Fsrc%2FApp.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/customization/customLogin.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: customLogin
title: Custom Login Page
---

[View Source](https://github.com/pankod/refine/tree/master/examples/customLogin)
[View Source](https://github.com/pankod/refine/tree/master/examples/customization/customLogin)

<iframe src="https://codesandbox.io/embed/refine-custom-login-example-upgmy?autoresize=1&fontsize=14&module=%2Fsrc%2FApp.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/customization/customSider.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: customSider
title: Custom Sider
---

[View Source](https://github.com/pankod/refine/tree/master/examples/customSider)
[View Source](https://github.com/pankod/refine/tree/master/examples/customization/customSider)

<iframe src="https://codesandbox.io/embed/refine-custom-sider-example-mgg81?autoresize=1&fontsize=14&module=%2Fsrc%2FApp.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: offLayoutArea
title: Off Layout Area
---

[View Source](https://github.com/pankod/refine/tree/master/examples/offLayoutArea)
[View Source](https://github.com/pankod/refine/tree/master/examples/customization/offLayoutArea)

<iframe src="https://codesandbox.io/embed/refine-off-layout-area-example-8zuwm?autoresize=1&fontsize=14&module=%2Fsrc%2FApp.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: topMenuLayout
title: Top Menu Layout
---

[View Source](https://github.com/pankod/refine/tree/master/examples/topMenuLayout)
[View Source](https://github.com/pankod/refine/tree/master/examples/customization/topMenuLayout)

<iframe src="https://codesandbox.io/embed/refine-top-menu-layout-example-n1v8x?autoresize=1&fontsize=14&module=%2Fsrc%2FApp.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/data-provider/airtable.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: airtable
title: Airtable
---

[View Source](https://github.com/pankod/refine/tree/master/examples/airtable)
[View Source](https://github.com/pankod/refine/tree/master/examples/dataProvider/airtable)

<iframe src="https://codesandbox.io/embed/refine-airtable-example-wkf5l?autoresize=1&fontsize=14&module=%2Fsrc%2FApp.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/data-provider/altogic.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: altogic
title: Altogic
---

[View Source](https://github.com/pankod/refine/tree/master/examples/altogic)
[View Source](https://github.com/pankod/refine/tree/master/examples/dataProvider/altogic)

<iframe src="https://codesandbox.io/embed/refine-altogic-example-2wpc7?autoresize=1&fontsize=14&module=%2Fsrc%2FApp.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/data-provider/nestjsxCrud.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: nestjsxCrud
title: Nestjsx Crud
---

[View Source](https://github.com/pankod/refine/tree/master/examples/nestjsxCrud)
[View Source](https://github.com/pankod/refine/tree/master/examples/dataProvider/nestjsxCrud)

<iframe src="https://codesandbox.io/embed/refine-nestjsx-crud-example-0teqt?autoresize=1&fontsize=14&module=%2Fsrc%2FApp.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/data-provider/strapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: strapi
title: Strapi
---

[View Source](https://github.com/pankod/refine/tree/master/examples/strapi)
[View Source](https://github.com/pankod/refine/tree/master/examples/dataProvider/strapi)

**Username**: [email protected]
**Password**: demodemo
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/field/useCheckboxGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: useCheckboxGroup
title: useCheckboxGroup
---

[View Source](https://github.com/pankod/refine/tree/master/examples/useCheckboxGroup)
[View Source](https://github.com/pankod/refine/tree/master/examples/field/useCheckboxGroup)

<iframe src="https://codesandbox.io/embed/refine-use-checkbox-group-example-2sijn?autoresize=1&fontsize=14&module=%2Fsrc%2Fpages%2Fposts%2Fedit.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/field/useRadioGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: useRadioGroup
title: useRadioGroup
---

[View Source](https://github.com/pankod/refine/tree/master/examples/useRadioGroup)
[View Source](https://github.com/pankod/refine/tree/master/examples/field/useRadioGroup)

<iframe src="https://codesandbox.io/embed/refine-use-radio-group-example-5rrxj?autoresize=1&fontsize=14&module=%2Fsrc%2Fpages%2Fposts%2Fedit.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/field/useSelect.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: useSelect
title: useSelect
---

[View Source](https://github.com/pankod/refine/tree/master/examples/useSelect)
[View Source](https://github.com/pankod/refine/tree/master/examples/field/useSelect)

<iframe src="https://codesandbox.io/embed/refine-use-select-example-dp34p?autoresize=1&fontsize=14&module=%2Fsrc%2Fpages%2Fposts%2Fedit.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 2 additions & 0 deletions documentation/docs/examples/form/custom-form-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ id: custom-form-validation
title: Custom Form Validation
---

[View Source](https://github.com/pankod/refine/tree/master/examples/form/customValidation)

<iframe src="https://codesandbox.io/embed/refine-custom-validation-example-app-i5tf9?autoresize=1&fontsize=14&hidenavigation=1&moduleview=1&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
title="refine-custom-validation-example-app"
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/form/useDrawerForm.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: useDrawerForm
title: useDrawerForm
---

[View Source](https://github.com/pankod/refine/tree/master/examples/useDrawerForm)
[View Source](https://github.com/pankod/refine/tree/master/examples/form/useDrawerForm)

<iframe src="https://codesandbox.io/embed/refine-use-drawer-form-example-582w1?autoresize=1&fontsize=14&module=%2Fsrc%2Fpages%2Fposts%2Flist.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/form/useForm.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: useForm
title: useForm
---

[View Source](https://github.com/pankod/refine/tree/master/examples/useForm)
[View Source](https://github.com/pankod/refine/tree/master/examples/form/useForm)

<iframe src="https://codesandbox.io/embed/refine-use-form-example-y32q0?autoresize=1&fontsize=14&module=%2Fsrc%2Fpages%2Fposts%2Fedit.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/form/useModalForm.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: useModalForm
title: useModalForm
---

[View Source](https://github.com/pankod/refine/tree/master/examples/useModalForm)
[View Source](https://github.com/pankod/refine/tree/master/examples/form/useModalForm)

<iframe src="https://codesandbox.io/embed/refine-use-modal-form-example-qbi4m?autoresize=1&fontsize=14&module=%2Fsrc%2Fpages%2Fposts%2Flist.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/form/useStepsForm.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: useStepsForm
title: useStepsForm
---

[View Source](https://github.com/pankod/refine/tree/master/examples/useStepsForm)
[View Source](https://github.com/pankod/refine/tree/master/examples/form/useStepsForm)

<iframe src="https://codesandbox.io/embed/refine-use-steps-form-example-ok968?autoresize=1&fontsize=14&module=%2Fsrc%2Fpages%2Fposts%2Fedit.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/inputs/customInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: customInput
title: Custom Input
---

[View Source](https://github.com/pankod/refine/tree/master/examples/customInputs)
[View Source](https://github.com/pankod/refine/tree/master/examples/inputs/customInputs)

<iframe src="https://codesandbox.io/embed/refine-custom-inputs-example-mfmh6?autoresize=1&fontsize=14&module=%2Fsrc%2Fpages%2Fposts%2Fedit.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/list/useSimpleList.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: useSimpleList
title: useSimpleList
---

[View Source](https://github.com/pankod/refine/tree/master/examples/useSimpleList)
[View Source](https://github.com/pankod/refine/tree/master/examples/list/useSimpleList)

<iframe src="https://codesandbox.io/embed/refine-use-simple-list-example-vcq4d?autoresize=1&fontsize=14&module=%2Fsrc%2Fpages%2Fposts%2Flist.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/table/advanced-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: advancedTable
title: Advanced Table
---

[View Source](https://github.com/pankod/refine/tree/master/examples/advancedTable)
[View Source](https://github.com/pankod/refine/tree/master/examples/table/advancedTable)

<iframe src="https://codesandbox.io/embed/refine-advanced-table-example-oov2e?autoresize=1&fontsize=14&module=%2Fsrc%2Fpages%2Fposts%2Flist.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/table/table-filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: tableFilter
title: Table Filter
---

[View Source](https://github.com/pankod/refine/tree/master/examples/tableFilter)
[View Source](https://github.com/pankod/refine/tree/master/examples/table/tableFilter)

<iframe src="https://codesandbox.io/embed/refine-table-filter-example-dfm67?autoresize=1&fontsize=14&module=%2Fsrc%2Fpages%2Fposts%2Flist.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/table/useDeleteMany.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: useDeleteMany
title: useDeleteMany
---

[View Source](https://github.com/pankod/refine/tree/master/examples/useDeleteMany)
[View Source](https://github.com/pankod/refine/tree/master/examples/table/useDeleteMany)

<iframe src="https://codesandbox.io/embed/refine-use-delete-many-example-mvmyq?autoresize=1&fontsize=14&module=%2Fsrc%2Fpages%2Fposts%2Flist.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/table/useEditableTable.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: useEditableTable
title: useEditableTable
---

[View Source](https://github.com/pankod/refine/tree/master/examples/useEditableTable)
[View Source](https://github.com/pankod/refine/tree/master/examples/table/useEditableTable)

<iframe src="https://codesandbox.io/embed/refine-use-editable-table-example-id4g3?autoresize=1&fontsize=14&module=%2Fsrc%2Fpages%2Fposts%2Flist.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/table/useTable.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: useTable
title: useTable
---

[View Source](https://github.com/pankod/refine/tree/master/examples/useTable)
[View Source](https://github.com/pankod/refine/tree/master/examples/table/useTable)

<iframe src="https://codesandbox.io/embed/refine-use-table-example-ule39?autoresize=1&fontsize=14&module=%2Fsrc%2Fpages%2Fposts%2Flist.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/table/useUpdateMany.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: useUpdateMany
title: useUpdateMany
---

[View Source](https://github.com/pankod/refine/tree/master/examples/useUpdateMany)
[View Source](https://github.com/pankod/refine/tree/master/examples/table/useUpdateMany)

<iframe src="https://codesandbox.io/embed/refine-use-update-many-example-vkex1?autoresize=1&fontsize=14&module=%2Fsrc%2Fpages%2Fposts%2Flist.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/upload/base64-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: base64Upload
title: Base64 Upload
---

[View Source](https://github.com/pankod/refine/tree/master/examples/multipartUpload)
[View Source](https://github.com/pankod/refine/tree/master/examples/upload/multipartUpload)


<iframe src="https://codesandbox.io/embed/refine-base64-upload-example-tz06h?autoresize=1&fontsize=14&module=%2Fsrc%2Fpages%2Fusers%2Fedit.tsx&theme=dark&view=preview"
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/examples/upload/multipart-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: multipartUpload
title: Multipart Upload
---

[View Source](https://github.com/pankod/refine/tree/master/examples/multipartUpload)
[View Source](https://github.com/pankod/refine/tree/master/examples/upload/multipartUpload)

<iframe src="https://codesandbox.io/embed/refine-multipart-upload-example-ke4vr?autoresize=1&fontsize=14&module=%2Fsrc%2Fpages%2Fposts%2Fedit.tsx&theme=dark&view=preview"
style={{width: "100%", height:"80vh", border: "0px", borderRadius: "8px", overflow:"hidden"}}
Expand Down
2 changes: 1 addition & 1 deletion packages/airtable/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center" style="margin: 30px;">
<a href="https://pankod.github.io/superplate/">
<a href="https://refine.dev">
<img src="https://refine.ams3.cdn.digitaloceanspaces.com/refine_logo.png" align="center" />
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/altogic/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center" style="margin: 30px;">
<a href="https://pankod.github.io/superplate/">
<a href="https://refine.dev">
<img src="https://refine.ams3.cdn.digitaloceanspaces.com/refine_logo.png" align="center" />
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center" style="margin: 30px;">
<a href="https://pankod.github.io/superplate/">
<a href="https://refine.dev">
<img src="https://refine.ams3.cdn.digitaloceanspaces.com/refine_logo.png" align="center" />
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjsx-crud/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center" style="margin: 30px;">
<a href="https://pankod.github.io/superplate/">
<a href="https://refine.dev">
<img src="https://refine.ams3.cdn.digitaloceanspaces.com/refine_logo.png" align="center" />
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/simple-rest/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center" style="margin: 30px;">
<a href="https://pankod.github.io/superplate/">
<a href="https://refine.dev">
<img src="https://refine.ams3.cdn.digitaloceanspaces.com/refine_logo.png" align="center" />
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-graphql/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center" style="margin: 30px;">
<a href="https://pankod.github.io/superplate/">
<a href="https://refine.dev">
<img src="https://refine.ams3.cdn.digitaloceanspaces.com/refine_logo.png" align="center" />
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center" style="margin: 30px;">
<a href="https://pankod.github.io/superplate/">
<a href="https://refine.dev">
<img src="https://refine.ams3.cdn.digitaloceanspaces.com/refine_logo.png" align="center" />
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/supabase/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center" style="margin: 30px;">
<a href="https://pankod.github.io/superplate/">
<a href="https://refine.dev">
<img src="https://refine.ams3.cdn.digitaloceanspaces.com/refine_logo.png" align="center" />
</a>
</div>
Expand Down