Skip to content

Commit a909645

Browse files
committed
use link paths without baseUrl
1 parent 3c59854 commit a909645

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/source/routing/cloud/migrate-to-self-hosted.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ In Studio, navigate to your graph’s Cloud Router page to download the config.
2424
rover cloud config fetch <GRAPH_REF> > router.yaml
2525
```
2626

27-
[Install](https://www.apollographql.com/docs/rover/getting-started) and [configure](https://www.apollographql.com/docs/rover/configuring) the Rover CLI to run this command.
27+
You'll need to [install](/rover/getting-started) and [configure](/rover/configuring) the Rover CLI to run this command.
28+
2829

2930
### Change the graph’s hosting mode to self-hosted
3031

@@ -45,22 +46,22 @@ After you migrate all graphs to self-hosted mode, go to &lt;TODO&gt; to move you
4546

4647
## Frequently asked questions
4748

48-
### What happens to my running cloud routers when I change my graphs hosting mode?
49+
### What happens to my running cloud routers when I change my graph's hosting mode?
4950

50-
Changing a graphs hosting mode does not affect running cloud routers. Cloud routers continue to receive traffic, emit telemetry, and receive schema and configuration updates until a [shutdown event occurs for Serverless routers](https://www.apollographql.com/docs/graphos/routing/cloud/serverless#automatic-deletion-of-unused-routers) or the migration period ends on &lt;TODO SUNSET DATE&gt;.
51+
Changing a graph's hosting mode does not affect running cloud routers. Cloud routers continue to receive traffic, emit telemetry, and receive schema and configuration updates until a [shutdown event occurs for Serverless routers](/graphos/routing/cloud/serverless#automatic-deletion-of-unused-routers) or the migration period ends on [TODO SUNSET DATE].
5152

5253
### How do I retrieve and update the configuration of my running cloud routers after converting to self-hosted mode?
5354

54-
Use the [Rover CLI's `cloud config fetch` command](https://www.apollographql.com/docs/rover/commands/cloud#cloud-config-fetch) to fetch your cloud router configuration:
55+
Use the [Rover CLI's `cloud config fetch` command](/rover/commands/cloud#cloud-config-fetch) to fetch your cloud router configuration:
5556

5657
```bash
5758
rover cloud config fetch <GRAPH_REF> > router.yaml
5859
```
5960

60-
Use the [Rover CLI's `cloud config update` command](https://www.apollographql.com/docs/rover/commands/cloud#cloud-config-update) to update your running cloud routers configuration. For example, to apply changes from a local `router.yaml`:
61+
Use the [Rover CLI's `cloud config update` command](/rover/commands/cloud#cloud-config-update) to update your running cloud routers' configuration. For example, to apply changes from a local `router.yaml`:
6162

6263
```bash
6364
rover cloud config update <GRAPH_REF> < router.yaml
6465
```
6566

66-
[Install](https://www.apollographql.com/docs/rover/getting-started) and [configure](https://www.apollographql.com/docs/rover/configuring) the Rover CLI to run this command.
67+
[Install](/rover/getting-started) and [configure](/rover/configuring) the Rover CLI to run this command.

0 commit comments

Comments
 (0)