Skip to content

Commit be93b66

Browse files
authored
Merge pull request #7949 from apollographql/docs/update-deprecation-links
docs: update launch stage links
2 parents 2e97e0d + fbbe412 commit be93b66

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/source/migration.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Migrating to Apollo Server 4
55
import TopLevelAwait from "./shared/top-level-await.mdx"
66
import IntegrationTable from "./shared/integration-table.mdx"
77

8-
> 📣 **Apollo Server 4 is [generally available](/resources/product-launch-stages#general-availability)!** If you learn best by doing, check out the [tutorial for migrating from Apollo Server 3](https://www.apollographql.com/tutorials/side-quest-as4?referrer=docs-content).
8+
> 📣 **Apollo Server 4 is [generally available](/graphos/reference/feature-launch-stages#general-availability)!** If you learn best by doing, check out the [tutorial for migrating from Apollo Server 3](https://www.apollographql.com/tutorials/side-quest-as4?referrer=docs-content).
99
1010
Apollo Server 4 focuses on improving Apollo Server's extensibility and making it simpler to use, maintain, and document. To learn more about the inspiration behind this release, see the [Apollo Server Roadmap](https://github.com/apollographql/apollo-server/blob/24a841bc68d/ROADMAP.md).
1111

docs/source/previous-versions.mdx

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,23 @@ title: Previous Versions of Apollo Server
44

55
## Apollo Server 4 is generally available
66

7-
Apollo Server 4 is the latest version of Apollo Server and is [generally available](/resources/product-launch-stages#general-availability). Apollo Server 4 is ready for use in a production environment, and Apollo provides official support for this library. There is currently no planned end-of-life date.
7+
Apollo Server 4 is the latest version of Apollo Server and is [generally available](/graphos/reference/feature-launch-stages#general-availability). Apollo Server 4 is ready for use in a production environment, and Apollo provides official support for this library. There is currently no planned end-of-life date.
88

99
## Deprecated versions
1010

1111
Deprecated versions continue to receive security patches and updates to address major regressions until their end-of-life date. They typically do not receive new features and other kinds of bug fixes may or may not be backported to deprecated versions at Apollo's discretion.
1212

1313
There are currently no deprecated versions of Apollo Server.
1414

15-
> [Learn more about deprecation and end-of-life.](/resources/product-launch-stages#stages-for-discontinuing-support)
16-
15+
> [Learn more about deprecation and end-of-life.](/graphos/reference/feature-launch-stages#apollo-feature-retirement-stages)
1716
1817
## End-of-life versions
1918

2019
Apollo no longer commits to providing any support for these versions. While you may still file issues about security concerns or significant regressions, Apollo may choose not to address them.
2120

2221
End-of-life versions will remain available in the npm registry and can still be installed and used in your projects. However, Apollo doesn't guarantee any further support for them, nor does Apollo recommend their use. Additionally, Apollo doesn't guarantee that GraphOS features will continue to work for packages beyond their end-of-life date.
2322

24-
> [Learn more about deprecation and end-of-life.](/resources/product-launch-stages#stages-for-discontinuing-support)
23+
> [Learn more about deprecation and end-of-life.](/graphos/reference/feature-launch-stages#apollo-feature-retirement-stages)
2524
2625
### Apollo Server 3
2726

0 commit comments

Comments
 (0)