Skip to content

Commit d433cb7

Browse files
Stephen BarlowStephen Barlow
authored andcommitted
Fix some links
1 parent da43e9d commit d433cb7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

studio-docs/shared/register-federated-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
In a federated architecture, each of your graph's [implementing services](https://www.apollographql.com/docs/apollo-server/federation/implementing-services/) uses the Apollo CLI to register its schema as a separate service **of the same graph**:
1+
In a federated architecture, each of your graph's [implementing services](https://www.apollographql.com/docs/federation/implementing-services/) uses the Apollo CLI to register its schema as a separate service **of the same graph**:
22

33
```mermaid
44
graph BT;

studio-docs/source/data-privacy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ All data sent to Apollo Studio is sent to an endpoint with one of the following
2626
| `https://usage-reporting.api.apollographql.com` | Metrics reporting from [Apollo Server](https://www.apollographql.com/docs/studio/setup-analytics/#pushing-traces-from-apollo-server) (v2.18.0+) and [third-party API servers](https://www.apollographql.com/docs/studio/setup-analytics/#third-party-support) |
2727
| `https://schema-reporting.apollographql.com` | Schema registration via schema reporting in [Apollo Server](https://www.apollographql.com/docs/studio/schema/schema-reporting/#apollo-server-setup) (v2.18.0+) and [third-party API servers](https://www.apollographql.com/docs/studio/schema/schema-reporting/#other-graphql-servers) |
2828
| `https://graphql.api.apollographql.com` | All [Apollo CLI](https://www.apollographql.com/docs/devtools/cli/) (v2.31+) commands that communicate with Studio |
29-
| `https://federation.api.apollographql.com` | Apollo Server with Apollo Gateway (v0.16.0+) with [managed federation](https://www.apollographql.com/docs/studio/managed-federation/overview/) |
29+
| `https://federation.api.apollographql.com` | Apollo Server with Apollo Gateway (v0.16.0+) with [managed federation](https://www.apollographql.com/docs/federation/managed-federation/overview/) |
3030
| `https://operations.api.apollographql.com` | Apollo Server with the [operation registry plugin](https://www.apollographql.com/docs/studio/operation-registry/) (v0.4.1+) |
31-
| `https://storage-secrets.api.apollographql.com` | Apollo Server with Apollo Gateway (v0.16.0+) with [managed federation](https://www.apollographql.com/docs/studio/managed-federation/overview/), or with the [operation registry plugin](https://www.apollographql.com/docs/studio/operation-registry/) (v0.4.1+) |
31+
| `https://storage-secrets.api.apollographql.com` | Apollo Server with Apollo Gateway (v0.16.0+) with [managed federation](https://www.apollographql.com/docs/federation/managed-federation/overview/), or with the [operation registry plugin](https://www.apollographql.com/docs/studio/operation-registry/) (v0.4.1+) |
3232
| **Active legacy URLs** |
3333
| `https://engine-report.apollodata.com` | Metrics reporting from Apollo Server (v2.0-2.17.x) |
3434
| `https://edge-server-reporting.api.apollographql.com` | Schema registration via schema reporting in Apollo Server (v2.15.0-2.17.x) |
3535
| `https://engine-graphql.apollographql.com` | All Apollo CLI (v2.30 and earlier) commands that communicate with Studio |
36-
| `https://storage.googleapis.com` | Apollo Server with Apollo Gateway (v0.15.1 and earlier) with [managed federation](https://www.apollographql.com/docs/studio/managed-federation/overview/), or with the [operation registry plugin](https://www.apollographql.com/docs/studio/operation-registry/) (v0.3.1 and earlier) |
36+
| `https://storage.googleapis.com` | Apollo Server with Apollo Gateway (v0.15.1 and earlier) with [managed federation](https://www.apollographql.com/docs/federation/managed-federation/overview/), or with the [operation registry plugin](https://www.apollographql.com/docs/studio/operation-registry/) (v0.3.1 and earlier) |
3737

3838
If your environment uses a corporate proxy or firewall, you might need to configure it to allow outbound traffic to these domains. Note that data might be sent to multiple endpoints in a given domain.
3939

studio-docs/source/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and enables you to [create variants of your schema](./schema/registry/#managing-
2020
* [Metrics reporting](https://www.apollographql.com/docs/studio/setup-analytics/) for up to the last 24 hours
2121
* Team collaboration via [organizations](./org/organizations/)
2222
* [Slack notifications](./slack-integration/) for schema changes and daily metrics reports
23-
* [Management of a federated data graph](./managed-federation/overview/)
23+
* [Management of a federated data graph](https://www.apollographql.com/docs/federation/managed-federation/overview/)
2424

2525
### Available with an Apollo Team or Enterprise plan
2626

studio-docs/source/schema-checks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ You override flagged changes on an operation-by-operation basis. For each operat
9090

9191
### Checking a federated schema
9292

93-
If your data graph uses [Apollo Federation](https://www.apollographql.com/docs/apollo-server/federation/introduction/), the schema checks process differs slightly. For details, see [Checking changes to a federated graph](/managed-federation/advanced-topics/#checking-changes-to-a-federated-graph).
93+
If your data graph uses [Apollo Federation](https://www.apollographql.com/docs/federation/), the schema checks process differs slightly. For details, see [Checking changes to a federated graph](https://www.apollographql.com/docs/federation/managed-federation/advanced-topics/#checking-changes-to-a-federated-graph).
9494

9595
## Using with continuous integration
9696

0 commit comments

Comments
 (0)