Skip to content

Commit 2670c6e

Browse files
authored
fix(docs): fix links of entry.server.tsx.md (#14512)
1 parent e7879a8 commit 2670c6e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,3 +453,4 @@
453453
- zeromask1337
454454
- zheng-chuang
455455
- zxTomw
456+
- QzCurious

docs/api/framework-conventions/entry.server.tsx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ For an example, please refer to the default [`entry.server.tsx`][node-streaming-
156156
Note that this does not handle thrown `Response` instances from your `loader`/`action` functions. The intention of this handler is to find bugs in your code which result in unexpected thrown errors. If you are detecting a scenario and throwing a 401/404/etc. `Response` in your `loader`/`action` then it's an expected flow that is handled by your code. If you also wish to log, or send those to an external service, that should be done at the time you throw the response.
157157

158158
[client-entry]: ./entry.client.tsx
159-
[serverrouter]: ../components/ServerRouter
160-
[streaming]: ../how-to/suspense
159+
[serverrouter]: ../framework-routers/ServerRouter
160+
[streaming]: ../../how-to/suspense
161161
[rendertopipeablestream]: https://react.dev/reference/react-dom/server/renderToPipeableStream
162162
[rendertoreadablestream]: https://react.dev/reference/react-dom/server/renderToReadableStream
163163
[node-streaming-entry-server]: https://github.com/remix-run/react-router/blob/dev/packages/react-router-dev/config/defaults/entry.server.node.tsx

0 commit comments

Comments
 (0)