Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix WebSocket service links as per the error message #110

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nuhkoca
Copy link

@nuhkoca nuhkoca commented Sep 12, 2019

Hello,

When we try to navigate to the Gdax API, the response gives the error below:

{ "message": "see https://docs.pro.coinbase.com for API documentation" }

Thus I wanted to update the references in the README to avoid having developers navigating to the wrong doc.

@@ -16,13 +16,13 @@ Tutorial

Usage
---
In this example, we read the realtime Bitcoin price from [Gdax WebSocket Feed][gdax-websocket-feed].
In this example, we read the realtime Bitcoin price from [Coinbase WebSocket Feed][https://docs.pro.coinbase.com/].
For more information, please check out the [demo app][demo-app].
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we'll probably need to update the demo to make it consistent

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aaronhe42 I think so. Do you want me to update the demo accordingly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants