Skip to content
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/blog/2022-09-22-refine-supabase-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ The backend setup is now complete. In the next section, you will start building

<br/>
<div>
<a href="https://s.refine.dev/hackathon2">
<a href="https://github.com/refinedev/refine/blob/main/hackathon/refine-hackathon.md">
<img src="https://refine.ams3.cdn.digitaloceanspaces.com/hackathon-2/hackathon_cover.png" alt="React Supabase OTP authentication" />
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions documentation/src/components/banner/banner-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ export const BannerModal: FC<Props> = ({
image = {
src: "https://refine.ams3.cdn.digitaloceanspaces.com/website/static/banners/playground.gif",
alt: "refine App screenshot",
href: "https://s.refine.dev/banner-modal?ref=banner-modal",
href: "https://refine.dev/?ref=banner-modal",
},
button = {
text: "Try online",
href: "https://s.refine.dev/banner-modal?ref=banner-modal",
href: "https://refine.dev/?ref=banner-modal",
onClick: undefined,
},
}) => {
Expand Down
5 changes: 4 additions & 1 deletion documentation/src/utils/open-figma.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
export const openFigma = () => {
return window
.open("https://s.refine.dev/refine-brand-assets", "_blank")
.open(
"https://www.figma.com/file/hckUGhFpATery5eFvnkksN/Refine-Brand-Assets?type=design&node-id=0%3A1&mode=design&t=uUQMfBfpr6Lxq8b0-1",
"_blank",
)
?.focus();
};
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pre-built components and hooks with minimal configuration.

## Installation

This package is included in Refine's Enterprise Edition. To learn more about Refine's Enterprise Edition, please [contact us](https://s.refine.dev/okta-enterprise).
This package is included in Refine's Enterprise Edition. To learn more about Refine's Enterprise Edition, please [contact us](https://form.typeform.com/to/IzorqxeI).

<InstallPackagesCommand args="@refinedev/enterprise @refinedev/multitenancy">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Okta is an enterprise-grade identity management service. Refine's integration of

## Installation

This package is included in Refine's Enterprise Edition. To learn more about Refine's Enterprise Edition, please [contact us](https://s.refine.dev/okta-enterprise).
This package is included in Refine's Enterprise Edition. To learn more about Refine's Enterprise Edition, please [contact us](https://form.typeform.com/to/IzorqxeI).

<InstallPackagesCommand args="@refinedev/okta @okta/okta-auth-js">

Expand Down
4 changes: 2 additions & 2 deletions hackathon/readme-guideline.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Refine + DEV Open Source Hackathon #2 - README Guideline

[![cover-image](https://refine.ams3.cdn.digitaloceanspaces.com/hackathon-2/hackathon_cover.png)](https://s.refine.dev/hackathon2)
[![cover-image](https://refine.ams3.cdn.digitaloceanspaces.com/hackathon-2/hackathon_cover.png)](https://github.com/refinedev/refine/blob/main/hackathon/refine-hackathon.md)

Refine Open Source Hackathon #2 is just around the corner and this repository serves as your go-to source for everything you need to know in order to submit a qualifying entry.

[:point_right: refine Open Source Hackathon #2 details.](https://s.refine.dev/hackathon2)
[:point_right: refine Open Source Hackathon #2 details.](https://github.com/refinedev/refine/blob/main/hackathon/refine-hackathon.md)

[:point_right: Please submit your project on Refine DEV platform announcement post.](#)

Expand Down
6 changes: 3 additions & 3 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<a href="https://refine.dev/core/templates/">Examples</a> |
<a href="https://discord.gg/refine">Discord</a> |
<a href="https://refine.dev/blog/">Blog</a> |
<a href="https://s.refine.dev/tJw4XFo">Refine</a>
<a href="https://refine.dev/">Refine</a>
</div>
</div>

Expand All @@ -25,7 +25,7 @@ Refine Core is an open source, React meta-framework for enterprise. It provides
dashboards and internal tools.
<br />

<strong>Refine CORE also powers <a href="https://s.refine.dev/tJw4XFo">Refine's purpose built AI agent.</a></strong>
<strong>Refine CORE also powers <a href="https://refine.dev/">Refine's purpose built AI agent.</a></strong>
<br />

</div>
Expand Down Expand Up @@ -76,7 +76,7 @@ Or you can create a new project on your browser:

You can also try Refine's AI agent for free to create projects:

<a href="https://s.refine.dev/tJw4XFo" target="_blank">
<a href="https://refine.dev/" target="_blank">
<img height="48" width="245" src="https://refine.ams3.cdn.digitaloceanspaces.com/assets/try-out-refine-ai-2.png" />
</a>

Expand Down
2 changes: 1 addition & 1 deletion packages/inferencer/src/use-relation-fetch/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export const useRelationFetch = ({
console.groupEnd();

console.info(
"@refinedev/inferencer may send multiple requests to your API for nonexistent resources when trying to detect relations. To learn more about how the inferencer works, visit https://s.refine.dev/how-inferencer-works",
"@refinedev/inferencer may send multiple requests to your API for nonexistent resources when trying to detect relations. To learn more about how the inferencer works, visit https://refine.dev/docs/packages/documentation/inferencer/#how-it-works",
);
}, 500);
},
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ Instead of being a limited set of pre-styled components, **refine** is a collect

You can take a look at some live examples that can be built using **refine** from scratch:

<a href="https://s.refine.dev/readme-admin-panel" target="_blank">
<a href="https://example.admin.refine.dev/" target="_blank">
<img src="https://user-images.githubusercontent.com/18739364/204285956-cc20fa11-b769-4bd5-b8f6-9c05a283ac85.gif" style="width:267px;" />
</a>

<a href="https://s.refine.dev/readme-medium-clone" target="_blank">
<a href="https://refine-real-world.netlify.app/" target="_blank">
<img src="https://user-images.githubusercontent.com/18739364/204285047-8f24f1f4-65ea-4952-83ed-81e92cdd5b90.gif" style="width:200px;" />
</a>

<a href="https://s.refine.dev/readme-ssr-storefront" target="_blank">
<a href="https://refine.dev/" target="_blank">
<img src="https://user-images.githubusercontent.com/18739364/204285039-1ce0cb06-fbf8-4704-89c9-2e004620c9a8.gif" style="width:200px;" />
</a>

Expand Down
6 changes: 3 additions & 3 deletions packages/ui-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ Instead of being a limited set of pre-styled components, **refine** is a collect

You can take a look at some live examples that can be built using **refine** from scratch:

<a href="https://s.refine.dev/readme-admin-panel" target="_blank">
<a href="https://example.admin.refine.dev/" target="_blank">
<img src="https://user-images.githubusercontent.com/18739364/204285956-cc20fa11-b769-4bd5-b8f6-9c05a283ac85.gif" style="width:267px;" />
</a>

<a href="https://s.refine.dev/readme-medium-clone" target="_blank">
<a href="https://refine-real-world.netlify.app/" target="_blank">
<img src="https://user-images.githubusercontent.com/18739364/204285047-8f24f1f4-65ea-4952-83ed-81e92cdd5b90.gif" style="width:200px;" />
</a>

<a href="https://s.refine.dev/readme-ssr-storefront" target="_blank">
<a href="https://refine.dev/" target="_blank">
<img src="https://user-images.githubusercontent.com/18739364/204285039-1ce0cb06-fbf8-4704-89c9-2e004620c9a8.gif" style="width:200px;" />
</a>

Expand Down
Loading