From 4b086e11e130f1ee6239c39b2a0584d116e4ebbc Mon Sep 17 00:00:00 2001 From: Antony Garand <9059487+AntonyGarand@users.noreply.github.com> Date: Thu, 19 Mar 2026 21:58:11 -0400 Subject: [PATCH] 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. --- docs/start/framework/react/guide/hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/framework/react/guide/hosting.md b/docs/start/framework/react/guide/hosting.md index b37c258ad26..e66a430f355 100644 --- a/docs/start/framework/react/guide/hosting.md +++ b/docs/start/framework/react/guide/hosting.md @@ -288,7 +288,7 @@ npm run start ### Bun > [!IMPORTANT] -> 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. +> 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. 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: