Fixes dead link in docs - close #4914 (#4915)

After #4885, the link to `/firebase/webhook` example is no longer working - this PR updates the link.
This commit is contained in:
Mads Nedergaard 2020-05-28 14:57:47 +02:00 committed by GitHub
parent 594b387263
commit e914fcf5e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,7 +173,7 @@ You can deploy these samples using `glitch <https://glitch.com/>`__:
Once deployed, you can use any of the following endpoints as your auth webhook in the GraphQL engine:
- ``/simple/webhook`` (`View source <https://github.com/hasura/graphql-engine/blob/master/community/boilerplates/auth-webhooks/nodejs-express/server.js>`__)
- ``/firebase/webhook`` (`View source <https://github.com/hasura/graphql-engine/blob/master/community/boilerplates/auth-webhooks/nodejs-express/firebase/firebaseHandler.js>`__)
- ``/firebase/webhook`` (`View source <https://github.com/hasura/graphql-engine/blob/master/community/boilerplates/auth-webhooks/nodejs-firebase/firebase/firebaseHandler.js>`__)
.. note::