Skip to content

Commit d05547b

Browse files
authored
fix: server-components link in few pages (#7780)
1 parent 594ff45 commit d05547b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/content/reference/rsc/directives.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Directives
44

55
<RSC>
66

7-
Directives are for use in [React Server Components](/learn/start-a-new-react-project#bleeding-edge-react-frameworks).
7+
Directives are for use in [React Server Components](/reference/rsc/server-components).
88

99
</RSC>
1010

src/content/reference/rsc/server-functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Server Functions
44

55
<RSC>
66

7-
Server Functions are for use in [React Server Components](/learn/start-a-new-react-project#bleeding-edge-react-frameworks).
7+
Server Functions are for use in [React Server Components](/reference/rsc/server-components).
88

99
**Note:** Until September 2024, we referred to all Server Functions as "Server Actions". If a Server Function is passed to an action prop or called from inside an action then it is a Server Action, but not all Server Functions are Server Actions. The naming in this documentation has been updated to reflect that Server Functions can be used for multiple purposes.
1010

src/content/reference/rsc/use-client.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ titleForTitleTag: "'use client' directive"
55

66
<RSC>
77

8-
`'use client'` is for use with [React Server Components](/learn/start-a-new-react-project#bleeding-edge-react-frameworks).
8+
`'use client'` is for use with [React Server Components](/reference/rsc/server-components).
99

1010
</RSC>
1111

src/content/reference/rsc/use-server.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ titleForTitleTag: "'use server' directive"
55

66
<RSC>
77

8-
`'use server'` is for use with [using React Server Components](/learn/start-a-new-react-project#bleeding-edge-react-frameworks).
8+
`'use server'` is for use with [using React Server Components](/reference/rsc/server-components).
99

1010
</RSC>
1111

0 commit comments

Comments
 (0)