Skip to content

Commit 4b086e1

Browse files
authored
docs: fix nodejs link
The link for the nodejs header was not updated when railway was removed from this section: This commit fixes the link so it now points to the correct section.
1 parent 7f38aac commit 4b086e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/start/framework/react/guide/hosting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ npm run start
288288
### Bun
289289

290290
> [!IMPORTANT]
291-
> Currently, the Bun specific deployment guidelines only work with React 19. If you are using React 18, please refer to the [Node.js](#nodejs--railway--docker) deployment guidelines.
291+
> Currently, the Bun specific deployment guidelines only work with React 19. If you are using React 18, please refer to the [Node.js](#nodejs--docker) deployment guidelines.
292292
293293
Make sure that your `react` and `react-dom` packages are set to version 19.0.0 or higher in your `package.json` file. If not, run the following command to upgrade the packages:
294294

0 commit comments

Comments
 (0)