Skip to content

Commit

Permalink
Fix broken link to Federation Quickstart (#3150)
Browse files Browse the repository at this point in the history
<!--
First, 🌠 thank you 🌠 for taking the time to consider a contribution to
Apollo!

Here are some important details to follow:

* ⏰ Your time is important
To save your precious time, if the contribution you are making will
take more than an hour, please make sure it has been discussed in an
        issue first. This is especially true for feature requests!

* πŸ’‘ Features
Feature requests can be created and discussed within a GitHub Issue.
Be sure to search for existing feature requests (and related issues!)
prior to opening a new request. If an existing issue covers the need,
please upvote that issue by using the πŸ‘ emote, rather than opening a
        new issue.

* πŸ•· Bug fixes
These can be created and discussed in this repository. When fixing a
bug,
please _try_ to add a test which verifies the fix. If you cannot, you
should
still submit the PR but we may still ask you (and help you!) to create a
test.

* Federation versions
Please make sure you're targeting the federation version you're opening
the PR for. Federation 2 (alpha) is currently located on the `main`
branch and prior versions of Federation live on the `version-0.x`
branch.

* πŸ“– Contribution guidelines
Follow
https://github.com/apollographql/federation/blob/HEAD/CONTRIBUTING.md
when submitting a pull request. Make sure existing tests still pass, and
add
        tests for all new behavior.

* ✏️ Explain your pull request
Describe the big picture of your changes here to communicate to what
        your pull request is meant to accomplish. Provide πŸ”— links πŸ”— to
        associated issues!

We hope you will find this to be a positive experience! Open source
contribution can be intimidating and we hope to alleviate that pain as
much
as possible. Without following these guidelines, you may be missing
context
that can help you succeed with your contribution, which is why we
encourage
discussion first. Ultimately, there is no guarantee that we will be able
to
merge your pull-request, but by following these guidelines we can try to
avoid disappointment.

-->

Fixing a broken link to Federation Quickstart. Broken link appears [here
in the
docs](https://www.apollographql.com/docs/federation/building-supergraphs/router/#choosing-a-router-library)
  • Loading branch information
juanrgon authored Sep 20, 2024
1 parent 15fe9af commit 4b3bcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/building-supergraphs/router.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Apollo actively supports the following options for your router:
- **The graphos Router (recommended)**: This is a high-performance, precompiled Rust binary.

- If you're getting started with federation, we recommend [creating a cloud supergraph](/graphos/quickstart/cloud/) with Apollo GraphOS. With a cloud supergraph, GraphOS provisions and manages your router for you.
- You can also host your own GraphOS Router instances. [See the Federation Quickstart](../quickstart/setup/) to get started.
- You can also host your own GraphOS Router instances. [See the Federation Quickstart](../quickstart/]) to get started.

- **Apollo Server**: Apollo Server can act as your router via the [`@apollo/gateway`](https://www.npmjs.com/package/@apollo/gateway) extension library.
- [See how to set up Apollo Gateway](/apollo-server/using-federation/apollo-gateway-setup).
Expand Down

0 comments on commit 4b3bcbb

Please sign in to comment.