Update the link to the Node.js stream module (#5298)

Fix #5297.
This commit is contained in:
Fuqiao Xue
2022-12-02 15:42:55 +00:00
committed by GitHub
parent ed20748d8f
commit 2128e1e7d2

View File

@@ -17,7 +17,7 @@ var ReactDOMServer = require('react-dom/server');
## Overview {#overview}
These methods are only available in the **environments with [Node.js Streams](https://nodejs.dev/learn/nodejs-streams):**
These methods are only available in the **environments with [Node.js Streams](https://nodejs.org/api/stream.html):**
- [`renderToPipeableStream()`](#rendertopipeablestream)
- [`renderToNodeStream()`](#rendertonodestream) (Deprecated)