Skip to content

Commit

Permalink
Merge pull request #1186 from amitport/patch-1
Browse files Browse the repository at this point in the history
remove extra '/' from docs
  • Loading branch information
Prosper Otemuyiwa authored Jun 18, 2018
2 parents 491997a + 3cb2e41 commit 9070a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const server = new ApolloServer({

server.listen().then(({ url }) => {
console.log(`🚀 Server ready at ${url}`);
console.log(`Try your health check at: ${url}/.well-known/apollo/server-health`);
console.log(`Try your health check at: ${url}.well-known/apollo/server-health`);
});
```

Expand Down

0 comments on commit 9070a96

Please sign in to comment.