Skip to content

Commit edb74b8

Browse files
committed
docs: remove deploying link from upgrading docs
1 parent 074f4d9 commit edb74b8

File tree

3 files changed

+15109
-4
lines changed

3 files changed

+15109
-4
lines changed

docs/upgrading/component-routes.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ The first few routes you migrate are the hardest because you often have to acces
343343

344344
## Enable SSR and/or Pre-rendering
345345

346-
If you want to enable server rendering and static pre-rendering, you can do so with the `ssr` and `prerender` options in the bundler plugin. For SSR you'll need to also deploy the server build to a server. See [Deploying][deploying] for more information.
346+
If you want to enable server rendering and static pre-rendering, you can do so with the `ssr` and `prerender` options in the bundler plugin. For SSR you'll need to also deploy the server build to a server.
347347

348348
```ts filename=react-router.config.ts
349349
import type { Config } from "@react-router/dev/config";
@@ -357,7 +357,6 @@ export default {
357357
```
358358

359359
[upgrade-router-provider]: ./router-provider
360-
[deploying]: ../start/deploying
361360
[configuring-routes]: ../start/framework/routing
362361
[route-modules]: ../start/framework/route-module
363362
[type-safety]: ../how-to/route-module-type-safety

docs/upgrading/router-provider.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ You can checkout [Type Safety][type-safety] to learn how to fully setup and use
422422

423423
## Enable SSR and/or Pre-rendering
424424

425-
If you want to enable server rendering and static pre-rendering, you can do so with the `ssr` and `prerender` options in the bundler plugin. For SSR you'll need to also deploy the server build to a server. See [Deploying][deploying] for more information.
425+
If you want to enable server rendering and static pre-rendering, you can do so with the `ssr` and `prerender` options in the bundler plugin. For SSR you'll need to also deploy the server build to a server.
426426

427427
```ts filename=react-router.config.ts
428428
import type { Config } from "@react-router/dev/config";
@@ -436,7 +436,6 @@ export default {
436436
```
437437

438438
[upgrade-component-routes]: ./component-routes
439-
[deploying]: ../start/deploying
440439
[configuring-routes]: ../start/framework/routing
441440
[route-modules]: ../start/framework/route-module
442441
[type-safety]: ../how-to/route-module-type-safety

0 commit comments

Comments
 (0)