Skip to content

Commit

Permalink
Fix internal broken links with table unification
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Barlow committed Aug 24, 2020
1 parent 30c39d2 commit 8f9be58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/api/apollo-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The core of an Apollo Server implementation. For an example, see [Get started wi

Returns an initialized `ApolloServer` instance.

Takes an `options` object as a parameter. Supported fields of this object are described in [Schema options](#schema-options), [Networking options](#networking-options), and [Debugging options](#debugging-options) below.
Takes an `options` object as a parameter. Supported fields of this object are described in [Options](#options).

##### Example

Expand All @@ -30,7 +30,6 @@ const server = new ApolloServer({

##### Options


| Name | Type | Description |
|------|------|-------------|
| **Schema options** |
Expand Down

0 comments on commit 8f9be58

Please sign in to comment.