Skip to content

Commit

Permalink
docs: fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Feb 24, 2023
1 parent ae79c40 commit a68c3dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 6 additions & 6 deletions packages/docs/docs/tutorials/best-practice/best-practice.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit a68c3dd

Please sign in to comment.