From a68c3dd4ecbc75d45d05b7ee6a9c4eef00864f0b Mon Sep 17 00:00:00 2001 From: Daybrush Date: Fri, 24 Feb 2023 22:10:13 +0900 Subject: [PATCH] docs: fix url --- README.md | 2 +- .../docs/tutorials/best-practice/best-practice.mdx | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dca2f41..eb70aec 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ This meant that if you doubled the number of frameworks you wanted to support, t With **CFCs**, you can use Compatible to support multiple frameworks with **just one code**. -/images/cfcs-compatible.png) +![](https://raw.githubusercontent.com/naver/cfcs/main/images/cfcs-compatible.png) ### CFCs Reactive diff --git a/packages/docs/docs/tutorials/best-practice/best-practice.mdx b/packages/docs/docs/tutorials/best-practice/best-practice.mdx index c8c2ce0..c0cece6 100644 --- a/packages/docs/docs/tutorials/best-practice/best-practice.mdx +++ b/packages/docs/docs/tutorials/best-practice/best-practice.mdx @@ -8,9 +8,9 @@ sidebar_position: 6 It tells you how to write `Adapter` to support frameworks in order. -1. [Use State And Adapter](./use-state) -2. [Use Lifecycle](./use-lifecycle) -3. [Use Events](./use-events) -4. [Use Methods](./use-methods) -5. [Use Props](./use-props) -6. [Use TypeScript](./use-typescript) +1. [Use State And Adapter](/docs/best-practice/use-state) +2. [Use Lifecycle](/docs/best-practice/use-lifecycle) +3. [Use Events](/docs/best-practice/use-events) +4. [Use Methods](/docs/best-practice/use-methods) +5. [Use Props](/docs/best-practice/use-props) +6. [Use TypeScript](/docs/best-practice/use-typescript)